Ticket #1545 (closed cage: fixed)

Opened 12 years ago

Last modified 12 years ago

Properly split the headerizer

Reported by: petdance Owned by: petdance
Priority: major Milestone:
Component: tools Version: 2.2.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

There's a Parrot::Headerizer module that has some of the headerizer functionality in it. There's the original tools/build/headerizer.pl. And there is some functionality that is in both, which was very frustrating for me when I was changing code in tools/build/headerizer.pl that never got executed because the function I had modified had been copied (but not moved) into Parrot::Headerizer and that's where it was getting executed.

So clean up this mess.

Change History

Changed 12 years ago by petdance

  • owner changed from dukeleto to petdance

Changed 12 years ago by petdance

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

Redundant code has been removed, and there is once again balance in the Force.

Note: See TracTickets for help on using tickets.