Results 168 comments of Alex Shinn

The easiest way to fix this is to record the PWD in (srfi 193) on loading, however in pathological cases (dynamic loading of SRFI 193 after changing directory) that fails....

Sure, let me write something up.

Closed in 3558c0f4a61c9f148aa15a8057c8a6fa05fe0a76.

Yes, there's not an explicit endian flag in the header but the version won't match on the wrong endianness.

Googlecode is dead. Maybe prefer the github link.

The tests within the Chibi distribution are failing for me now as well, though they used to all pass. Let me fix those first.

Stupid mistake and I had never tested this, should work now but I still need to merge the new SRFI 231 tests - the current test suite is just an...

Sorry, I lost track of these issues for a while and just got back to the SRFI 231 implementation. I believe this is working now, can you double check?

`` is only needed for the shutdown logic in `sexp_finalize_port`, I can make that optional. `-ldl` is already optional. I'm not sure if `-lutil` is needed for anything other than...

`snow-chibi` actually has an option to use curl. Another option is `(chibi ssl)`, an external library on snow-fort used by `(chibi smtp)`. Without requiring it in the core, we could...