Re: Two Tier, call_ str_ fix

"Mark Hahn" <[email protected]> Wed, 14 Jul 2004 13:22:51 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Mark Hahn wrote:
> 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.

Now I know how this got through testing.  It is a console bug.  It doesn't
happen in scripts.  I should find some way to automate regression testing in
the console.