Nicholas Shahan

Results 111 comments of Nicholas Shahan

We should add additional test cases to https://github.com/dart-lang/sdk/blob/7e86f2e71cdfa17761ae418ae471f49fb0b72269/tests/dartdevc/no_such_method_errors_test.dart

@annagrin Any idea what might be going on? Here is a log from a failing run: ``` --- Command "vm" (took 59.000160s): DART_CONFIGURATION=DebugX64 CHROME_PATH=/b/s/w/ir/cache/builder/sdk/third_party/browsers/chrome/chrome/google-chrome out/DebugX64/dart-sdk/bin/dart --enable_asserts -Dtest_runner.configuration=unittest-asserts-debug-linux --ignore-unrecognized-flags --packages=/b/s/w/ir/cache/builder/sdk/.dart_tool/package_config.json /b/s/w/ir/cache/builder/sdk/pkg/dev_compiler/test/expression_compiler/asset_file_system_test.dart...

While doing some debugging on the change that @Markzipan mentioned it looked like we were missing some of the "Undetermined Nullability" erasure that we were attempting to perform so I...

Is there a way I can debug the test running in chrome locally?

I've been investigating and debugging but nothing jumps out at me as an obvious error. Finally I tried building at 2.18.0-238.0.dev and 2.18.0-250.0.dev and diffing all the files under the...

I did a little digging and I think that all dev releases are uploaded to cloud storage, but not all are signed so they don't appear as available in the...

@Markzipan! You just pointed out something that is so confusing but does add some explanation to what is going on so thank you!!! I have been looking at [this view](https://github.com/dart-lang/sdk/commits/dev?after=bc60bc5cecc48b4531c44a984d494b91888658c9+419&branch=dev&qualified_name=refs%2Fheads%2Fdev)...

I just double checked my diffing test and I still see no difference in the output compiled by DDC at the two versions. To document my process: 1) Install 2.18.0-246.0.dev...

We have now been able to reproduce this issue locally if you limit the number of workers using an environment variable first. `$ export BUILD_MAX_WORKERS_PER_TASK=1` We believe the issue is...

I finished the DDC migration and closed https://github.com/dart-lang/sdk/issues/46617. The frontend_server migration should be unblocked now.