Skip to content

Fix resolving recursive references #39

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

Merged
merged 1 commit into from
Oct 25, 2019
Merged

Conversation

cebe
Copy link
Owner

@cebe cebe commented Oct 24, 2019

  • fix a bug with resolving recursive references when subdirectories are involved
    fixes References fail to resolve in directory structure #32
  • overall improvement of resolving references
  • one call to resolveReferences() is now sufficient to resolve all
    reference levels (only loops are detected and stay reference objects)

- fix a bug with resolving recursive references when subdirectories are involved
  fixes #32
- overall improvement of resolving references
- one call to resolveReferences() is now sufficient to resolve all
  reference levels (only loops are detected and stay reference objects)
@cebe cebe added bug Something isn't working enhancement New feature or request labels Oct 24, 2019
@cebe cebe added this to the 1.3 milestone Oct 24, 2019
@cebe cebe self-assigned this Oct 24, 2019
@cebe cebe merged commit ddfcbe0 into master Oct 25, 2019
@cebe cebe deleted the fix-resolving-references branch October 25, 2019 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

References fail to resolve in directory structure
1 participant