You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run resolveRefsAt against a document, references to the document on the first pass are not identified as circular. This is because the root document name is not retained in a way where internal documents can identify the reference is circular on the first pass.
The text was updated successfully, but these errors were encountered:
The resolver was rewritten to fix numerous bugs and performance issues.
The reason for this is over the years, bug fixes and features have been
added on top of json-refs and its resolver logic has become crufty. The
new rewrite is clean, does not reinvent the wheel and fixes many bugs.
Fixes: #80, #87, #88, #89, #97, #101, #103
The resolver was rewritten to fix numerous bugs and performance issues.
The reason for this is over the years, bug fixes and features have been
added on top of json-refs and its resolver logic has become crufty. The
new rewrite is clean, does not reinvent the wheel and fixes many bugs.
Fixes: #80, #87, #88, #89, #97, #100, #101, #103
When you run
resolveRefsAt
against a document, references to the document on the first pass are not identified as circular. This is because the root document name is not retained in a way where internal documents can identify the reference is circular on the first pass.The text was updated successfully, but these errors were encountered: