Skip to content

Fix heredoc and Internals core-test compatibility - #1365

Merged
fglock merged 3 commits into
masterfrom
fix/heredoc-core-test
Sep 13, 2026
Merged

Fix heredoc and Internals core-test compatibility#1365
fglock merged 3 commits into
masterfrom
fix/heredoc-core-test

Conversation

@fglock

@fglock fglock commented Sep 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • restore Perl-compatible indented heredoc parsing, diagnostics, and eval-string handling
  • restore Internals::* usage diagnostics when calls bypass their Perl prototypes
  • add focused coverage for the native Internals argument-validation path

Validation

  • make
  • prove src/test/resources/unit/heredoc.t
  • prove src/test/resources/unit/internals_prototype_bypass.t
  • perl5_t/t/op/heredoc.t on JVM and interpreter backends
  • perl5_t/t/lib/universal.t on JVM and interpreter backends
  • make check-links

Generated with Codex (https://openai.com/codex)

fglock and others added 2 commits September 13, 2026 13:26
Handle indented delimiters, eval substitution bodies, EOF termination, and
Perl-compatible heredoc diagnostics on both backends.

Generated with Codex (https://openai.com/codex)

Co-Authored-By: Codex <codex@openai.com>
Validate Internals native arguments that bypass Perl prototypes and report
their Usage diagnostics at the Perl call site.

Generated with Codex (https://openai.com/codex)

Co-Authored-By: Codex <codex@openai.com>
@fglock
fglock force-pushed the fix/heredoc-core-test branch from 2f79914 to f786f96 Compare September 13, 2026 11:33
Keep collected heredoc source intact for nested parsing and source locations,
and retain SvREFCNT aggregate calls while validating prototype bypasses.

Generated with Codex (https://openai.com/codex)

Co-Authored-By: Codex <codex@openai.com>
@fglock
fglock merged commit ba263ab into master Sep 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant