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

verse mapping not handling overlapping versification ranges well #104

Open
mvahowe opened this issue Apr 14, 2021 · 1 comment
Open

verse mapping not handling overlapping versification ranges well #104

mvahowe opened this issue Apr 14, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@mvahowe
Copy link
Owner

mvahowe commented Apr 14, 2021

eg

PSA 10:0-1 = PSA 11:0-1
PSA 10:2-8 = PSA 11:1-7

which implies that, when reversed, verse 1 maps to 1-2

@mvahowe
Copy link
Owner Author

mvahowe commented Apr 24, 2021

I think that a normalized form of the above would be

# No need to map v0
PSA 10:1 = PSA 11:1
PSA 10:2 = PSA 11:1
PSA 10:3-8 = PSA 11:2-7

@mvahowe mvahowe modified the milestones: Pre-1.0 - Refactor Internals, Internals Jun 9, 2021
@mvahowe mvahowe modified the milestones: Internals, 1.0+ - Unassigned Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant