Skip to content
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

Rule dependency complete resolution #6

Merged
merged 12 commits into from Jul 12, 2021
Merged

Rule dependency complete resolution #6

merged 12 commits into from Jul 12, 2021

Conversation

BruJu
Copy link
Owner

@BruJu BruJu commented Jul 12, 2021

Before, rules were modifying the graph in place.
This was causing a LOT of issues.

Now, rules adds quads to another graph, and resolve the whole rule dependency tree.

Code is cleaner and more simple to understand because we don't have to inspect the content of any data RDF-star quad anymore.

This PR also includes some test folder reorganization.

Some unit tests have been modified: the tests that were about transforming an edge while also transforming the already transformed properties have been removed because they are not relevant anymore. But this modification should be transparent for an end user, as they should never manipulate any PREC-0 graph, and if they manipulate any, they should never manipulate the temporary graphs producing during PREC-C.

@BruJu BruJu merged commit 6c5f6a0 into master Jul 12, 2021
@BruJu BruJu deleted the Bounce branch July 12, 2021 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant