You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had a functional project. Pasted in example benchmark code. Added "benchmark_harness" to yaml with:
name: hl2_error_display
description: A sample application
dependencies:
html5lib: any
benchmark_harness:
git: https://github.com/dart-lang/benchmark_harness.git
pub install of benchmark caused error shown
////////////////////////////////////////////////////////////////////////////////////
Editor: 0.2.4_r15130 (2012-11-20)
OS: Windows 7 - amd64 (6.1)
JVM: 1.7.0_03
projects: 2
mem max/total/free: 910 / 284 / 223 MB
analysis: 0 tasks, 33 libraries, 2 contexts
index: 59836 relationships and 0 attributes in 13988 elements in 137 resources stored in 2 MB on disk
There's something weird going on here. It looks like the version of args he has in the SDK is out of sync with the Dart corelib that's in the SDK. RegExp no longer has a const constructor. Args was updated to address that but somehow the user has the later corelib but an older args.
Either way, this should be fixed with the latest SDK.
Had a functional project. Pasted in example benchmark code. Added "benchmark_harness" to yaml with:
name: hl2_error_display
description: A sample application
dependencies:
html5lib: any
benchmark_harness:
git: https://github.com/dart-lang/benchmark_harness.git
pub install of benchmark caused error shown
////////////////////////////////////////////////////////////////////////////////////
Editor: 0.2.4_r15130 (2012-11-20)
OS: Windows 7 - amd64 (6.1)
JVM: 1.7.0_03
projects: 2
mem max/total/free: 910 / 284 / 223 MB
analysis: 0 tasks, 33 libraries, 2 contexts
index: 59836 relationships and 0 attributes in 13988 elements in 137 resources stored in 2 MB on disk
SDK installed: true
Dartium installed: true
Attachment:
screenshot.png (142.88 KB)
The text was updated successfully, but these errors were encountered: