-
Notifications
You must be signed in to change notification settings - Fork 95
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
WIP: referenced file cache #67
Conversation
cebe
commented
Mar 27, 2020
•
edited
Loading
edited
- fixes Improve resolving references, cache loaded files in current context #13
- partially fixes Add option to inline only external references #63
simple cache implementation does not yet normalize relative paths in URIs
@cebe is there anything I can do to help with this one? Your tool is great, but we cannot use it with our project as we make heavy usage of references and the currently released version gets stuck in loops. It looks to me like this fix should actually resolve that issue. |
These changes are currently creating a bug in one of my project so it is not complete. I can try to provide a test case for it so you can check it out. Thanks for offering your help. |
Hi @cebe |
No ETA, but I try to get it done soon ;-) |
Hi @cebe did you manage to implement a test case for the bug you were having on one of your projects, it looks like you may have? I may be able to put some time into this if so as it's recently become an issue on a project and from a quick test these changes seem to pretty much resolve it |
@stevethitchman thanks for offering your help. It turned out to be an issue in the project code. |