🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
Geth rakudo: usev6++ created pull request #5750:
[JVM] Reduce backend-specific code in find_best_dispatchee
09:02
bartolin ^^ as noted in the comments, I only opened this PR to test if/why the CI jobs fail 09:33
ab5tract SmokeMachine: I may have found a solution: gist.github.com/ab5tract/5a647bff7...aec581c933 18:12
I haven't actually tested anything beyond the fact that `raku -Ilib -Ibin/lib -e 'use todo-routes'` works now, though
SmokeMachine ab5tract: will begin? interesting... I think I also found an alternative solution... 21:19
I'm going to push that in a few...
ab5tract Nice! Glad to hear 21:20
my $foo will begin { … } is kind of like doing BEGIN my $foo; BEGIN { … } where … is the code to initialize $foo 21:21
ab5tract SmokeMachine: updated the gist to be a bit less arcane gist.github.com/ab5tract/5a647bff7...aec581c933 21:53
And also a condensed form: gist.github.com/ab5tract/5a647bff7...thand-diff 21:57
in (obvious) retrospect, there's actually no reason for the variable at all: gist.github.com/ab5tract/5a647bff7...orite-diff 22:01