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

#80 Correct get_reverse_references and add check whether single patch should be done #109

Merged
merged 2 commits into from
Nov 26, 2023

Conversation

JamesHutchison
Copy link
Owner

@JamesHutchison JamesHutchison commented Nov 26, 2023

Addresses #80

This fixes a bug in the logic for get_reverse_references which resulted in it not returning any of the reverse references. However, this bug only occurred when you had a nested reference like Foo.bar, so there wasn't a reason to look up the references anyways. This updates _build_patches so that if there's a nested patch, it doesn't bother fetching references.

Add check for whether a single patch should be issued
@JamesHutchison JamesHutchison merged commit d840ac3 into main Nov 26, 2023
3 checks passed
@JamesHutchison JamesHutchison deleted the reverse-references-bug branch November 26, 2023 19:15
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