Vadim Belman
Vadim Belman
I'm not currently ready to clearly recall what was the context, but there is actually another stage, where `COMPOSE` can be considered useful. I think, it was about conretization composition...
> That's because the type `B+{R}` has been created already by `my $b = B.new but R` Let me add to this that would there be a phaser it wouldn't...
BTW, forgot to mention here that I have an experimental solution for `COMPOSE` submethod in rakudo/rakudo#5312
What I would like to be considered in first place is a feature that would allow to temporarily turn on lock protection for hash representation object. The protection must not...
Rakudo issues that can (could) be resolved with the above proposal: - rakudo/rakudo#1515 - rakudo/rakudo#1689 - rakudo/rakudo#4737 - rakudo/rakudo#4871 Perhaps (and even likely) that there more related bug reports, but...
I'm not much into supplies from their implementation side, so not much help on this. But removal of a non-obvious deadlock cause does sound good to me. What's not good...
I agree that it's both Raku and Rakudo issue at the same time. Changed the categorization of this problem accordingly. Solving this problem would involve not only updating Rakudo sources...
> This would enable an internationalization module to do `INIT Exception.^find_method('message').wrap()` I already dislike it: 1. `wrap` is a hack 2. one would have to do it for nearly every...
> I just wonder if internationalized error messages should be something core handles. I think it should. It's not ought to do it all itself, but providing a pluggable API...
Based on the experience we gained over the last year, I think we can do a few things to improve the situation. Eventually, the whole issue winds down to language...