github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
AlexDaniel samcv: can we have a point release? Here's the list of things that need to be in the release: github.com/rakudo/rakudo/issues/3067 03:46
samcv AlexDaniel, yeah we can have a point release 08:58
AlexDaniel samcv: Nice! 09:57
samcv AlexDaniel, would it be better to just release moarvm as is, or should it only have the commits in that link? 09:59
AlexDaniel samcv: I'd prefer only the commits in the ticket to be included (i.e. a new branch from 446b27b602 and with mentioned commits `git cherry-pick`-ed) 10:03
samcv ok. cool 10:27
brrt \o 14:09
pamplemousse o/ 14:10
brrt I finally figured out how I want to do 'named' templates 14:13
(currently we have templates by opcodes, but I want it to be possible to declare a template 'foo' and to be able to construct a tree with 'foo' as a name) 14:14
e.g. for things like the exprjit 'invoke' sequence 14:15
I'm going to call them '(define: foo ($a:reg $b:num) ....)'