Daco Harkes
Daco Harkes
# Problem We're analyzing all Dart files w.r.t. the toplevel `pubspec.yaml`, not w.r.t. the first `pubspec.yaml` found when walking folders up. ## Actual behavior The toplevel `pubspec.yaml` is used. ```...
Should we consider letting `dart pub get` do a `dart pub get` in all folders that contain a `pubspec.yaml`? For example, when one has a package with an `example/` folder...
We'd like to do build for native libraries, and these libraries might depend on each other. Therefore we need to know a dependency graph (or topological sort) to schedule building...
I'm not entirely sure what to do with `_text` though. Use case: I'd like to specify the version of things as consts. (low prio)
@jonasfj suggested that we should prevent people from uploading packages to pub.dev with hooks that we haven't specified. This should be relatively easy to add to the validator. For now,...
Consider https://pub.dev/documentation/native_assets_cli/latest/native_assets_cli/BuildConfig/BuildConfig.fromConfig.html, the `Config` type is from https://pub.dev/documentation/cli_config/latest/cli_config/Config-class.html. Would it be possible to generate the API docs in such a way that types from other packages can resolve to the...
We might want to add a sample for asynchronous callbacks to this repo. This requires compiling against `dart_api(_dl).h`. See the samples in the SDK repo: * Dart code: https://github.com/dart-lang/sdk/tree/master/samples/ffi/async *...
We should consider adding a sample with finalizers. More info in the first post in https://github.com/dart-lang/sdk/issues/35770. There are a ton of questions around using the C API for finalizers, so...
This is probably more of an OCaml question than an Adapton question. How do I create a class that has a field `children : Art`? The `MakeArt.Of` indirectly requires a...
Opening the editor gives me the following editor: ``` Fatal error: the file '/Users/myusername/.opam/system/bin/ocaml' is not a bytecode executable file . ********************************************** Error: ocaml process not operational. Please check your...