Peter TB Brett
Peter TB Brett
Looking pretty solid to me! :+1:
I see that a `LIKELY()` macro has appeared -- I suspect this should be called `MC_LIKELY()` and defined in `foundation.h`...
@trevordevore @montegoulding @livecodeali @livecodefraser @runrevmark I'd appreciate some prompt feedback, please, since getting this sorted is blocking LiveCode 8 RC 1.
@montegoulding @trevordevore I've been thinking about the possibility (and was discussing with @livecodeali earlier today) the possibility of simplifying the events & signals stuff a bit more. At the moment,...
@trevordevore @montegoulding @runrevmark Here's a new revision, which addresses many of the issues mentioned above. In particular, behaviour w.r.t. blocking operations is now well-defined, and signals and events are now...
@runrevmark Might be better to put the byte special case code into a separate function -- it'll keep the `exec_ctxt()` implementation easier to read...?
@runrevmark Sounds good to me :+1:
@runrevmark, @livecodestephen: What needs to be done to progress this pull request?
@montegoulding I find that in the LCB release note system, making each note a bullet point results in nice results when the release notes are all merged together.
@runrevmark We already have a mechanism for binding to syntax; it's used by the standard library unit test stuff. You have one module that exports the syntax, and binds it...