AlexDaniel | .tell Zoffix thank you very much! By the way, can you add a license to the na repo? | 03:59 | |
yoleaux | AlexDaniel: I'll pass your message to Zoffix. | ||
Zoffix | Added. | 04:01 | |
yoleaux | 03:59Z <AlexDaniel> Zoffix: thank you very much! By the way, can you add a license to the na repo? | ||
AlexDaniel | Zoffix++ | 04:02 | |
Geth | roast: 12e6d2f40e | (Samantha McVey)++ | S15-string-types/NF-types.t Fix skip reason for nfd/nfc adverb tests Both RT title's have been updated as well. |
06:36 | |
samcv | doing some bug cleanup. trying to close some that should be closed :) | 06:37 | |
[Tux] | This is Rakudo version 2017.07-1-gd37be2496 built on MoarVM version 2017.07 | 09:43 | |
csv-ip5xs 2.554 | |||
test 12.446 | |||
test-t 4.167 - 4.270 | |||
csv-parser 12.097 | |||
Error encoding UTF-8 string: could not encode Unicode Surrogate codepoint 56281 (0xDBD9) | |||
in block <unit> at 88.t line 21 | |||
Geth_ | star/stmuk-2017.07: 947088d923 | (Steve Mynott)++ | 3 files bump versions to 2017.07 |
10:54 | |
star/stmuk-2017.07: 9ed4577350 | (Steve Mynott)++ | 31 files bump submodules |
|||
star/stmuk-2017.07: b19883ffa5 | (Steve Mynott)++ | 3 files add IO::String as new dep for doc |
11:18 | ||
star/stmuk-2017.07: ad88ad689e | (Steve Mynott)++ | 3 files add Test::When as new dep for perl6-pod-to-bigpage |
|||
star/stmuk-2017.07: 68980428cd | (Steve Mynott)++ | 3 files Encode fixes encoding issues with LWP::Simple and maybe other modules |
|||
stmuk_ | back later .. looking at things that make steam | 11:19 | |
Zoffix | huggable: get | 13:09 | |
huggable | Zoffix, nothing found | ||
Zoffix | huggable: geth | ||
huggable | Zoffix, Set geth report URL (select application/json and send me everything): geth.niner.name:8888/?chan=#perl6-dev | ||
Zoffix | rakudo/star repo needs hook URL updated to that ^ | ||
Geth | rakudo/nom: b22d189e9a | (Stefan Seifert)++ | src/Perl6/Metamodel/DefiniteHOW.nqp Set debug_names of DefiniteHOW types This improves MoarVM's internal error messages and adds missing information for debugging sessions. |
14:27 | |
rakudo/nom: c040f1a6f2 | (Stefan Seifert)++ | src/Perl6/Metamodel/CoercionHOW.nqp Set debug_names of CoercionHOW types This improves MoarVM's internal error messages and adds missing information for debugging sessions. |
14:36 | ||
Zoffix | ZOFFLOP: t/spec/S11-modules/require.t | 16:11 | |
ZOFFLOP: t/spec/S17-promise/nonblocking-await.t | |||
Geth | rakudo/nom: 45cd1a9766 | (Zoffix Znet)++ | src/core/IO/Path.pm Fix IO::Path.new with 0 allomorph Bug find: irclog.perlgeek.de/perl6/2017-07-16#i_14878891 |
16:12 | |
roast: 3f594b0cd3 | (Zoffix Znet)++ | S32-io/io-path.t Test numerically-zero allomorphs can be used as IO::Path Rakudo fix: github.com/rakudo/rakudo/commit/45cd1a9766 Bug find: irclog.perlgeek.de/perl6/2017-07-16#i_14878891 |
16:15 | ||
Zoffix | "<ugexe> weird, i could have swore i fixed that bug like 2 years ago" | 16:26 | |
I guess you never added tests to cover it, so the IO Grant refactor nixed the fix | 16:27 | ||
github.com/rakudo/rakudo/commit/ae...222d56b220 | 16:28 | ||
All software has bugs, but you're never supposed to fix the same bug more than once :/ | 16:29 | ||
dogbert17 | ZOFFLOP: t/spec/S17-promise/nonblocking-await.t: github.com/MoarVM/MoarVM/issues/554 | 16:32 | |
as for t/spec/S11-modules/require.t, it doesn't fail for me but sometimes this shows up: | 16:37 | ||
WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, you can mark it as handled by calling .Bool, .so, .not, or .defined methods. The Failure was: | |||
No such symbol 't::spec::S11-modules::NoModule' | |||
in block <unit> at t/spec/S11-modules/require.t line 41 | |||
Zoffix | Maybe several files use the same module file and modify it in-place. I think that's what it was when I briefly looked at it | 16:38 | |
So it needs to use Test::Util's make-temp-file and use that as module or something | |||
or make-temp-dir and copy the module there and modify it there | |||
dogbert17 | that could definitely be the case, otoh the error above came from 'make t/spec/S11-modules/require.t' | 16:40 | |
Geth_ | star/stmuk-2017.07: 5c68a15d73 | (Steve Mynott)++ | docs/announce/2017.07.md import |
17:11 | |
star/stmuk-2017.07: 27c0666152 | (Steve Mynott)++ | docs/announce/2017.07.md typo fixes |
17:13 | ||
star/stmuk-2017.07: 9c104fe5b6 | (Steve Mynott)++ | 3 files mention quarterly release cycle and stress panda is to be removed |
17:21 | ||
ugexe | dogbert17: the warnings go away if eval-lives-ok is replaced with just EVAL (even though thats not the test the warnings are from) | 17:24 | |
the other warning goes away if you delete the { } surrounding the test case (the NoModule one) | 17:31 | ||
bah n/m, just adding comments changes the result | 17:35 | ||
nine | Yeah, depends on timing and the GC | 17:38 | |
Zoffix | m: { require Pod::To::Text <&bar>; say 42 } | 17:56 | |
camelia | Trying to import from 'Pod::To::Text', but the following symbols are missing: &bar in block <unit> at <tmp> line 1 |
||
Zoffix | m: { require t::spec::S11-modules::NoModule <&bar>; say 42 } | ||
camelia | Could not find t::spec::S11-modules::NoModule at line 0 in: /home/camelia/.perl6 /home/camelia/rakudo-m-inst-1/share/perl6/site /home/camelia/rakudo-m-inst-1/share/perl6/vendor /home/camelia/rakudo-m-inst-1/share/perl6 CompUā¦ |
||
Zoffix | Neither are errors about "no such symbol" | ||
Guessing it's failed somewhere inside core and isn't being sunk, hence the warning. | 17:58 | ||
Geth_ | star/stmuk-2017.07: 2e95eaa6c5 | (Steve Mynott)++ | modules/MODULES.txt correct typo to tap-harness6 |
18:17 | |
ugexe | m: use lib "."; try { "t/spec/S11-modules".IO.mkdir andthen *.IO.child("InnerModule.pm6").spurt(q|package t::spec::S11-modules::InnerModule {}|) }; require t::spec::S11-modules::InnerModule; # without nested scope | 18:19 | |
camelia | ( no output ) | ||
ugexe | m: use lib "."; try { "t/spec/S11-modules".IO.mkdir andthen *.IO.child("InnerModule.pm6").spurt(q|package t::spec::S11-modules::InnerModule {}|) }; {require t::spec::S11-modules::InnerModule;} # with nested scope | ||
camelia | No such symbol 't::spec::S11-modules::InnerModule' in block <unit> at <tmp> line 1 |
||
Geth_ | star/stmuk-2017.07: 9d3fa242ef | (Steve Mynott)++ | modules/MODULES.txt JSON::Tiny before LWP::Simple |
18:34 | |
ugexe | tryign to run it with --ll-exception runs into more problems from the Exception message stuff: Unhandled exception: concatenate requires a concrete string, but got null | 19:11 | |
Geth_ | star/stmuk-2017.07: a1c18c30b9 | (Steve Mynott)++ | modules/MODULES.txt doc needs Test::When |
19:23 | |
ugexe | still get broke behavior for `perl6 --ll-exception -e 'x'` as well | 19:24 | |
MasterDuke | huh, i see that also, but that's what i just fixed... | 19:25 | |
ugexe | github.com/perl6/nqp/commit/8cd835...0295123ff5 changed a line from your last commit, but I dont know if that has anything to do with it because it doesn't look like it should cause this | 19:34 | |
MasterDuke | i just tried reverting that, no change | 19:36 | |
ugexe | `nqp::isnull($message) && nqp::can($error, 'message')` if this fails due to the 2nd condition it stil does $err.say($message) even though $message could be nqp::null | ||
MasterDuke | i'm seeing what happens with adding `else { $message := '' }` | 19:39 | |
that gives the right backtrace, but there's no message | 19:43 | ||
Geth_ | star/stmuk-2017.07: 09d03d1d23 | (Steve Mynott)++ | modules/MODULES.txt perl6-pod-to-bigpage needs Test::When |
19:50 | |
star/stmuk-2017.07: 8bbddcd292 | (Steve Mynott)++ | modules/MODULES.txt perl6-pod-to-bigpage needs Test::When |
19:51 | ||
ugexe | so i wonder what $error contains that it fails nqp::can($error, 'message') | 19:53 | |
MasterDuke | BOOTException | 20:07 | |
jdv79 | MoarVM panic: Internal error: invalid thread ID 14562072 in GC work pass | 20:33 | |
good times | |||
samcv | fun | ||
AlexDaniel | jdv79: this give me hope :) | 22:16 | |
gives* |