Created
December 24, 2021 02:30
-
-
Save melezhik/812837c045325cb33526fab049059316 to your computer and use it in GitHub Desktop.
Curlie in loop bug
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
$ raku -MCurlie -e 'my $c = Curlie.new; for 1 .. 400 { $c.get: "https://httpbin.org/get" }' | |
Cannot assign to an immutable value | |
in method getinfo_long at /Users/alex/projects/rakudo/install/share/perl6/site/sources/4C3E08F15178D3444F73775C0B6BADC1E61100A6 (LibCurl::EasyHandle) line 898 | |
in method getinfo at /Users/alex/projects/rakudo/install/share/perl6/site/precomp/F75BA6B78195FB4BB18737386572FE4C5789AFB8/91/917D98459B37845C474AF03923465900BC1B0D1F line 688 | |
in method success at /Users/alex/projects/rakudo/install/share/perl6/site/sources/917D98459B37845C474AF03923465900BC1B0D1F (LibCurl::Easy) line 678 | |
in method do-request at /Users/alex/projects/rakudo/install/share/perl6/site/sources/49AFEACA07019B071B7F9AD205404DB927DCAD15 (Curlie) line 164 | |
in method get at /Users/alex/projects/rakudo/install/share/perl6/site/sources/49AFEACA07019B071B7F9AD205404DB927DCAD15 (Curlie) line 63 | |
in block at /Users/alex/projects/rakudo/install/share/perl6/site/sources/45334C557865A97D1ECA0D3F3A3FAF2017FCE553 (OO::Monitors) line 31 | |
in block <unit> at -e line 1 | |
q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
valgrind output: