opensmalltalk-vm icon indicating copy to clipboard operation
opensmalltalk-vm copied to clipboard

sqUnixEvent.c missing from platforms/unix/vm

Open alexshendi opened this issue 4 years ago • 2 comments

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.

alexshendi avatar Mar 13 '21 10:03 alexshendi

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?

tom95 avatar Mar 15 '21 11:03 tom95

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

OpenSmalltalk-Bot avatar Mar 22 '21 01:03 OpenSmalltalk-Bot