Daco Harkes

Results 416 comments of Daco Harkes
trafficstars

Let me see if I understand the high level picture: * protocols is the Objective-C terminology for what is an interface in Dart or Java. (With the exception that Objective-C...

Reverting to the last commit that succeeded doesn't help: * https://github.com/dart-lang/native/actions/runs/9110139872/job/25044523142 So, either the coverage package got updated, or the Windows GitHub bots. Last successful run > Activated coverage 1.8.0....

Running on a Windows VM with a recent Dart seems to terminate: ``` C:\src\dart-lang\native\pkgs\native_assets_cli>dart test Resolving dependencies in `C:\src\dart-lang\native\pkgs\native_assets_cli`... Downloading packages... Got dependencies in `C:\src\dart-lang\native\pkgs\native_assets_cli`. Building package executable... (1.3s) Built...

GitHub image `windows-2019` also hangs: * https://github.com/dart-lang/native/actions/runs/9113626982/job/25055608015

Reverting to Dart 3.3.0 stable makes the CI succeed. * https://github.com/dart-lang/native/actions/runs/9113728428/job/25055967575

Update, this will only be fixed in 3.5.0: * https://github.com/dart-lang/tools/issues/528

Off-topic: I've wanted to have virtual statics and virtual constructors in Dart for a long time (https://github.com/dart-lang/language/issues/356)! Cool to see that Objective-C has them.

> that create the initial pom.xml files in the directory. What is the output of this user-written `hook/build.dart`? Currently there's no way to have a "side-effect" (some file existing in...