Danny Tuppeny
2017-02-17 10:27:44 UTC
I have this code:
main() {
assert(1 == 0);
assert(1 == 1);
print("test");
}
I'm running with *--checked*, yet it doesn't crash it just outputs "test".
It seems broken to me, but it seems like the sort of thing somebody
would've noticed before (I can't find anything in the issue tracker).
It's Windows, SDK 1.22.0. Am I doing something silly, or should I raise a
bug?
main() {
assert(1 == 0);
assert(1 == 1);
print("test");
}
I'm running with *--checked*, yet it doesn't crash it just outputs "test".
It seems broken to me, but it seems like the sort of thing somebody
would've noticed before (I can't find anything in the issue tracker).
It's Windows, SDK 1.22.0. Am I doing something silly, or should I raise a
bug?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.