-
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
Implement assert() messages in dev_compiler #27342
Comments
behind a flag? Aren't we entirely behind a flag? ;) |
(experimental language flags to an experimental compiler, we must go deeper :) ) edit: in seriousness though, I think analyzer's flag will protect us, since they're the ones doing the parsing. |
oh shoot, i realized we're blocked on analyzer: #24217 |
@bwilkerson can you assign this back to me when #24217 is closed? The DDC part should be really easy. |
@lrhn Can you provide an update? |
As far as I can see, it's implemented in dart2js and the analyzer behind flags. |
I'll take on the DDC side of this. |
From @vsmenon on August 26, 2015 21:38
This adds optional messages to an assert.
See DEP: https://github.com/sethladd/dep_assert_with_optional_message/blob/master/proposal.md
Main bug: #24213
Copied from original issue: dart-archive/dev_compiler#303
The text was updated successfully, but these errors were encountered: