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 sefer hachinukh linker #1948

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

nsantacruz
Copy link
Contributor

The linker requires a ResolvedRef to match all RefParts in the input to be considered valid. In the case where there are redundant parts we end of with two (or more) ResolvedRefs each of which only matches some of the RefParts. However, there may a some combination of ResolvedRefs that overlap and when combined span all the RefParts.

For example: ספר חיונוך לך לך ב. Currently the linker catches two partial matches: ספר החינוך ב and ספר החינוך לך לך. There is already logic to try to merge these. However since ספר החינוך לך לך matches an AltStructNode which has no associated ref (since this node has ArrayMapNode children but is not itself an ArrayMapNode) there wasn't an easy way to check for overlapping matches. This PR allows for this.

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