sync
sync copied to clipboard
On-the-fly recompiling and reloading in Erlang. Code without friction.
I have sync falling into infinity loop somehow. it moves to ``` sys:get_state(sync_scanner). ``` returns with timeout, while ``` sys:get_state(sync_scanner, infinity). ``` hangs forever. Actually I don't know how to...
Currently `sync` polls directories and files for any changes and recompile the changed files and loads them. When `sync` starts monitoring more projects under one umbrella CPU can get overwhelmed...
When we run sync in a virtual environment, using 'notify-send' will prevent us from exiting the terminal.so I need to mandatory exit using ctrl + c
What am I doing wrong? ``` $ echo $ERL_LIBS /home/hernanex3/.ERL_LIBS/ $ pwd /home/hernanex3/.ERL_LIBS $ git clone [email protected]:rustyio/sync.git Cloning into 'sync'... remote: Counting objects: 708, done. remote: Total 708 (delta 0),...
I have a project importing a lot of projects. So, I wanted `sync` to scan a subset of directories. So, I made my sys.conf like this: ``` {sync, [ {src_dirs,...
Rebar3
Do you have this working on a rebar3 compiled project? I'm seeing some issues with this where it can't find the source files.
`code:which(Module)` return archive file path (for example: `"/app-1.0.ez/app-1.0/ebin/my_mod.beam"`). I think that the module should be loaded into the memory if failure to write by any reason.
I will update to last version of Sync 22/03/2014, but ErlyDtl templates don`t recompiles after changes.
Really like sync. I am also using EDTS for Emacs, and I think there are some strange interactions. The core issue is ``` sync_scanner:start_link() at exit with reason no case...
Hello. Sync crashes when a cowboy handler with erlydtl is run. I made a repo to make it easier to reproduce: https://github.com/koddo/tmp-erlydtl-sync-crash-test From it's readme: There are two handlers: http://localhost:8080/with_erlydtl...