-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exit code #310
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-enhancement
A request for a change that isn't a bug
Comments
This comment was originally written by [email protected] Added Triaged label. |
The top-level method "void exit(int status)" has been supported since r893. Please let me know if this does not meet your requirements. Set owner to @iposva-google. |
Please verify that we are getting an appropriate error code from Frog when executed on the VM. Set owner to @keertip. |
danrubel
added
Type-Enhancement
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
labels
Nov 21, 2011
kevmoo
added
type-enhancement
A request for a change that isn't a bug
and removed
type-enhancement
labels
Mar 1, 2016
nex3
pushed a commit
that referenced
this issue
Aug 31, 2016
This was referenced Oct 29, 2020
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
type-enhancement
A request for a change that isn't a bug
To run Frog on VM we need the Dart program to have the ability to set the exit code.
See http://code.google.com/p/dart/issues/detail?id=301
The text was updated successfully, but these errors were encountered: