-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bleadperl v5.21.9-227-g273e254 breaks DBR/App-assh-1.1.2.tar.gz #14685
Comments
From @andkAnother one from Slaven: bisect commit 273e254 Optimize out unicode_to_native(), native_to_unicode() rt.cpan ticket https://rt.cpan.org/Public/Bug/Display.html?id=103976 sample fail report http://www.cpantesters.org/cpan/report/0715b4d8-ec10-11e4-a9d0-fe3ae0bfc7aa stacktrace #0 0x00007fe330a20065 in invoker_ck_entersub (my_perl=0x10b9010, perl -V Summary of my perl5 (revision 5 version 21 subversion 10) configuration: -- |
From @khwilliamsonOn 04/30/2015 02:17 PM, (Andreas J. Koenig) (via RT) wrote:
I was able to reproduce this problem, and chatted with Zefram on irc "the necessary and sufficient fix is for invoker_ck_entersub to check Also, "invoker ought to behave as a lexically-scoped pragma, rather than And, "this is partly down to the means by which invoker hooks the op I've created |
The RT System itself - Status changed from 'new' to 'open' |
From @iabynOn Thu, Apr 30, 2015 at 05:23:55PM -0600, Karl Williamson wrote:
BTW, I'm not convinced that the call checker is the right way to optimise *utf8::unicode_to_native = sub { print "hi!\n" }; It's probably fairly unlikely that someone will want to override those -- |
From zefram@fysh.orgDave Mitchell wrote:
Calls to constant subs already get resolved at compile time. This is Bigger picture: if we decide that only the runtime-dynamic behaviour is -zefram |
From @iabynOn Wed, May 20, 2015 at 11:43:44AM +0100, Zefram wrote:
I think that would break a lot of stuff. -- |
From @jkeenanOn Wed May 20 03:54:34 2015, davem wrote:
I was able to install App::assh successfully with cpanm on perl-5.22.0 on linux/x86_64. -- |
From @rjbsThis appears to have become fixed while we weren't looking. -- |
@rjbs - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#124430 (status was 'resolved')
Searchable as RT124430$
The text was updated successfully, but these errors were encountered: