sigmundch

Results 110 comments of sigmundch

To clarify - the fix landed in the Dart sdk and is part of the Dart 2.17 beta at the moment, it should be part of the 2.17 stable once...

I sense part of the confusion here is that when we say "Dart is single-threaded", people may hear "Dart doesn't support concurrency". Even if we try to clarify it on...

Status as of 9/30/22 (files under pkg/compiler/lib/) | | migrated | total | % | | --------- | ---------- | ---------- | ---------- | | Files | 246 | 330...

ETA is unclear at the moment. Our initial goal was to complete this by November, however, recent high-priority internal demands on my team are taking our attention away from this....

Update: we continue to focus on other areas at the moment, but have made some progress. Current status: | | migrated | total | % | | -- | --...

inferrer folder is now migrated, ssa, js_backend, and js_emitter remain: | | migrated | total | % | | - | - | - | - | | Files |...

Note: `toString` on null, is how null asserts errors show up in dart2js compiled apps. It appears this error likely comes form this logic: ```dart 16956 int? watchId; 16957 StreamController...

@rakudrama - I believe the unsoundness comes form a bug in the sources that were undetected by the CFE. Taking a closer look at the patch, it appears that every...

Raising priority of this issue - I worry this unsoundness may surface in many ways. While I understand there are performance concerns with https://github.com/dart-lang/sdk/commit/c1e67ac84f7d862aee14bbb9ce09346cef21dfa0, I think we should treat that...