MasterDuke_ anyone have an objection to github.com/MoarVM/moarvm.org/pull/8 ? 19:15
dogbert17 shouldn't there be parentheses around this MVM_BIGINT thingy or are they really optional? github.com/MoarVM/MoarVM/blob/mast...ops.c#L720 20:23
i.e. 'if (MVM_BIGINT_IS_BIG(ba)) {' instead of 'if MVM_BIGINT_IS_BIG(ba) {' 20:26
jnthn All's fair in macros and war... 21:13
yoleaux 18:13Z <lizmat> jnthn: I have an almost working prototype of .toggle, but first will have some LPW socializing and dinner
jnthn dogbert17: I likely compiles 'cus the macro puts parens around what it expands to, which is probably wise, but yeah, it looks a bit odd :) 21:14
dogbert17 it causes the program cppcheck to generate a syntax error and then I noticed that parens had been used elsewhere in the file 21:21
I might PR that
jnthn Feel free :) 21:28
Geth MoarVM: dogbert17++ created pull request #755:
Fix missing parens
22:41