Skip to content

Conversation

osa1
Copy link
Member

@osa1 osa1 commented Oct 8, 2025

To be compatible with the emulated Int64 class and backwards compatible, make the native Int64 class constructor non-const.

Add a new private const constructor for the static const fields.

Not updating the changelog as the Int64 improvements are already in teh changelog and we haven't released a version with the previous changes.

To be compatible with the emulated `Int64` class and backwards
compatible, make the native `Int64` class constructor non-const.

Add a new private const constructor for the static const fields.

Not updating the changelog as the `Int64` improvements are already in
teh changelog and we haven't released a version with the previous
changes.
@osa1 osa1 requested a review from a team as a code owner October 8, 2025 13:58
Copy link

github-actions bot commented Oct 8, 2025

PR Health

Breaking changes ⚠️
Package Change Current Version New Version Needed Version Looking good?
fixnum Breaking 1.1.1 1.2.0-wip 2.0.0
Got "1.2.0-wip" expected >= "2.0.0" (breaking changes)
⚠️

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

Coverage ✔️
File Coverage
pkgs/fixnum/lib/src/int64_native.dart 💚 96 % ⬆️ 0 %

This check for test coverage is informational (issues shown here will not fail the PR).

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

API leaks ✔️

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 symbol Leaking sources

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

License Headers ✔️
// 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.

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

@osa1 osa1 merged commit 9fefb52 into dart-lang:main Oct 9, 2025
23 checks passed
@osa1 osa1 deleted the int64_constructor branch October 9, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants