🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs can be inspected at colabti.org/irclogger/irclogger_log/raku-dev | For MoarVM see #moarvm
Set by lizmat on 24 April 2021.
japhb CBOR::Simple 0.0.4 is now out and uploaded; lots more performance work this time. Still can't beat JSON::Fast on its home turf of arrays of hashes with ASCII string keys and values (sigh), but already faster on a few things, like handling Nums, Rats (which JSON::Fast treats as Nums), and blobs. 06:13
nine m: class Foo { has Int(Str) $.i }; Foo.new(:i("1")) 08:14
camelia ( no output )
lizmat This feels like a bug: 11:05
m: dd "> ഃ".index("> ")
camelia Nil
lizmat m: dd "> ".index("> ")
camelia 0
lizmat m: dd "> x".index("> ")
camelia 0
lizmat m: dd "> ".uninames
camelia ("GREATER-THAN SIGN", "SPACE").Seq
lizmat m: dd "> ഃ".uninames
camelia ("GREATER-THAN SIGN", "SPACE", "MALAYALAM SIGN VISARGA").Seq
lizmat m: dd "> ഃ".index("> ") 11:06
camelia 0
lizmat m: use nqp; dd nqp::index("> ഃ","> ") 11:07
camelia -1
lizmat ^^ underlying issue
m: use nqp; dd nqp::indexim("> ഃ","> ") 11:18
camelia ===SORRY!===
Arg count 2 doesn't equal required operand count 3 for op 'indexim_s'
11:19
lizmat m: use nqp; dd nqp::indexim("> ഃ","> ",0)
camelia 0
lizmat whee!
[Tux] Rakudo v2021.04-1-g94f966d18 (v6.d) on MoarVM 2021.04-1-gce733ddf8
csv-ip5xs0.867 - 0.881
csv-ip5xs-207.908 - 8.857
csv-parser28.292 - 30.463
csv-test-xs-200.386 - 0.396
test7.439 - 8.117
test-t2.088 - 2.112
test-t --race0.908 - 0.910
test-t-2034.456 - 34.880
test-t-20 --race9.752 - 10.954
17:47
vrurg Fantastic error message: "Type check failed in assignment to $!suite-caller; expected <anon> but got <anon> (<anon>)" 20:37
rba sena_kun: I have reduced memory from docker testing host raku-infra-fsn1-01 and saw that the docker images of you haven't started automatically. 22:03
sena_kun: In case you need to run some images permanently, ping me. 22:04