Show
Ignore:
Timestamp:
08/12/08 23:46:19 (5 months ago)
Author:
Chuck.Esterbrook
Message:

New .no-warnings. compiler directive to suppress all warnings on a given line of source code. ticket:37
Code cleanup. ticket:36

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Developer/IntermediateReleaseNotes.text

    r1573 r1574  
    3535                        print 'bar' 
    3636        #/ 
     37 
     38* Added support for warning suppression on arbitrary lines by placing a trailing comment containing `.no-warnings.` after the `#` 
     39 .code 
     40        this.call()  # .no-warnings. 
    3741 
    3842* Added support for a Cobra compiler directive to specify the type for `number`