Hi everyone,
As I told you in an e-mail before, I'm working on automation of Roassal exporting to Amber. I wrote a bash script which compiles every Roassal-*.st using amberc and then move the javascript generated files to the js directory. I would like to know when a parsing error occurred to exit the script indicating the error. I tried capturing the exit status but in those cases it exit with a success status. How could i do that? Thank you, -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group, send email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Hello Pablo, I have a fix in the 'grunt' branch of my repository which aborts further compilation if an error occurred. Best, Am 28.01.2013 19:53 schrieb "Pablo Estefó" <[hidden email]>:
-- Hi everyone, You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group, send email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Hi Manfred,
Thanks a lot for your quick reply. It would be nice if you could open a pull request. Cheers,
-- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group, send email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Hello Pablo,
the grunt.js and compiler changes have been merged into the 'grunt' branch in the master repository. Feel free to report any errors you encounter.
Best, Manfred
-- On Mon, Jan 28, 2013 at 9:57 PM, Pablo Estefó <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Thank you very much, Manfred!
El 10-02-2013, a las 13:44, Manfred Kröhnert <[hidden email]> escribió: Hello Pablo, -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |