Wiki

Ticket #30: 02-sharpError.patch

File 02-sharpError.patch, 421 bytes (added by hopscc, 16 years ago)
  • Source/Expr.cobra

     
    19121912        if expr inherits StringLit  # TODO:? make this an arg type 
    19131913            _expr = expr 
    19141914        else 
    1915             assert false, expr 
     1915            assert false, r'$sharp expression must be a String Literal (No substitutions)' 
    19161916 
    19171917    get sharpSource from var 
    19181918