Andy Keep
Andy Keep
Oh, almost forgot. I'll continue to poke at this a bit, but any insight you can provide would be helpful. Thanks!
I believe the only place more than one compiler session should have its hands on the same prelex is as part of the `$cte-optimization-info` related to a symbol or as...
Sorry that I've been a little slow getting back to this, work was a bit hectic and it has taken me a little bit of time to get back to...
It is worth noting that it would be fairly easy to adapt the `foreign-ref` and `foreign-set!` functions to provide the interface you describe. For instance: | `bytevector` | `foreign-ref` equivalent...
Pull request #213 has been merged. It describes how to pass structs directly.
I've posted a short note about this on #325, but just to follow up here, I believe it should be possible to build without ncurses by disabling the expression editor....
I've merged #299, which as @jltaylor-us notes addresses the problem with gcc-8. Thanks to @weinholt for the patch. Source pulled from GitHub should now build with gcc-8, and I've successfully...
Thanks for the comments, we should improve the documentation on this. As far as the bug, unfortunately we are relying on the functionality provided by the underlying `mktime` implementation from...
I do not believe so, that is the full error trace for that expression.
Yes, unfortunately allocating scheme objects outside the scheme heap can lead to problems with the garbage collector, which checks to see that pointers it can reach as live are within...