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.
releasable6 Next release in ≈6 days and ≈15 hours. 4 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 03:00
Geth ¦ rakudo: ugexe assigned to niner Issue No such method 'payload' for invocant of type 'X::Parameter::InvalidConcreteness' github.com/rakudo/rakudo/issues/2531 05:08
lizmat Files=1256, Tests=81550, 334 wallclock secs (14.90 usr 5.03 sys + 2385.52 cusr 190.15 csys = 2595.60 CPU) 10:46
m: class A:ver<0.0.1> { }; class A:ver<0.0.2> { } # is this error correct ? 11:36
camelia 5===SORRY!5=== Error while compiling <tmp>
Redeclaration of symbol 'A'
at <tmp>:1
------> 3ass A:ver<0.0.1> { }; class A:ver<0.0.2>7⏏5 { } # is this error correct ?
expecting any of:
generic role
lizmat I guess you need to do something like this: 11:40
m: my constant B = my class A:ver<0.0.1> { }; my constant C = my class A:ver<0.0.2> { }; dd B.^ver; dd C.^ver
camelia v0.0.1
v0.0.2
[Tux] Rakudo version 2018.11-19-g1d597fa51 - MoarVM version 2018.11-15-g1c3b0c936
csv-ip5xs0.935 - 0.952
csv-ip5xs-207.136 - 7.573
csv-parser22.823 - 23.519
csv-test-xs-200.430 - 0.434
test7.500 - 8.036
test-t1.831 - 1.882
test-t --race0.775 - 0.829
test-t-2030.472 - 30.905
test-t-20 --race9.503 - 9.598
12:39
lucasb m: say (10 max Int, Int max 20) 13:29
camelia (10 20)
lucasb m: say Int max 10 13:30
camelia 10
lucasb m: say Int cmp 10
camelia Use of uninitialized value of type Int in string context.
Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful.
Less
in block <unit> at <tmp> line 1
lucasb m: say Int cmp Int
camelia Same
lucasb If I can call max/min, shouldn't it be possible to also call cmp? 13:31
lizmat just pushed github.com/rakudo/rakudo/commit/7b...f83a57713c 14:48
Use semantics of min/max also for minpairs/maxpairs
so where does Geth actually run ? 14:50
dogbert11 .seen Geth 15:01
yoleaux I saw Geth 09:41Z in #perl6: <Geth> ¦ doc: review: github.com/perl6/doc/commit/0b63543c58
dogbert11 .seen Zofbot
yoleaux I saw ZofBot 29 Jul 2018 06:05Z in #perl6: <ZofBot> Zoffix, Will remind you on 2018-08-04T02:05:39.259931-04:00 about f.p. stringification talk: pldi18.sigplan.org/event/pldi-2018...conversion
lizmat just pushed github.com/rakudo/rakudo/commit/dd3f91a2ff8142a 16:33
Add .Real method to native arrays, fixes R#2533
lizmat just pushed github.com/rakudo/rakudo/commit/fd...3de8ad0584 16:44
Make my int @a[2] = 1,2,3 error with the right message
SmokeMachine lizmat: thanks for solving the get_value is rw problem! 16:47
lizmat SmokeMachine: thanks for noticing! :-) 16:48
Geth roast: 0b8606df7d | (Elizabeth Mattijsen)++ | S02-types/native.t
Add tests for R#2533
18:46
Lavos www.facebook.com/R4nCorE/posts/102...3255687886 22:31
releasable6 Next release in ≈5 days and ≈19 hours. 4 blockers. Please log your changes in the ChangeLog: github.com/rakudo/rakudo/wiki/ChangeLog-Draft 23:00