← Back to team overview

ooc-dev team mailing list archive

latest version is not working?

 

I updated to the latest version and I get this error when building:

sdk/lang/Format.ooc:31:72 ERROR Invalid use of operator no-op between
operands of type String and CString

    init: func(msg :CString) { message = "invalid format string! \"" + msg
== null ? "" : msg toString() + "\"" }
                                                                       ~~~

[FAIL]