vrurg That's why I need more info from find_method_qualified. Currently I can only get the type by double-conretizing which to too slow. 00:00
jnthn I...don't think this should interact with callsame?
That feels really wrong, design wise. 00:01
But maybe that isn't what you meant.
That `self.Foo::R::info` isn't an error also seems wrong
vrurg jnthn: Perhaps it requires a problem-solving. It's hard to fit all details into IRC format. 00:02
jnthn Yes, indeed.
To me, it looks like the question is of how we interpret something like `self.R::inc-a`, in so far as one has an expectation that it's not so virtual as we're treating it 00:03
Or at least, if it is that virtual, it's fragile if we're subclassed or similar (guess this extends to roles resolving things from the roles they do also) 00:04
jnthn Need to sleep; will look at the problem-solving issue once it's up 00:14
'night o/
vrurg jnthn: o/ 00:15
Geth ¦ problem-solving: vrurg assigned to jnthn Issue FQN method calls may need clarification github.com/perl6/problem-solving/issues/129 01:45
Geth rakudo: 75056dfa11 | (Patrick Böker)++ (committed using GitHub Web editor) | tools/lib/NQP/Config/Rakudo.pm
Clarify stale file removal text

Make clear it's the process of installation (i. e. `make install`) and not the installed raku that will try to remove the files. Also get rid of a typo.
09:12
travis-ci Rakudo build failed. Patrick Böker 'Clarify stale file removal text 10:38
travis-ci.org/rakudo/rakudo/builds/611275782 github.com/rakudo/rakudo/compare/a...056dfa1106
lizmat m: say "foo" ~~ / <[g ..^ o]> / # suprised that that doesn't work 12:12
camelia 5===SORRY!5=== Error while compiling <tmp>
Illegal reversed character range in regex: g ..^
at <tmp>:1
------> 3say "foo" ~~ / <[g ..^ o]7⏏5> / # suprised that that doesn't work
lizmat m: say "foo" ~~ / <[:lower]> / # wonder if this warrants a warning 12:16
camelia 「o」
|Tux| Rakudo version 2019.07.1-478-g75056dfa1 - MoarVM version 2019.07.1-315-gf10a31b43
csv-ip5xs0.697 - 0.729
csv-ip5xs-206.312 - 6.425
csv-parser21.310 - 21.481
csv-test-xs-200.418 - 0.428
test6.603 - 7.294
test-t1.755 - 1.809
test-t --race0.803 - 0.903
test-t-2029.101 - 29.951
test-t-20 --race9.246 - 10.052
14:20
patrickb .tell rba github.com/patzim/rakudo.org/tree/...ads-rework # <- That's what I got so far. It's not done yet, but might be enough to gather some input what others think. 23:05
tellable6 patrickb, I'll pass your message to rba
lizmat www.reddit.com/r/rakulang/comments...lt_to_fix/ # anyone? 23:38