Changes for version 0.03 - 2026-04-08
- Fix newUNOP(OP_CUSTOM)/newBINOP(OP_CUSTOM) assertion failure on debug perl builds (5.16, 5.18). Create ops as OP_NULL first, then set op_type to OP_CUSTOM.
- Fix stack pointer assertion (rpp_popfree_to_NN) on perl 5.42+ with reference-counted stack. Add PUTBACK after consuming args and SPAGAIN before pushing results in search/delete custom ops.
Modules
Binary heap (priority queue)