CinRC / IRDC-CCSK

Java implementation of distributed reversible computation verification
https://spots.augusta.edu/caubert/cinrc/
GNU General Public License v3.0
4 stars 2 forks source link

Tests fail #35

Closed aubertc closed 1 year ago

aubertc commented 1 year ago

As of today, one test fails and one test is in error. mvn test gives

which is annoying: the actionable label is Tau{'a, a} (the order is swapped). An easy fix would be to swap the order, but an even better fix would be to somehow make Tau{'a, a} and Tau{a, 'a} be "the same". Is that possible? We could "simply" use Tau{a} to describe "synchronization on a".

aubertc commented 1 year ago

Excellent, thanks a lot!

(note to self: check that it is working by adding some tests proving that order of action labels in tau does not impact anything :-))

aubertc commented 1 year ago

(note to self: check that it is working by adding some tests proving that order of action labels in tau does not impact anything :-))

Done with https://github.com/CinRC/IRDC-CCSK/commit/401da9af07e1334eac8a87f28113eec91e8330c5