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
Currently, the individual elements of rendered diffs do not seem to be sorted. That has impacts for robot (see ontodev/robot#1192), whose diff-results have some inconsistency (not in semantic meaning of course, but in terms of literal reproducibility).
Readability of results is also somewhat impaired, since, for example, for a class, differences in subclass axioms may appear mixed in with annotation differences, rather than in a consistent location (top of the list, say).
The code that attempts to sort results appears to be here. Not sure that it's working as intended though.
I also note that this library doesn't have a test-suite - adding one would facilitate contributions (and have the usual benefits, of course).
The text was updated successfully, but these errors were encountered:
Currently, the individual elements of rendered diffs do not seem to be sorted. That has impacts for
robot
(see ontodev/robot#1192), whose diff-results have some inconsistency (not in semantic meaning of course, but in terms of literal reproducibility).Readability of results is also somewhat impaired, since, for example, for a class, differences in subclass axioms may appear mixed in with annotation differences, rather than in a consistent location (top of the list, say).
The code that attempts to sort results appears to be here. Not sure that it's working as intended though.
I also note that this library doesn't have a test-suite - adding one would facilitate contributions (and have the usual benefits, of course).
The text was updated successfully, but these errors were encountered: