Skip to content

5.0.0#47

Draft
cooler-king wants to merge 37 commits into
masterfrom
ai
Draft

5.0.0#47
cooler-king wants to merge 37 commits into
masterfrom
ai

Conversation

@cooler-king
Copy link
Copy Markdown
Owner

No description provided.

…stronomical time scales, range math, and Units derivation
@cooler-king cooler-king self-assigned this May 24, 2026
- Set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true in CI job env to suppress
  Node.js 20 deprecation warnings (actions/checkout@v4 remains current)
- Run dart run bin/update_nist_constants.dart against live NIST CODATA feed:
  updated boltzmannConstant, conductanceQuantum, elementaryCharge,
  gasConstantMolar, magneticFluxQuantum, planckConstant, hBar, planckMass,
  tauMass, vonKlitzingConstant, weakMixingAngle
- All 699 tests pass
Both v6 and setup-dart v1.7.x natively target Node.js 24, eliminating
the deprecation warning without needing FORCE_JAVASCRIPT_ACTIONS_TO_NODE24.
- curly_braces_in_flow_control_structures: add braces to bare if bodies
  in quantity_range.dart, number.dart, and dimensions.dart
- avoid_renaming_method_parameters: use 'obj' (matching abstract base
  Number.operator==) in complex.dart, double.dart, imaginary.dart
The abstract Number.operator== declared 'obj' but Object.operator==
declares 'other'. Newer Dart SDK resolves avoid_renaming_method_parameters
against Object (the root), not the intermediate abstract class. Updated
Number.operator== and all concrete implementations (Complex, Double,
Imaginary) to use 'other', making the whole hierarchy consistent.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant