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

Slimmed down representations of range and position #654

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

scohen
Copy link
Collaborator

@scohen scohen commented Mar 21, 2024

We use range and positions a lot, and the default inspect implementations were very wordy. This changes them to:

Range: LxRange[<<1, 1>>...<<5,1>>]
Position: LxPos<<1, 1>>

@scohen scohen requested review from zachallaun and scottming March 21, 2024 16:47
@scohen scohen force-pushed the better-range-inspect branch from bd269cd to 0fa17ff Compare March 21, 2024 16:48
We use range and positions a lot, and the default inspect
implementations were very wordy. This changes them to:

Range: `LxRange[<<1, 1>>...<<5,1>>]`
Position: `LxPos<<1, 1>>`
@scohen scohen force-pushed the better-range-inspect branch from 0fa17ff to 122fe83 Compare March 21, 2024 16:53
@scohen scohen merged commit eee2c97 into main Mar 21, 2024
9 checks passed
@scohen scohen deleted the better-range-inspect branch March 21, 2024 17:09
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