Fix selected CPAN module tests#841
Merged
Merged
Conversation
df54b56 to
45a65cd
Compare
Fix caller line reporting for multi-line calls, improve B::Deparse for source-visible anonymous subs, and add CPAN preferences/patches needed by selected pure-Perl distributions under PerlOnJava. Generated with [Codex](https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
45a65cd to
0e22c2e
Compare
Fix DBIx::Class regressions seen in PR 841: - avoid raw-source B::Deparse comparisons for pragma-wrapped generated eval snippets - remove eval seed aliases after compile so generated eval lexicals do not keep DBIC cursors alive - add quiet unreachable-cursor cleanup for DBIC cursor DESTROY paths - finish DBI selectrow statement handles and sweep unreachable cursors before JDBC DDL Generated with Codex (https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Replace DBI hot-path forced GC with Perl-style FREETMPS plus a narrow no-JVM-GC sweep of destroyable objects. Keep explicit Internals::jperl_gc() behavior unchanged while avoiding repeated System.gc() from DBIC statement Active polling and DDL cleanup. Generated with Codex (https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
Add a Template Toolkit CPAN distropref that disables the optional XS Stash build and accepts the pure-Perl defaults without prompting. Bootstrap the pref so fresh jcpan runs copy it into ~/.perlonjava/cpan/prefs. Generated with Codex (https://openai.com/codex) Co-Authored-By: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
B::Deparseto handle source-visible anonymous subs used by upstream tests.Parse::RecDescent,Crypt::URandom,XML::Filter::CharacterChunk, and related selected CPAN module test runs.Test::Differencesignore-failures override by making its upstream test suite pass normally.Testing
make./jcpan -t HealthCheck::Diagnostic./jcpan -t Parse::RecDescent./jcpan -t PGObject::Util::LogRep::TestDecoding./jcpan -t Test::Differences./jcpan -t Crypt::URandom./jcpan -t XML::Filter::CharacterChunk