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
Not sure if you're doing much Lisp these days, and with the understanding that you last touched this code 3 years ago, I was wondering if you happened to have a newer version lying around somewhere?
The reasons I ask are:
the original tests don't seem to work, and
there is missing code in event-ffi.lisp (most importantly, no defcfun for event_add)
If so, that'd be fantastic :-) (would save a bunch of time!) If not, no worries -- I'll work on adding those.
Thanks so much for what's there already!
d
The text was updated successfully, but these errors were encountered:
Sadly I haven't touched much Lisp code for quite a while :/ I don't think I have any missing parts laying around either, and it is possible that things related to ffi have changed, making it not working anymore. It worked back in the days, but can't say if it still does ;) Anyway, if you manage to get anything working, cool!
Regarding event_add, if I recall correctly, you can use the (event-add ...) found in cl-event.lisp.
Hey Jonas,
Not sure if you're doing much Lisp these days, and with the understanding that you last touched this code 3 years ago, I was wondering if you happened to have a newer version lying around somewhere?
The reasons I ask are:
If so, that'd be fantastic :-) (would save a bunch of time!) If not, no worries -- I'll work on adding those.
Thanks so much for what's there already!
d
The text was updated successfully, but these errors were encountered: