Closed zraffer closed 8 years ago
here is output of ./mad sh on change of a yecc source file:
./mad sh
yecc
[{yecc,file,["/home/user/github/groupoid/exe/src/macro_parser.yrl"],[]}, {mad_yecc,compile,5, [{file,"/home/user/github/groupoid/exe/deps/mad/src/compile/mad_yecc.erl"}, {line,11}]}, {mad_compile,compile_files,5, [{file,"/home/user/github/groupoid/exe/deps/mad/src/compile/mad_compile.erl"}, {line,79}]}, {mad_compile,dep,4, [{file,"/home/user/github/groupoid/exe/deps/mad/src/compile/mad_compile.erl"}, {line,68}]}, {active,compile,2, [{file,"/home/user/github/groupoid/exe/deps/active/src/active.erl"}, {line,88}]}, {active,handle_info,2, [{file,"/home/user/github/groupoid/exe/deps/active/src/active.erl"}, {line,27}]}, {gen_server,try_dispatch,4,[{file,"gen_server.erl"},{line,601}]}, Catch: error:undefe_msg,5,[{file,"gen_server.erl"},{line,667}]}]
however ./mad com works fine in this case.
./mad com
here is output of
./mad sh
on change of ayecc
source file:however
./mad com
works fine in this case.