From 89cd24937e1b0dd183082b1bbc05d0a67f33ad98 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 20 May 2014 06:35:40 +0000 Subject: improve behaviour of `rebar shell` attempt to emulate the behavior of `erl -pa ebin -pa deps/*/ebin` fix error messages and formatting issues of `rebar shell` by shutting down and restarting the user subsystem in a mode more hospitable to the shell than the simple user started when run as an escript. emulate `error_logger` behaviour when the shell is run via `erl` add documentation of the shell command limitations: the erlang interrupt handler is not enabled when running as an escript and there is no interface to re-enable it via erlang code. this means `ctrl-c` will immediately exit the running process unlike when running the shell via `erl`. `ctrl-g` is, however, unaffected the user subsystem is killed and restarted but not supervised. if your code somehow relies on the user subsystem crashing and restarting `rebar shell` may interfere with it's operation --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index 66d7b25..4ad72c2 100644 --- a/THANKS +++ b/THANKS @@ -123,3 +123,4 @@ Dave Thomas Evgeniy Khramtsov YeJun Su Yuki Ito +alisdair sullivan -- cgit v1.1