-
Notifications
You must be signed in to change notification settings - Fork 848
Add captures for fractional decimal numbers #2100
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
Open
Enyium
wants to merge
7
commits into
talonhub:main
Choose a base branch
from
Enyium:pr-float-capture
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auscompgeek
requested changes
Jan 2, 2026
9d6efb0 to
f23baca
Compare
number_float and number_float_signednumber_... captures for floats
auscompgeek
reviewed
Jan 2, 2026
This follows the example of the new decimal captures and makes for more consistency. - Removed "Parses...phrase". Every capture converts from a spoken form. - Removed information that's already in the capture name like, "returning that number as a string." - Made some doc comments refer to other captures' doc comments to avoid duplication and because this makes correct maintenence more likely. An excessive need to check whether a change invalidated a tiny part of another capture's doc comment can drive you crazy. - Added missing doc comments of captures that weren't too complex to understand or describe.
Extended the value range to include negative numbers, because it seemed appropriate.
afe721f to
ca0db08
Compare
for more information, see https://pre-commit.ci
Contributor
Author
|
I overhauled everything. |
number_... captures for floatsThis is done indirectly through `user.number_prose_unprefixed`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Benefits: