ninenines / erlang.mk

A build tool for Erlang that just works.
https://erlang.mk
ISC License
578 stars 241 forks source link

Outdated plugin listed #961

Closed ahron1 closed 2 years ago

ahron1 commented 2 years ago

In the list of plugins page , it lists reload.mk.

Unfortunately, after the breaking changes in relx few weeks back, this no longer works. This module has been inactive for many years now, so it is unlikely to be updated. Better remove it from the list. This was the easiest to use, but maybe it can be replaced by another of the many hot reload modules available.

ahron1 commented 2 years ago

https://github.com/bullno1/reload.mk/issues/3

ahron1 commented 2 years ago

Sync seems to work nicely. Might make sense to include that instead.

essen commented 2 years ago

Erlang.mk has a built-in reload feature now anyway. IIRC you just need to add RELOAD=1 when (re-)compiling.