Sinan 2.0.24a

1 view
Skip to first unread message

Eric B Merritt

unread,
Dec 22, 2011, 9:08:39 AM12/22/11
to erlwa...@googlegroups.com, erlware-...@googlegroups.com
Another fine release of Sinan for your building pleasure. Get it in the
usual place -> https://github.com/downloads/erlware/sinan/sinan

This release includes bug fixes for R15B along with a change that loads
compiled modules into the running erts after they have been built. This
is mostly useful for running tasks from the Sinan shell. For example:

$> rlwrap sinan shell
Eshell V5.9 (abort with ^G)
1> sinan:do(build).

This will run the build and reload all the built modules. This allows
you to keep a shell up in the back ground and trivially iteratively
develop your apps. Of course, the same goes for your unit tests, proper
tests, or cucumber tests. So you could just as easily do:

$> rlwrap sinan shell
Eshell V5.9 (abort with ^G)
1> sinan:do(cucumber).

To build, test and run code that you are developing on in real time.

Reply all
Reply to author
Forward
0 new messages