gusarov / metacreator

Automatically exported from code.google.com/p/metacreator
2 stars 0 forks source link

Report errors correctly for 3 phases of meta compilation #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) MetaCode: Compile errors
/*! #error */

2) MetaCode: Evaluation exception
/*! throw null; */

3) Processed code compile errors
var q = /*= "unknown"+"variable" */ ;

Original issue reported on code.google.com by Dmitry.G...@gmail.com on 25 Jul 2010 at 4:13

GoogleCodeExporter commented 9 years ago
Should report correct line number in original source file

Original comment by Dmitry.G...@gmail.com on 25 Jul 2010 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by Dmitry.G...@gmail.com on 1 Aug 2010 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by Dmitry.G...@gmail.com on 12 Feb 2011 at 3:14