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
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.P1A high priority bug; for example, a single project is unusable or has many test failures
When the VM is passed the --packages flag pointing to a valid package spec, it deadlocks without ever starting the application. For example, if you have:
// app.dartvoidmain() =>print("hello!");
// .packages
myapp:lib/
And you run dart --packages=.packages app.dart, it will never print anything and never exit.
The text was updated successfully, but these errors were encountered:
nex3
added
Type-Defect
P1
A high priority bug; for example, a single project is unusable or has many test failures
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
labels
Aug 5, 2015
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.P1A high priority bug; for example, a single project is unusable or has many test failures
When the VM is passed the
--packages
flag pointing to a valid package spec, it deadlocks without ever starting the application. For example, if you have:And you run
dart --packages=.packages app.dart
, it will never print anything and never exit.The text was updated successfully, but these errors were encountered: