-
Notifications
You must be signed in to change notification settings - Fork 34
[fixnum] update the min. required dart sdk #907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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.
Changelog Entry ✔️
| Package | Changed Files |
|---|
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.
Coverage ✔️
| File | Coverage |
|---|
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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW The package still works with 3.1 (tests pass), you just can't test it with dart2wasm because of a dart2wasm or package:test issue (or maybe multiple issues).
It should still be OK to update as 3.4.0 is old enough.
Yup, agreed; it's not necessary to bump just for the tests, but 3.1 is pretty old, and keeping the CI + package deps in sync is useful. |
Revisions updated by `dart tools/rev_sdk_deps.dart`. ai (https://github.com/dart-lang/ai/compare/1547a83..bc90433): bc90433 2025-09-04 Greg Spencer Add pub add format guidance (dart-lang/ai#278) 845c126 2025-09-04 dependabot[bot] Bump the github-actions group with 2 updates (dart-lang/ai#277) 5568958 2025-09-04 Jacob MacDonald add a GEMINI.md file (dart-lang/ai#279) core (https://github.com/dart-lang/core/compare/5c3e2c3..a4dc873): a4dc8738 2025-09-09 Ömer Sinan Ağacan Implement `Int64` as a wrapper for `int` when targeting native and Wasm (dart-lang/core#905) 1aa58ef5 2025-09-08 Devon Carew [fixnum] update the min. required dart sdk (dart-lang/core#907) 60f2b5d3 2025-09-08 Ömer Sinan Ağacan Run fixnum tests with dart2wasm (dart-lang/core#906) dartdoc (https://github.com/dart-lang/dartdoc/compare/53222e2..efff7c1): efff7c1f 2025-09-08 Sarah Zakarias Remove runtime_renderers.dart (dart-lang/dartdoc#4101) 4e2daf57 2025-09-05 Sarah Zakarias Rename LanguageFeature and remove FeatureSet mixin (dart-lang/dartdoc#4099) ecc48d00 2025-09-02 dependabot[bot] Bump the github-actions group across 1 directory with 3 updates (dart-lang/dartdoc#4098) protobuf (https://github.com/dart-lang/protobuf/compare/0a13935..971bcae): 971bcae 2025-09-08 Ömer Sinan Ağacan Use a map to cache the `valueOf` functions for enums (google/protobuf.dart#1047) 8750ed7 2025-09-05 Ömer Sinan Ağacan Sync internal Kythe support improvements (google/protobuf.dart#1048) web (https://github.com/dart-lang/web/compare/a152054..e2daa3a): e2daa3a 2025-09-04 Nikechukwu [interop] Add support for Intersection types (dart-lang/web#451) webdev (https://github.com/dart-lang/webdev/compare/52ad019..23aefeb): 23aefebe 2025-09-05 jensjoha Fix CI flake in dwds/test/hot_restart_breakpoints_test.dart (dart-lang/webdev#2685) Change-Id: I36cfbcdd884e8e0e38e24a9c7f3bcfcc15fdd9ff Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449000 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]>
Contribution guidelines:
dart format.Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.