Christian Bartolomäus

Results 67 comments of Christian Bartolomäus

Hi @coutoPL thanks for your prompt reply and your explanation. The solution you suggested (an option to override the default behaviour) sounds very good to me. I'm pretty sure it...

I didn't see any additional spectest breakage from this changes.

I'm tempted to merge this even without getting another pair of eyes. Sure, the addition to ```unipropcode``` and ```getuniprop_str``` look quite ad hoc and are nothing in comparison to what...

I digged some more and I think the error pops up due to the added ```$archetypes_idx``` in the second argument to ```nqp::parameterizetype```: https://github.com/rakudo/rakudo/blob/71de22321d/src/Perl6/Metamodel/DefiniteHOW.nqp#L28

I have no real clue, why the addition of ```$archetypes_idx``` in https://github.com/rakudo/rakudo/blob/71de22321d/src/Perl6/Metamodel/DefiniteHOW.nqp#L28 leads to the observed error. My wild guess (with a lot of hand waving) would be that the...

I've skipped the broken tests in roast for now.

Tests are active again: https://github.com/Raku/roast/commit/1e784bfed6

Since I've wondered if this might become a problem for my setup, I've looked at the related code. If I'm not mistaken the bug [was introduced a long time ago](https://github.com/dehydrated-io/dehydrated/commit/9f66bfdb50#diff-ee37ea28a1410ddcccbeaac65879d2adR400)...

This looks/sounds very promising. I don't feel qualified to give it a real review, but I'll at least try to test the branch. (But that will take some time.)