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

https://jira.duraspace.org/browse/FCREPO-1411 #836

Closed
wants to merge 4 commits into from
Closed

Conversation

ajs6f
Copy link
Contributor

@ajs6f ajs6f commented Jul 13, 2015

return input.getPredicate().equals(RDF.type.asNode())
&& isManagedNamespace.apply(input.getObject().getNameSpace());
}
}));
}.negate().and(not(isManagedTriple)::apply);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not use Predicate::or(isManagedTriple).negate() here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I stared at this too long to understand it or care any more. Send me a PR that seems clearer to you and I will happily merge it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole mess of "isManagedFoot" and "isManagedEar" and specific type-tests needs to have the stuffing kicked out of it and beaten into something that makes some kind of sense, here and in the kernel.

@awoods
Copy link

awoods commented Jul 16, 2015

Resolved with: 6e755b2

@awoods awoods closed this Jul 16, 2015
@awoods awoods deleted the FCREPO-1411 branch July 16, 2015 22:03
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

4 participants