RE: Two Tier, call_ str_ fix
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <000201c469cd$7ed6b930$0b01a8c0@mark> |
Mukhsein Johari wrote:
> object MyObj:
> def str_():
> return("I'm a MyObj")
>
> o = MyObj() # this hangs prothon btw (latest release)
I thought you were crazy until I repeated the problem in 710. I can't
believe something so basic doesn't work when all the regression tests,
which include this type operation many times, worked. Oh well, I'll fix
it asap.