rustyio / sync

On-the-fly recompiling and reloading in Erlang. Code without friction.
MIT License
748 stars 163 forks source link

Add dependency to nitrogen_core #97

Closed danfilip closed 1 year ago

danfilip commented 1 year ago

Standalone sync app crashes because sync_scanner now also uses the wf module from nitrogen_core for formatting errors

giach commented 1 year ago

I have tried the patch, it works!

Looks good to me! 👍

choptastic commented 1 year ago

Oh man, I'm an idiot! I've fixed this here (https://github.com/rustyio/sync/commit/f13e61a79623290219d7c10dff1dd94d91eee963). It should not be relying on nitrogen_core for this.

I appreciate you reporting this and putting in a fix :)