-
Notifications
You must be signed in to change notification settings - Fork 0
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
Circular references lead to "too much recursion" #27
Comments
@s-tittel Thanks for reporting! Sorry that it took a bit longer, but I was on vacation. I had a brief look, could reproduce the problem, and already have a solution in mind. It's similar to the |
Hi, thanks! Just fyi, the rdf-validate-shacl library had the same issue which had been fixed by this PR. I am curious about your solution since I would like to switch to your library because of its ~200 KB smaller bundle size :-) |
I have a working solution, but I want to double-check if it is correct and works for some edge cases. A report edge case is mentioned here. That was easy to solve as |
I merged my changes and released a new patch version. No parameter like |
Perfect, thanks! I am now using your library. |
Hi and thanks for your great library!
When validating a data graph that contains circular references (e.g. hasPart / isPartOf relations) , I get:
Here is an example to reproduce:
Edit: I think this directly relates to rdf-ext/grapoi#13
The text was updated successfully, but these errors were encountered: