Ticket #1395 (closed patch: wontfix)

Opened 12 years ago

Last modified 12 years ago

[patch]various minor change to parrot

Reported by: jimmy Owned by:
Priority: normal Milestone:
Component: none Version: 1.9.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

1. changed SELF.foo() to STATICSELF.foo() in Vtable function 2. consting 3. remove unused vars 5. unified interp to INTERP in pmclass. 6. code beautification 7. other...

Attachments

tt1395.patch Download (51.1 KB) - added by jimmy 12 years ago.
tt1395.2.patch Download (50.6 KB) - added by jimmy 12 years ago.

Change History

Changed 12 years ago by jimmy

Changed 12 years ago by bacek

Hello.

Patch looks pretty ok. Well, almost. I'm not sure about replacing SELF with STATICSELF part. They have different semantic - STATICSELF will not be dispatched to inherited PMC.

Can you create almost same patch without this replacement?

-- Bacek

Changed 12 years ago by jimmy

Changed 12 years ago by jimmy

  • status changed from new to closed
  • resolution set to wontfix

this patch was outdated, closing ticket.

Note: See TracTickets for help on using tickets.