Jacob MacDonald

Results 1516 comments of Jacob MacDonald

That was by listening for runtime exceptions through the debug service https://github.com/dart-lang/test/commit/2a8455e873b16dad64c9d583db7adb782232a371

https://dart-review.googlesource.com/c/sdk/+/247601 migrates those that are not blocked by package:dev_compiler: - pkg/frontend_server/lib/compute_kernel.dart - pkg/frontend_server/lib/src/strong_components.dart - pkg/frontend_server/test/strong_components_test.dart

Rest is blocked on https://github.com/dart-lang/sdk/issues/46617

https://dart-review.googlesource.com/c/sdk/+/253301 Migrates all but one of the tests which relies heavily on mockito. cc @srawlins would you possibly be able to take a look at the `frontend_server_test.dart` file and give...

looks like my CL for most of it (just not the tests) failed to submit and I didn't realize, I can pick that up today and try and get it...

Gah sorry, got sidetracked and forgot about it. Looking now.

Ok, I took a look but there have been a ton of upstream changes and merging them just really wasn't feasible. Somebody will have to start from scratch on this...

There is no plan as of right now to allow introspection on the bodies of functions. I think it should still be feasible, at least to allow you to inspect...

> It does introduce a new _concept_: The "corresponding non-private name" for a private name, which not all private names has. > And it uses that to invent names which...

(╯°□°)╯︵ ┻━┻