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 292 by adding intermediary class builder. #300

Merged
merged 3 commits into from
Nov 12, 2024
Merged

Fix 292 by adding intermediary class builder. #300

merged 3 commits into from
Nov 12, 2024

Conversation

cwacek
Copy link
Owner

@cwacek cwacek commented Nov 12, 2024

The fix ended up being essentially what was described in #292, but added a bunch more tests to check a few cases. The root cause was that once B had resolved a reference to A, then any references inside A were resolved in relation to B instead of A.

Fixes #292

@cwacek cwacek merged commit 3fdb280 into master Nov 12, 2024
18 checks passed
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.

Chained references are not resolved correctly
1 participant