github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, #moarvm 07:40
[Coke]_ nwc10: belatedly: 19:10
$(RM_F) "$(DESTDIR)$(LIBDIR)/libmoar.dylib"
$(CP) libmoar.dylib libmoar.dylib "$(DESTDIR)$(LIBDIR)"
nwc10 thanks 19:23
I'd actually realised that if I hack a few things locally, I can generate the makefile for any "OS"
and verified this
coming soon-ish, a branch with this fixed, and some other things
but confirmation is useful 19:24
timotimo so, the version of the debug server protocol that is 1.2 would have returned the type of an invocation's result object as "type", and i changed it to "obj_type" so it doesn't conflict with the message type 19:30
but there isn't actually a version of moarvm that sent any invoke result messages, because invoke was just implemented 19:31
is it really necessary to up the minor version here? could this even be a major version increment that i'd need to do?
nwc10 by "isn't actually a version of moarvm" you mean it wasn't even in last month's release? 19:32
timotimo right
but also i added a new messagetype (well, one request and the corresponding answer) 19:33
nwc10 I think that "you can get away without bumping it" and actually to avoid churn, it's probably better not to bump it
as to the new message type, I don't know the answer to "Does that really need a bump?"
timotimo maybe bumping it by one minor is sensible 19:34
releasable6: status 19:35
releasable6 timotimo, Next release in ≈19 days and ≈23 hours. 1 blocker. Changelog for this release was not started yet
timotimo, Details: gist.github.com/611231596afa06de7a...6a24dcbc6b
nwc10 Ooh, late stage personal QA paranioa testing reveals that I would have broken cygwin.
Geth MoarVM/debugserver_invoke_code_support: 14 commits pushed by (Timo Paulssen)++
review: github.com/MoarVM/MoarVM/compare/7...706d6d9c95
19:36
timotimo so i think this is ready for a first merge 19:37
almost,anyway
oh, i think i may also want to add a flag that allows you to invoke code, but rather than immediately running, stop execution 19:40
i guess a better debug client would be smart enough to set a breakpoint properly 19:41
Geth MoarVM/debugserver_invoke_code_support: 14708e9895 | (Timo Paulssen)++ | src/debug/debugserver.c
handle exceptions thrown in invoked code (by crashing)
19:43
MoarVM/master: 15 commits pushed by (Timo Paulssen)++
review: github.com/MoarVM/MoarVM/compare/f...708e9895f0
19:44
timotimo shiny toy for people to play with i suppose