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

Merge dev #62

Closed peterbro1 closed 1 year ago

peterbro1 commented 1 year ago

Periodic merge

aubertc commented 1 year ago

Excellent, thanks a lot. Maybe we should start having a changelog soon.

There is also a bit of a disconnect: some new flags are documented in the Readme but they are not in the release yet.

peterbro1 commented 1 year ago

This is by design. The master branch is not correlated to the releases. That's why we have separate branches for both current working code and releases. If downloading a release, then the readme on release branch will be the source of truth. If building from source, the master branch readme will take it's place.

That being said, I see your point and think it may be wise to merge master and release after every minor version bump. What do you think?