Daco Harkes
Daco Harkes
> @dcharkes @mraleph will this be going into 2.19? Asking for documentation update purposes No. We're exploring bundling C/C++ code with Dart packages instead.
> Side note, if you just need a finalizer to reliably free a pointer, this works without any extra C code for a guaranteed freeing of your native resources: >...
> How would you embed C++ code when compiling Dart as an AOT executable and when running in JIT mode? Currently, you bundle dynamic libraries. * In Flutter use the...
> [AbstractClassInstantiationError](https://api.dart.dev/stable/2.17.4/dart-core/AbstractClassInstantiationError-class.html) class (no longer relevant) The class may be irrelevant when running normal Dart code, but not when using mirrors: https://github.com/dart-lang/sdk/blob/636232628bfb9f8aa1d8b16656d647c8c3cc2205/tests/lib/mirrors/instantiate_abstract_class_test.dart#L40-L44 Should `classMirror.newInstance(decl.constructorName, args)` start throwing a different type...
Also on simarm: https://dart-ci.appspot.com/log/vm-kernel-nnbd-linux-release-simarm64/dartk-strong-linux-release-simarm64/867/service/break_on_default_constructor_test/dds
`dartk-optcounter-linux-release-x64` too: https://dart-ci.appspot.com/log/vm-kernel-optcounter-threshold-linux-release-x64/dartk-optcounter-linux-release-x64/15733/service_2/async_generator_breakpoint_test/dds_1
More meta-flaking. https://dart-ci.firebaseapp.com/#showLatestFailures=false&test=service/breakpoint_in_package_parts_class_file_uri_test/dds and https://dart-ci.firebaseapp.com/#showLatestFailures=false&test=service/breakpoint_in_package_parts_class_file_uri_test/service Both logs mention ``` Expects at least 2 breaks, got 0. ```
Reapproved: https://dart-ci.appspot.com/log/vm-appjit-linux-release-x64/vm-appjit-linux-release-x64/1035/service/breakpoint_in_package_parts_class_file_uri_test/dds
flaky -> runtime error: https://dart-ci.appspot.com/log/vm-kernel-checked-linux-release-x64/dartk-checked-linux-release-x64/14967/service_2/evaluate_activation_test/instance/service