Wiki
Show
Ignore:
Timestamp:
03/18/10 05:36:21 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Improve some error messages from the C# backend.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/BackEndClr/SharpCompilationMessage.cobra

    r2314 r2325  
    120120        line = line.replace("non-static", "non-shared") 
    121121        line = line.replace("`ref'", "`inout'") 
     122        line = line.replace("a constructor", "an initializer") 
     123        line = line.replace(" constructor", " initializer") 
    122124        # change C#'s `funky' quotes to double quotes 
    123125        line = line.replace("`", '"')