You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interpreter:
Eliminate PrimNumberClosureValueNoContextSwitch & PrimNumberFullClosureValueNoContextSwitch
in favour of direct comparison against the two primitives, since there are two
indices devoted to primitiveClosureValueNoContextSwitch.
Delete obsolete window manipulation primitives that have long since migrated
to the HostWindowPlugin.
There is no need to use runBlockOnMainThread: in macOS's ioScreenScaleFactor
since it uses getMainWindowDelegate which uses runBlockOnMainThread:.
Make clear the order of the primitive log in crash dumps.
Fix a slip in assertValidExternalFrameWithIP: that shows up in simulation.
FilePlugin:
Change the width of lastChar in SQFile from char to short to avoid a clang
insistence on comparison between a char and -1 being always false (??).
-1 being EOF, and lastChar needing to hold EOF, make lastChar a short.
Avoid changing the size of SQFile by changing two char flags to 1 bit fields.
BitBltPlugin: some simplifications now that Slang is improved.
Part of sneaking up on a clipping bug. Forgive the noise.
0 commit comments