Closed jkeenan closed 1 year ago
This is pretty simple:
git grep optimize_optree embed.fnc
embed.fnc:pd |void |optimize_optree|NN OP *o
The optimize_optree function is not marked as API. If we want to change that add an A to the flags line and do a regen.
Yup. I don't think either of these facts surprises me. The only question is should we? Those two functions weren't initially marked as API, but should they be?
I think we need a flag that says "we grudgingly put this into the API, but if we change it and your code breaks you get keep both pieces". :-)
On IRC #p5p yesterday it was mentioned that CPAN distribution List-Keywords was no longer building against blead. Sample failure report. Bisection of failure reports with the following command:
... pointed to 0351a629e71de127cbfd1b142e9eaa6069deabf5
@xenu, @LeoNerd, can you take a look?