Welcome to MUGS ⚄♠♞🏹 (Multi-User Gaming Services)! | github.com/Raku-MUGS | v0.1.4 has been released! (github.com/Raku-MUGS/MUGS/blob/mai...v0.1.4.md) | This channel is logged for historical purposes; logs at irclogs.raku.org/mugs/index.html
Set by japhb on 3 March 2024.
18:16 lizmat left 18:22 lizmat joined
patrickb github.com/ab5tract/Terminal-Print/pull/88 # Reapply switch to Terminal-API 19:03
japhb Looks like it failed on Windows? github.com/ab5tract/Terminal-Print...7165?pr=88 19:23
patrickb I'm already looking into that. I suspect it's tripping over output redirection. 19:37
japhb Ah, OK 19:42
patrickb Should I be correct, what would be a good way out? If the output handle is unusable, return some default size? (e.g. 80x24) 19:49
Yeah, my suspicion was right...
japhb How did you end up with an unusable output handle? 19:56
But also yes, final fall back to 80x24 is probably useful. My only worry is that it might hide real bugs. 19:57
patrickb It fails when running the tests using prove6 and succeeds when running them directly with Raku. 20:06
japhb ??? That's ... odd. 20:08
What about old-school Perl prove? 20:09
patrickb I can try. But I've run out of keyboard time for today... 20:14
Does the CI use prove?
japhb No, but I'm curious if we've got a prove6 problem on Windows; using Perl 5 prove would rule that out. 20:25
Good luck with your non-keyboard time!
patrickb Thanks! 20:28
timo when trying to use Terminal::LineEditor in the context of something with more parts, I find myself wanting a prompt or read-input that don't enter and leave raw mode by themselves 23:05
japhb timo: That's one of the changes I made in Terminal::Widgets, because I had the same thoughts. :-) 23:14
timo i just mixed in a role where enter and leave raw mode will first check $*ACTUALLY-DO-IT :D 23:15
japhb 😆 23:19