[Laszlo-checkins] r12824 - openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler

hqm@openlaszlo.org hqm at openlaszlo.org
Wed Feb 11 06:57:52 PST 2009


Author: hqm
Date: 2009-02-11 06:57:51 -0800 (Wed, 11 Feb 2009)
New Revision: 12824

Modified:
   openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/CompilationError.java
Log:
Change 20090211-hqm-k by hqm at badtzmaru.home on 2009-02-11 09:56:21 EST
    in /Users/hqm/openlaszlo/trunk4/WEB-INF/lps/server/src/org/openlaszlo/compiler
    for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler

Summary: accidentally toggled the ThrowCompilationErrors flag for debugging

New Features:

Bugs Fixed:

Technical Reviewer: hqm
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    
I accidentally left the CompilationError.ThrowCompilationErrors flag set to true while
debugging, so I'm setting it back to false. 


Tests:



Modified: openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/CompilationError.java
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/CompilationError.java	2009-02-11 14:46:48 UTC (rev 12823)
+++ openlaszlo/trunk/WEB-INF/lps/server/src/org/openlaszlo/compiler/CompilationError.java	2009-02-11 14:57:51 UTC (rev 12824)
@@ -41,7 +41,7 @@
      * cause, instead of wrapping them in instances of
      * CompilationError.  This is useful for debugging the
      * compiler. */
-    public static boolean ThrowCompilationErrors = true;
+    public static boolean ThrowCompilationErrors = false;
 
     /** Constructs an instance.
      * @param message a string



More information about the Laszlo-checkins mailing list