Perl 6 language and compiler development | Logs at colabti.org/irclogger/irclogger_log/perl6-dev | For toolchain/installation stuff see #perl6-toolchain | For MoarVM see #moarvm
Set by Zoffix on 27 July 2018.
Geth rakudo: 96a976b347 | usev6++ | src/vm/jvm/runtime/org/perl6/rakudo/Binder.java
[JVM] Use default value for optional native param

This makes 'sub (num $v?) { $v }()' work as expected by MISC/misc-6.d.t
06:31
Geth roast: 7830952a8d | usev6++ | MISC/misc-6.d.t
[JVM] Unfudge passing tests

Fixed with github.com/rakudo/rakudo/commit/96a976b347
06:49
travis-ci Rakudo build failed. usev6 '[JVM] Use default value for optional native param 07:14
travis-ci.org/rakudo/rakudo/builds/516772142 github.com/rakudo/rakudo/compare/7...a976b34776
gfldex m: my $c = Channel.new does Iterable, role :: { method iterator { self.list.iterator } }; start { $c.send(42) for ^5; $c.close }; .say for @$c; 08:00
evalable6 42
42
42
42
42
gfldex is there a way to get rid of the @$ cast?
ctilmes bind $c 08:45
$c := Channel.new... 08:46
lizmat Files=1254, Tests=87994, 388 wallclock secs (20.80 usr 6.38 sys + 2794.42 cusr 227.02 csys = 3048.62 CPU) 08:56
gfldex ctilmes: that's not what I ment. I (nearly) solved it myself. 08:59
I can bind to @c already. Now I need to find a way to assign instead of binding. 09:00
Alas, the weather is to nice for coding today. :)
gfldex grabs is bike
[Tux] Rakudo version 2019.03.1-164-g96a976b34 - MoarVM version 2019.03-68-g25b486dee
csv-ip5xs0.764 - 0.794
csv-ip5xs-206.652 - 6.937
csv-parser23.164 - 23.917
csv-test-xs-200.436 - 0.438
test6.784 - 7.952
test-t1.854 - 1.871
test-t --race0.961 - 1.082
test-t-2030.521 - 31.105
test-t-20 --race10.874 - 12.663
09:55
lizmat m: say 42.base(8) 12:33
evalable6 52
lizmat m: say base(8,42) # unexpected ?
evalable6 (exit code 1) 04===SORRY!04=== Error while compiling /tmp/dHJFnp_FJG
Undeclared routine:
base used at line 1
lizmat worth an issue ??
jnthn Not every method needs to have a function form 12:34
It's not too clear which way around the args should go here also...
timotimo if it's called in-base, that'd seem clearer 12:48
in-base 42, 8
means 8 in base 42
or it means 42 in-base 8
huh.
Geth rakudo: 2e8f326d09 | (Elizabeth Mattijsen)++ | src/core/Exception.pm6
Make X::Str::Sprintf::Directives::BadType optionally better

When adding a "expected" parameter, it will show what type was expected.
12:49
evalbot: stigtsp++ created pull request #11:
run rakudo-moar in a firejail as restricted as possible
13:03
travis-ci Rakudo build failed. Elizabeth Mattijsen 'Make X::Str::Sprintf::Directives::BadType optionally better 13:35
travis-ci.org/rakudo/rakudo/builds/516839845 github.com/rakudo/rakudo/compare/9...8f326d092c
Geth rakudo: wenjie1991++ created pull request #2822:
fix error when set RAKUDO_EXCEPTIONS_HANDLER
14:25
rakudo: wenjie1991++ created pull request #2823:
fix error when set RAKUDO_EXCEPTIONS_HANDLER
15:36
rakudo: 939ea41957 | (Wenjie Sun)++ (committed by Nick Logan) | src/core/Exception.pm6
fix error when set RAKUDO_EXCEPTIONS_HANDLER (#2823)
15:53
Geth rakudo: 51455df9b1 | (Christian Bartolomäus)++ (committed using GitHub Web editor) | tools/build/create-jvm-runner.pl
Fix typo (and unbreak JVM build)
17:16