tonyg
2017-2-25 18:41:34

@mflatt, any thoughts on what on earth might be going on with https://github.com/tonyg/rmacs/issues/4 (see in particular the comment right at the end)? If ansi is required first, the problem arises; if unix-signals is required first, the problem doesn’t arise! If you want to reproduce, the 3-line program in the last comment on the issue should suffice, after raco pkg install ansi unix-signals


tonyg
2017-2-25 18:42:00

I wonder if I’m doing something silly-and-wrong wrt building the C extensions


mflatt
2017-2-25 21:01:12

@tonyg Mac OS dlsym() doesn’t seem right to me, but I’ve pushed a workaround that’s probably a good idea, anyway


tonyg
2017-2-25 21:02:34

Thanks @mflatt! That sounds good.


mflatt
2017-2-25 21:03:11

I’m kindof surprised that the extension support hasn’t rotted away


tonyg
2017-2-25 22:30:40

I use it when I need #defined values. Otherwise the ffi is grand


michalxnet
2017-2-25 22:56:24

@michalxnet has joined the channel