Moritz
Moritz
The `CLinker` class is a link hook helper class wrapping linking functionalities. It needs to work on all platforms. - [x] Linux - https://github.com/dart-lang/native/pull/987 - [ ] Windows - [...
See the review at https://github.com/dart-lang/core/pull/1 --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general...
. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. -...
Fixes internal bug. cc @caffeinix --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general...
Fixes #857 --- - [ ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for...
Generate static in addition to dynamic libraries in the Github workflow. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: -...
Instead of a manual [`Process.run('cargo'...`](https://github.com/dart-lang/i18n/blob/332b1a3b1f009e4315a7807301ea0537b559151a/pkgs/intl4x/hook/build.dart#L213), use [`package:native_toolchain_rust`](https://github.com/irondash/native_toolchain_rust/blob/main/example/dart_package/hook/build.dart). fyi @knopp @dcharkes
The long-term plan is to deprecate `intl` and `intl_translation` in favor of `intl4x` and `messages`. This will hopefully give a better user experience, get rid of bugs, offer more functionality,...
Download `datagen` and data postcard files, and use them to link the static libraries. This needs the new data asset loading feature to load the `.postcard` data, as well as...
Run `link.dart` with a static library and a manually curated list of symbols when building in AOT mode. --- - [x] I’ve reviewed the contributor guide and applied the relevant...