这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: DanTup/test

Tags

0.12.40

Toggle 0.12.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Report original test location in the json_reporter if different (dart…

…-lang#853)

* add root_line, root_column, and root_package_url to the json reporter

* update docs, pubspec, changelog

0.12.38+3

Toggle 0.12.38+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More Dart 2 runtime semantic fixes (dart-lang#844)

```
type 'WebSocketChannel' is not a subtype of type 'StreamChannel<String>' of 'channel'
```

Cast the `WebSocketChannel` to indicate that all values in each
direction will be `String`.

```
type 'CloseGuaranteeChannel<dynamic>' is not a subtype of type 'VirtualChannel'
```

Avoid using the `suiteChannel` variable for two types. It needs to start
as a `VirtualChannel` which has the `id` field, and then later be a
`StreamChannel`.

```
type 'RunnerSuite' is not a subtype of type 'FutureOr<Future<RunnerSuite>>'
```

Avoid the attempted Future flattening which was never correct but was
supported in the Dart 1 VM.

0.12.38+1

Toggle 0.12.38+1's commit message

0.12.38

Toggle 0.12.38's commit message

0.12.37

Toggle 0.12.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove transformer and barback dependency (dart-lang#823)

0.12.36

Toggle 0.12.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose bootstrap methods publicly (dart-lang#820)

0.12.33

Toggle 0.12.33's commit message
Pass --categories=Server to dart2js for Node

0.12.32+2

Toggle 0.12.32+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Workaround for async SDK issue (dart-lang#787)

0.12.31+1

Toggle 0.12.31+1's commit message
Stop importing dart:io from browser libraries

0.12.32

Toggle 0.12.32's commit message
Add the ability to include one config file from another