Skip to content

Fix term mapping of @reverse. #370

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

Merged
merged 1 commit into from
Feb 27, 2020
Merged

Fix term mapping of @reverse. #370

merged 1 commit into from
Feb 27, 2020

Conversation

davidlehn
Copy link
Member

Please check. I'm making tests pass without proper understanding of how this should be working. Should there be some warning here or is the "ignore" behavior itself important?

@davidlehn davidlehn added this to the JSON-LD 1.1 milestone Feb 27, 2020
@davidlehn davidlehn added the bug label Feb 27, 2020
@gkellogg
Copy link
Collaborator

Please check. I'm making tests pass without proper understanding of how this should be working. Should there be some warning here or is the "ignore" behavior itself important?

The "ignore" behavior is important, as it affects processing flow. You should also generate a warning.

The bug I had in my code was I checked after expanding it as an IRI, which led to a failure, which is not right. With the ignore/warning, you drop out of the create term definition for that term and a term doesn't get created.

@davidlehn davidlehn merged commit f4815cb into master Feb 27, 2020
@davidlehn davidlehn deleted the reverse-handling branch February 27, 2020 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants