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

Key: BOO-808
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Cedric Vivier
Reporter: Cedric Vivier
Votes: 0
Watchers: 0
Operations

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

Add a -checked(+/-) option to booc

Created: 07/Mar/07 07:52 AM   Updated: 30/Apr/07 02:29 PM
Component/s: Compiler
Affects Version/s: 0.7.6
Fix Version/s: 0.7.7

Time Tracking:
Not Specified


 Description  « Hide
The -checked option would specify whether integer arithmetic statements that are not in the scope of a checked: or unchecked: block throws a run-time exception in case of an overflow.
The default is checked, this means it is not checked.*
If you specify -checked+ (or -checked alone) it is checked.

This has the same behavior as csc's /checked option.

*:default has to be confirmed.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Cedric Vivier - 07/Mar/07 12:35 PM
Current default is checked.

If we agree on changing this, it may be better to postpone the change of default to 0.8 since this will be the official "Screw compatibility!" release (net-2.0, new range behavior, versioning, and al).


Cedric Vivier - 30/Apr/07 02:28 PM
fixed in rev 2354.

Cedric Vivier - 30/Apr/07 02:29 PM
sorry, /s/2354/2454