4 Feb 2025
timo depending on whether you set chomp on or off you'll either have strings where it's got a newline at the end every time, or not a single time 03:24
MasterDuke but then i'll still need to turn the string into a buf 03:25
timo i was hoping IO::Handle without encoding (or i guess with :bin?) gives you buf instead of Str 03:27
MasterDuke `Cannot do 'get' on a handle in binary mode` 03:28
timo >:( 03:29
you know, i think we should just put support in for that for people who really know that it's really what they want and what can go wrong %)
i need to go to bed i have a headache :( 03:30
MasterDuke good luck with that. about to go to bed here too 03:31
[Coke] looks like we have a mix of 3rdparty https:// and git@ submodules. Any interest in standardizing? 18:56
ugexe as we don't update those repositories we should use https 19:33
https is generally recommended as well 19:34
at $work we've explicitly gone through everything and changed them to https. we use github and github enterprise 19:36
[Coke] what is 3rdparty/sha1 ? has a remote of moarvm itself? 21:34
ah, it's not a 3rdparty. why are are storing it there?
timo probably because it's so small? and unlikely to need to change? 21:38
[Coke] why not keep it with the other source? 21:48
ah, to keep licensing more smooth, probably
timo that at least sounds like a good reason to me 21:50
5 Feb 2025
[Coke] OK to merge my own commits to moarvm that don't involve code? 20:23
s/commits/prs/
lizmat I'd say: go ahead, if you have the rights :-) 20:24
6 Feb 2025
Geth MoarVM/main: 2744dcc71d | (Will Coleda)++ | 9 files
Update many Perl 6 -> Rakudo

Leaving things that are exact quotes or from historical docs
04:28
MoarVM/main: a0118445e5 | (Will Coleda)++ | docs/release_guide.md
Note convention found during 2025.01 release
MoarVM/main: 37171e3fb5 | (Will Coleda)++ (committed using GitHub Web editor) | 10 files
Merge pull request #1901 from MoarVM/rakperl

Update many Perl 6 -> Rakudo
MoarVM/main: e298c150bb | (Will Coleda)++ | 18 files
Standardize markdown file extension
04:29
MoarVM/coke/cleanup: 2ccb89c553 | (Will Coleda)++ | 18 files
Convert old perl6 refs to Raku
04:30
MoarVM/main: 21f32c03f1 | (Will Coleda)++ | 18 files
Convert old perl6 refs to Raku
04:31
MoarVM/main: 16eecc4e56 | MasterDuke17++ (committed using GitHub Web editor) | src/strings/latin1.c
Maybe optimize MVM_string_latin1_decode()

Reduce allocations in MVM_string_latin1_decode
Check up-front if the result is going to be 8 or 32 bit and have different paths for each case. Also, check if the result could be in-situ before starting decoding, so we can write directly into the ... (5 more lines)
11:12