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

fix: reimplement alignment stripes on top of signed ranges #1227

Closed
wants to merge 1 commit into from

Conversation

ivan-aksamentov
Copy link
Member

@ivan-aksamentov ivan-aksamentov commented Aug 2, 2023

This reimplements Stripe struct to contain a Range<isize> instead of a pair of usizes. This way it's easier to catch integer bugs and we get all existing checks and fixes in the Range struct.

This reimplements `Stripe` struct to contain a `Range<isize>` instead of a pair of `usize`s. This way it's easier to catch integer bugs and we get all existing checks and fixed of the `Range` struct.
@vercel
Copy link

vercel bot commented Aug 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nextclade ✅ Ready (Inspect) Visit Preview Aug 2, 2023 2:42pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant