Skip to content
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

Support querying runtime: checked mode, vm #11642

Closed
DartBot opened this issue Jul 1, 2013 · 3 comments
Closed

Support querying runtime: checked mode, vm #11642

DartBot opened this issue Jul 1, 2013 · 3 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant core-l type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Jul 1, 2013

This issue was originally filed by davidm...@google.com


It is useful in tests and in development to check if the code is being executed

 - in VM with checked mode
 - in VM without checked mode
 - as javascript

this can be done via tricks, it would be nice to add support in the core libraries. This will encourage developers to do the checks when it makes sense.

For example, a test that is most useful in checked mode can verify that it's running in checked mode.

@anders-sandholm
Copy link
Contributor

Removed Type-Defect label.
Added Type-Enhancement, Area-Tools labels.

@iposva-google
Copy link
Contributor

Added Triaged label.

@DartBot
Copy link
Author

DartBot commented Feb 26, 2014

This comment was originally written by everton.marqu...@gmail.com


Similar: https://code.google.com/p/dart/issues/detail?id=3357

@mit-mit mit-mit added area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-not-planned Closed as we don't intend to take action on the reported issue and removed Area-Tools closed-not-planned Closed as we don't intend to take action on the reported issue labels Sep 1, 2015
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed priority-unassigned labels Feb 29, 2016
@floitschG floitschG removed the core-2 label Sep 21, 2017
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. closed-obsolete Closed as the reported issue is no longer relevant core-l type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

8 participants