Skip to content

vans163/mix_auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mix_auto

Recompiles elixir code when it changes inside lib/

Supported OS

Due to mix_auto not relying on polling each os needs to implement their fs events. Currently I only implemented inotify for linux.

  • Linux

Known problems

Using recompile/0 crashes running modules constantly like gen_statem.
elixir-lang/elixir#5809

Now mix_auto uses r/1 instead of recompile/0 and this seems to work. There may be issues.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages