uwiger / locks

A scalable, deadlock-resolving resource locker
Mozilla Public License 2.0
204 stars 26 forks source link

compile locks with rebar3 #34

Closed benoitc closed 6 years ago

benoitc commented 6 years ago

allows to compile with rebar3. Please note I am for now using a fork of plain_fsm since the last one in hex.pm (1.4.0) introduces an issue when you try to launch more than once the common tests. I provided a PR for it:

https://github.com/uwiger/plain_fsm/pull/14

benoitc commented 6 years ago

I can make an update that link to anyway hex.pm release when you want :)

uwiger commented 6 years ago

Yes, if you could update it to use the 1.4.1 version of plain_fsm, that would be great.

benoitc commented 6 years ago

done :)

uwiger commented 6 years ago

Yes ..., though as long as the Makefile uses rebar 2 (not a requirement for my part), this change breaks make.

uwiger commented 6 years ago

Thanks.