-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Remote reference cannot be resolved #269
Labels
requires investigation
This needs to be looked at in more detail
Comments
The commit was to prevent non http lookups from hitting the remote file system code, but it seems to have had a strange effect, thanks for finding this - will look into it. |
Merged
This regression has been fixed in A test was added to validate: https://github.com/pb33f/libopenapi/blob/main/document_test.go#L1348 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I found out a bug with the remote references.
Steps to reproduce:
According to
git bisect
the culprit is 7119b51, which I could confirm that reverting this commit actually solves the issue.The text was updated successfully, but these errors were encountered: