Changes between Version 4 and Version 5 of Doc/compiler/results
- Timestamp:
- Oct 3, 2008, 3:50:49 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/compiler/results
v4 v5 1 1 = Understanding the Results = 2 2 [[TracNav]] 3 3 [[TOC(inline)]] 4 4 == Everything Works == 5 5 … … 32 32 33 33 There is one further class of errors called "compiler errors". These indicate an error in the logic of the compiler itself and should be accompanied by a detailed error message and a java traceback. All compiler errors should be reported as a [wiki:Doc/compiler/bugs bug]. The bug report should include the template that caused the problem along with the full java traceback. Hopefully, you will not encounter these errors. 34 35 == Using Loggin Information ==