synrc / mad

⚡ MAD: Managing Application Dependencies LING/UNIX
https://mad.n2o.dev
Other
173 stars 53 forks source link

autorecompile in shell mode fails on `.xrl` , `.yrl` files #52

Closed zraffer closed 8 years ago

zraffer commented 8 years ago

here is output of ./mad sh on change of a yecc source file:

[{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.