8000 GitHub - HudsonK/sync: Utility to help you recompile and reload changed code.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ sync Public
forked from puppetjoy/sync

Utility to help you recompile and reload changed code.

Notifications You must be signed in to change notification settings

HudsonK/sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sync: Recompile and Reload Changed Erlang Code

Sync is a developer tool to help you hot-load changed code in an Erlang system.

When you start the application using sync:go() or application:start(sync), the system automatically starts checking for changes to all loaded modules (except for Erlang system modules). Sync will recompile and reload the module if the source has changed, or if any include files for a module have changed.

Compilation errors are logged using the error_logger.

*** EMACS PRO TIP ***

Sync outputs Emacs friendly compiler messages. This means you can navigate directly to your error messages with a single click.

Simply:

  1. Open a shell or eshell buffer.
  2. tail -f * on your log directory.
  3. Turn on compilation-minor-mode.

About

Utility to help you recompile and reload changed code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0