github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
AlexDaniel colabti.org/irclogger/irclogger_lo...-07-19#l12 03:14
jnthn AlexDaniel: MoarVM already has a nice releases page: moarvm.org/releases.html 09:07
AlexDaniel: With information about each release on it
I think that's generated from the changelog 09:08
(Nowadays)
And so probably there's a script that extracts that
Though I'm not quite sure what the value of duplicating it all on GitHub is... :) 09:09
Geth MoarVM: Aearnus++ created pull request #1145:
Fixed some small bugs exposed by `-Wall`.
09:45
brrt \o 11:11
AlexDaniel jnthn: the value is rather clear 15:42
if you go to github to download nqp and rakudo, then surely the same should be possible for MoarVM, no?
just from the user experience point of view 15:43
jnthn If that's the way we're making Rakudo and NQP available going forward, then yes, it's nice to be consistent, but in that case is there any point in moarvm.org also carrying it, instead of just linking to github? 15:46
timotimo when github goes down again :) 15:47
jnthn :P
AlexDaniel I don't think it's a big issue if tarballs are mirrored elsewhere 15:52
which is why people should feel free to reimplement downloads on rakudo.org in place of the current redirects :) 15:53
which should all work, by the way
ugexe the releases all say "The tarball for this release is available from rakudo.org/files/rakudo." but the link goes to github.com/rakudo/rakudo/releases
maybe just one of them is? 15:54
jnthn I guess if we automate the uploading to both places, it's not really an extra hassle from the release manager.
*for
ugexe i guess i just imagined that 15:55
oh it forwards back to github
AlexDaniel yeah, it's a bit weird 15:56
but the same announcement is sent by email and stuff, so it used to make sense
also the same file is in the git repo
Geth App-MoarVM-ConfprogCompiler/master: 5 commits pushed by (Timo Paulssen)++ 17:06
Geth MoarVM: 67384082ed | (Ben Davies)++ | src/core/nativecall.c
Fix pointer arithmetic in inlined CArrays in CStruct/CPPStruct REPRs

Fixes github.com/rakudo/rakudo/issues/3009
21:44
MoarVM: a7563e71b0 | (Aleks-Daniel Jakimenko-Aleksejev)++ (committed using GitHub Web editor) | src/core/nativecall.c
Merge pull request #1138 from Kaiepi/cstruct-inlined-arrays

Fix pointer arithmetic in inlined CArrays in CStruct/CPPStruct REPRs