[perl #45109] [Lisp] Breakage when an unused PMC is removed

2007-11-25 Thread Will Coleda via RT
On Sat Sep 01 02:32:28 2007, bernhard wrote: > In languages/lisp/system.pir there are 4 unused PMCs declared. > Removing one of them breaks Lisp. > > Here is an example session: > > [EMAIL PROTECTED]:~/devel/Parrot/repos/parrot/languages/lisp$ svn diff > Index: system.pir >

Re: [perl #45109] [Lisp] Breakage when an unused PMC is removed

2007-09-02 Thread Ron Blaschke
Bernhard Schmalhofer wrote: > Ron Blaschke via RT schrieb: >> In all three sections a value is loaded into a register and then set as >> an attribute on an object. >> >> In the first hunk only the used register is changed from 0x12 to 0x13. >> In the second hunks it's register 0x11 to 0x12. >> >> W

Re: [perl #45109] [Lisp] Breakage when an unused PMC is removed

2007-09-02 Thread Bernhard Schmalhofer
Ron Blaschke via RT schrieb: In all three sections a value is loaded into a register and then set as an attribute on an object. In the first hunk only the used register is changed from 0x12 to 0x13. In the second hunks it's register 0x11 to 0x12. With hunk three it's getting interesting because

Re: [perl #45109] [Lisp] Breakage when an unused PMC is removed

2007-09-02 Thread Ron Blaschke
Bernhard Schmalhofer (via RT) wrote: > # New Ticket Created by Bernhard Schmalhofer > # Please include the string: [perl #45109] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=45109 > > > > In languages/lisp/system.pir

Re: [perl #45109] [Lisp] Breakage when an unused PMC is removed

2007-09-02 Thread Ron Blaschke
Bernhard Schmalhofer (via RT) wrote: > # New Ticket Created by Bernhard Schmalhofer > # Please include the string: [perl #45109] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=45109 > > > > In languages/lisp/system.pir

[perl #45109] [Lisp] Breakage when an unused PMC is removed

2007-09-01 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #45109] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45109 > In languages/lisp/system.pir there are 4 unused PMCs declared. Removing one of t