Skip to content
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

Add as_raw_number(...) utility #333

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

chiphogg
Copy link
Contributor

This lets us pave the way to change the behavior of quantity arithmetic
when all units cancel out (#185). If we make this change all at once,
it'll generally be too big and hard to handle. But if we provide this
utility now, then people can migrate individual callsites gradually over
time. Then, at the end (probably 0.5.0?), making the switch to the new
behavior won't be such a big change.

Helps #185.

This lets us pave the way to change the behavior of quantity arithmetic
when all units cancel out (#185).  If we make this change all at once,
it'll generally be too big and hard to handle.  But if we provide this
utility now, then people can migrate individual callsites gradually over
time.  Then, at the end (probably 0.5.0?), making the switch to the new
behavior won't be such a big change.

Helps #185.
@chiphogg chiphogg added the release notes: ✨ lib (enhancement) PR enhancing the library code label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: ✨ lib (enhancement) PR enhancing the library code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant