History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-876
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Marcus Griep
Reporter: Marcus Griep
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Exception Handling: Remove hidden '__exception' variable

Created: 27/Sep/07 08:02 PM   Updated: 26/Oct/07 09:19 PM
Component/s: Emitter, Compiler
Affects Version/s: 0.7.9
Fix Version/s: 0.8.1

Time Tracking:
Not Specified

Issue Links:
Related
 
Supercedes
 

Patch Submitted: Yes


 Description  « Hide
See linked issue patch file.

Currently, Boo's exception handling routines emit a hidden variable when there is an anonymous exception handler of the form:

except:
  pass

This unused variable causes style errors when verified by FxCop. As well, the variable should never be able created as the user never asked for it and, by using an anonymous exception handler, didn't want it.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Marcus Griep - 27/Sep/07 08:08 PM
The patch for this issue is conjoined with BOO-877

Marcus Griep - 26/Oct/07 09:19 PM
Revision 2744