Re: [BUG] can not call methods with "self"

2004-03-13 Thread Steve Fink
On Mar-12, Leopold Toetsch wrote: > Steve Fink <[EMAIL PROTECTED]> wrote: > > The attached patch should remove all of the conflicts, and replace > > them with a single shift/reduce conflict that appears to be a bug in > > the actual grammar, namely: > > > x = x . x > > Ah yes. Or course, Thanks

Re: [BUG] can not call methods with "self"

2004-03-12 Thread Leopold Toetsch
Steve Fink <[EMAIL PROTECTED]> wrote: > The attached patch should remove all of the conflicts, and replace > them with a single shift/reduce conflict that appears to be a bug in > the actual grammar, namely: > x = x . x Ah yes. Or course, Thanks a lot, applied. leo

Re: [BUG] can not call methods with "self"

2004-03-12 Thread Steve Fink
On Mar-11, Leopold Toetsch wrote: > Jens Rieks <[EMAIL PROTECTED]> wrote: > > > attached is a patch to t/pmc/object-meths.t that adds a test that is > > currently failing because IMCC rejects code like self."blah"() > > Yep. It produces reduce/reduce conflicts. Something's wrong with > precedence

Re: [BUG] can not call methods with "self"

2004-03-11 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > attached is a patch to t/pmc/object-meths.t that adds a test that is > currently failing because IMCC rejects code like self."blah"() Yep. It produces reduce/reduce conflicts. Something's wrong with precedence. I'd be glad if someone can fix it. One more b

Re: [BUG] can not call methods with "self"

2004-03-11 Thread Dan Sugalski
At 5:07 PM +0100 3/11/04, Jens Rieks wrote: Hi, On Thursday 11 March 2004 16:41, Dan Sugalski wrote: At 4:34 PM +0100 3/11/04, Jens Rieks wrote: >Hi, > >attached is a patch to t/pmc/object-meths.t that adds a test that is > currently failing because IMCC rejects code like self."blah"() Befor

Re: [BUG] can not call methods with "self"

2004-03-11 Thread Jens Rieks
Hi, On Thursday 11 March 2004 16:41, Dan Sugalski wrote: > At 4:34 PM +0100 3/11/04, Jens Rieks wrote: > >Hi, > > > >attached is a patch to t/pmc/object-meths.t that adds a test that is > > currently failing because IMCC rejects code like self."blah"() > > Before I go and apply this, could you syn

Re: [BUG] can not call methods with "self"

2004-03-11 Thread Dan Sugalski
At 4:34 PM +0100 3/11/04, Jens Rieks wrote: Hi, attached is a patch to t/pmc/object-meths.t that adds a test that is currently failing because IMCC rejects code like self."blah"() Before I go and apply this, could you sync and retry? I'm not seeing any test failures here, so there might be a cros

[BUG] can not call methods with "self"

2004-03-11 Thread Jens Rieks
Hi, attached is a patch to t/pmc/object-meths.t that adds a test that is currently failing because IMCC rejects code like self."blah"() jens Index: t/pmc/object-meths.t === RCS file: /cvs/public/parrot/t/pmc/object-meths.t,v retriev