sqUnixEvent.c missing from platforms/unix/vm
Hello OpenSmalltalk,
Apparently the file "sqUnixEvent.c" is missing from the directory platforms/unix/vm. It is still needed for the X11 plugin. My quick fix was to checkout tag "202003021730", and to copy the file to the folder.
The commit that removed it was this one: https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/924a24bb54870a621c5283f23631261d5a792000
I saw that you did some cleanup of old event primitives, as documented in the commit message, @eliotmiranda. Was sqUnixEvent.c deleted by accident as part of this?
On Mon, Mar 15, 2021 at 04:02:43AM -0700, Tom Beckmann wrote:
The commit that removed it was this one: https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/924a24bb54870a621c5283f23631261d5a792000
I saw that you did some cleanup of old event primitives, as documented in the commit message, @eliotmiranda. Was sqUnixEvent.c deleted by accident as part of this?
I restored the missing sqUnixEvent.c file, which I assume was mistakenly deleted in that earlier commit.
Dave