You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
incorrectly has a negation of both the final expression and the final term (flatParent.getTerminology()...). The effect of this is that bindings to terms defined in the flat parent (but not locally) are invalid.
Either could be removed, but it would seem more obvious to remove the final !.
Raising here, in case I don't get time to do a PR, since it's quite a bad bug.
The text was updated successfully, but these errors were encountered:
See here.
This line of code:
incorrectly has a negation of both the final expression and the final term (
flatParent.getTerminology()...
). The effect of this is that bindings to terms defined in the flat parent (but not locally) are invalid.Either could be removed, but it would seem more obvious to remove the final
!
.Raising here, in case I don't get time to do a PR, since it's quite a bad bug.
The text was updated successfully, but these errors were encountered: