native icon indicating copy to clipboard operation
native copied to clipboard

Add more link OSs

Open mosuem opened this issue 8 months ago • 1 comments

  • Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution guidelines below.

  • [ ] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

mosuem avatar Apr 07 '25 14:04 mosuem

PR Health

Breaking changes :warning:
Package Change Current Version New Version Needed Version Looking good?
native_toolchain_c Non-Breaking 0.11.0 0.11.0 0.11.1
Got "0.11.0" expected >= "0.11.1" (non-breaking changes)
:warning:

This check can be disabled by tagging the PR with skip-breaking-check.

Changelog Entry :exclamation:
Package Changed Files
package:native_toolchain_c pkgs/native_toolchain_c/lib/src/cbuilder/cbuilder.dart
pkgs/native_toolchain_c/lib/src/cbuilder/clinker.dart
pkgs/native_toolchain_c/lib/src/cbuilder/linker_options.dart
pkgs/native_toolchain_c/lib/src/cbuilder/run_cbuilder.dart
pkgs/native_toolchain_c/lib/src/cbuilder/run_clinker.dart

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

API leaks :warning:

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
native_toolchain_c Tool
ToolResolver
ToolInstance

This check can be disabled by tagging the PR with skip-leaking-check.

License Headers :heavy_check_mark:
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Unrelated files missing license headers
Files
pkgs/jni/lib/src/third_party/generated_bindings.dart
pkgs/objective_c/lib/src/ns_input_stream.dart

github-actions[bot] avatar Apr 07 '25 14:04 github-actions[bot]