-
Notifications
You must be signed in to change notification settings - Fork 74
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
Review signatures, add exceptions as required #349
Comments
I was looking at Updating it changes the output of diff to look something like this:
As opposed to the original:
Is this something that should be fixed? I can always do it in a separate issue tracker/PR, but it does add exceptions to some of the methods in |
I changed the default to not look up labels, because of performance problems: #47 I'd rather fix the docs than change this (non-label default) behaviour. |
That makes sense. The
|
Add new Exceptions, optimize codebase, see #349
Closed by #351 |
See #344. We want to maintain backwards compatibility as much as possible, but there are some mistakes that we should fix. It would be better to do this all at once for the 1.2.0 release (which will already break backwards compatibility in
QueryOperation
because of Jena updates #314).The text was updated successfully, but these errors were encountered: