Ticket #1545 (closed cage: fixed)
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
Note: See
TracTickets for help on using
tickets.