When the WebDSL compiler encounters an internal error, it should dump enough information such that the problem can be reconstructed/located. Submitting a 20KLOC program in the middle of development is not an option.

Submitted by Eelco Visser on 30 August 2010 at 22:16

On 31 August 2010 at 16:37 Danny Groenewegen commented:

Actually, a zip file with all the .app files of researchr is only about 130KB:

tar -czf researchr.tar.gz `find . -name '*.app'`

Zipping the complete source is probably the most reliable way to reproduce the error as well. Whether the user wants to submit the whole application is another issue, but if the user doesn’t mind there should be an easy way to do it, e.g. automatically add an issue on yellowgrass with the source attached.


On 21 May 2011 at 18:33 Eelco Visser closed this issue.

Log in to post comments