Issue Details (XML | Word | Printable)

Key: BOO-1091
Type: New Feature New Feature
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

Possibility to change default visibility settings

Created: 25/Oct/08 09:25 AM   Updated: 16/Jan/09 08:59 PM   Resolved: 25/Oct/08 10:06 AM
Return to search
Component/s: None
Affects Version/s: 0.8.2
Fix Version/s: 0.9

Time Tracking:
Not Specified

Issue Links:
Related
 
dependent
 


 Description  « Hide

Currently the default visibility is hard-coded in the compiler, but for some projects/teams changing the default visibility for one or more kind of member can be desirable.

Boo should allow this to be set (by a macro for instance) through CompilerParameters properties :

DefaultTypeVisibility
DefaultMethodVisibility
DefaultPropertyVisibility
DefaultEventVisibility
DefaultFieldVisibility

Additionally the setting can be changed through define symbols such as DEFAULT_TYPE_VISIBILITY and so on for each kind of member.



Cedric Vivier added a comment - 25/Oct/08 10:06 AM

Landed in rev. 3064