Martin Kustermann
Martin Kustermann
@alexmarkov and I were talking about this as well recently. There's a question whether we believe making this infrastructure is worthwhile given the very limited use of inner pointer atm...
The tests ``` language/closure/identity_equality_tearoff_test Crash (expected Pass) ``` are failing on configurations ``` dart2wasm-linux-optimized-jsc ```
There are new test failures on [[CFE] Add a few helper utils...[dart2wasm] Roll binaryen to newer version](https://github.com/dart-lang/sdk/compare/2f0bbd9c09adca6cf6eee030d1722d9b3c3abe80~...29782f8750e847e82bde3aefb4970f4eba2e4cc3). The tests ``` co19/LanguageFeatures/Spread-collections/DynamicSemantics_Set_A03_t03 RuntimeError (expected Pass) co19/LibTest/async/StreamController/StreamController_A02_t01 RuntimeError (expected Pass) co19/LibTest/async/StreamController/addError_A01_t01 RuntimeError...
Approved the tests ``` co19/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_A01_t06 RuntimeError (expected Pass) ``` are failing on configurations ``` dart2wasm-linux-optimized-jsc ```
There's more tests like this that are failing, possibly due to same root cause, e.g. this flaky failure [see log](https://dart-ci.appspot.com/log/vm-aot-win-debug-x64c/vm-aot-win-debug-x64c/217/co19/LibTest/io/Link/createSync_A06_t06) ``` --- Command "vm_compile_to_kernel" (took 03.000344s): set DART_CONFIGURATION=DebugX64C & set...
Since records are supported now (if experiments flag is enabled) it seems this issue is unblocked now, right? One interesting thing to think about is how this would work for...
We have known internal uses that keep ia32 alive (b/321123479), though are there any real external use cases we need to support? If not, I suggest we simply stop distributing...
@knopp Thank you for the report. We are already aware, a fix is on its way
@knopp We have identified the issue with the CL, was fixed in e3e355e16a8b67ba6a1d7a83f837e8e69cf71534. > I see elementAt is still a method, but it is documented that it requires a compile-time...
We have a customer that has a valid use case for this where it's not about getting the wrong error message with some low probability but the actual application behavior...