Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 name: kernel | 1 name: kernel |
| 2 version: 0.2.0 | 2 version: 0.2.0 |
| 3 author: Dart Team <misc@dartlang.org> | 3 author: Dart Team <misc@dartlang.org> |
| 4 description: Dart IR (Intermediate Representation) | 4 description: Dart IR (Intermediate Representation) |
| 5 homepage: https://github.com/dart-lang/kernel | 5 homepage: https://github.com/dart-lang/kernel |
| 6 environment: | 6 environment: |
| 7 sdk: ">=1.8.0" | 7 sdk: ">=1.8.0" |
| 8 dependencies: | 8 dependencies: |
| 9 path: ^1.3.9 | 9 path: ^1.3.9 |
| 10 args: ^0.13.4 | 10 args: ^0.13.4 |
| 11 logging: ^0.11.2 | 11 logging: ^0.11.2 |
| 12 package_config: ^1.0.0 | 12 package_config: ^1.0.0 |
| 13 dev_dependencies: | 13 dev_dependencies: |
| 14 analyzer: ^0.30.0-alpha.0 | 14 analyzer: ^0.30.0-alpha.3 |
| 15 front_end: ^0.1.0-alpha.2 | |
| 15 test: ^0.12.15+6 | 16 test: ^0.12.15+6 |
|
asgerf
2017/04/21 08:25:56
Did you check that "pub get" works?
The test pac
Paul Berry
2017/04/21 08:34:57
Unfortunately, due to the tight coupling, there's
| |
| 16 stack_trace: ^1.6.6 | 17 stack_trace: ^1.6.6 |
| 17 ansicolor: ^0.0.9 | 18 ansicolor: ^0.0.9 |
| 18 testing: | 19 testing: |
| 19 git: | 20 git: |
| 20 url: https://github.com/peter-ahe-google/testing.git | 21 url: https://github.com/peter-ahe-google/testing.git |
| 21 ref: 2e196d5 | 22 ref: 2e196d5 |
| 22 dependency_overrides: | |
| 23 analyzer: {path: ../analyzer} | |
| OLD | NEW |