Daco Harkes

Results 171 comments of Daco Harkes

> If it's something Dart/dartdoc created but is not standard, we'd need to parse the markdown to find these blocks and strip the extra `template:xyz` part before sending that dartdoc...

Again: ``` --- Command "vm" (took 04:00.000693s): DART_CONFIGURATION=ReleaseXARM64 out/ReleaseXARM64/dart -DUSE_DDS=true -Dtest_runner.configuration=dartk-linux-release-arm64 --ignore-unrecognized-flags --packages=/b/s/w/ir/.dart_tool/package_config.json /b/s/w/ir/runtime/observatory_2/tests/service_2/break_on_default_constructor_test.dart exit code: 1 diagnostics: Process list including children: [5459, 6126] Trying to capture stack trace for...

This is also mentioned in: * https://github.com/dart-lang/sdk/issues/48702

Same for dartk-mac-release-x64 today. https://dart-ci.appspot.com/log/vm-kernel-mac-release-x64/dartk-mac-release-x64/14869/service_2/evaluate_activation_test/instance/dds ``` NoSuchMethodError: Class 'DartError' has no instance getter 'valueAsString'. Receiver: Instance of 'DartError' Tried calling: valueAsString ```

Same on dartk-linux-release-simarm today. https://dart-ci.appspot.com/log/vm-kernel-linux-release-simarm/dartk-linux-release-simarm/15063/service_2/evaluate_activation_test/instance/dds

And again: https://dart-ci.appspot.com/log/vm-kernel-mac-release-x64/dartk-mac-release-x64/19899/service_2/async_generator_breakpoint_test/dds_1

And again: https://dart-ci.appspot.com/log/vm-kernel-mac-release-x64/dartk-mac-release-x64/20027/service_2/async_generator_breakpoint_test/dds_1

@xz-zone, error code 126 on Windows often is missing dependencies. See https://stackoverflow.com/a/14362289/8136619. In order for me to troubleshoot your problem, please provide a repository with a minimal reproduction. Please include...

I believe I ran into this as well in one of my VM-internalized-hashmap prototypes. I tried adding the initialization to `void Object::Init(IsolateGroup* isolate_group) {`, but I did not want to...

@liamappelbe could you provide some code snippets to illustrate the problem?