Results 522 comments of Will Coleda

Updated rakudo to HEAD, no change - but the error above is visible in 'git bash' only. when running in a CMD prompt or powershell, it does work - no...

https://github.com/lizmat/App-Rak/blob/main/lib/App/Rak.rakumod#L12-L14.

Testing a generic Terminal::ANSIColor script, I find that the sequences work in git bash, but generate the other output on powershell/CMD. Related: https://github.com/tadzik/Terminal-ANSIColor/issues/17 I suspect the easiest fix here is...

git bash appears to be trying to read from stdin. This works: ``cat README.md | rak rak --highlight``

Good catch - that returns True in powershell & CMD, but False in 'git bash'

We already figured this out in https://github.com/rakudo/rakudo/issues/4378

``` % tools/create-release-announcement.raku Unable to call postcircumfix @lines[ (Any) ] with a type object Indexing requires a defined object in sub find-next-release-date at tools/create-release-announcement.raku line 131 in sub MAIN at...

There's a unique in the script, and I haven't noticed this issue in ages. If @jdv or I see it going forward, we can open a new issue.

Do you mean setting up CI to run when the tests change? I think historically we've been triggering the tests when rakudo changes, not when roast does. (And that probably...

roast isn't included in rakudo, so no, that'd be separate (we clone it when someone types "make spectest", it's not a git submodule or anything like that)