cl-event icon indicating copy to clipboard operation
cl-event copied to clipboard

Newer sources somewhere?

Open oubiwann opened this issue 13 years ago • 1 comments

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:

  1. the original tests don't seem to work, and
  2. 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

oubiwann avatar Oct 16 '12 23:10 oubiwann

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.

jadahl avatar Oct 17 '12 07:10 jadahl