Luís Oliveira

Results 113 comments of Luís Oliveira

No problem, I work around this issue by loading cffi-grovel explicitly beforehand. Thanks for looking into it.

I'm still getting an error. https://travis-ci.org/trivial-features/trivial-features/jobs/47704343#L834 Am I doing something wrong?

@aspiers `M-n` in this context seems to fill the search string with a default value which seems to be symbol/word at point or something like that. So it kind of...

This would be useful. Perhaps the `ironclad` system can continue loading everything by default, but having the possibility to load core functionality and specific algorithms would be nice since ironclad...

@glv2 why is that? Couldn't multiple systems share the same package?

Here's a lightly tested first try: https://github.com/luismbo/ironclad/commit/879ab77dddf5701e881791141ba3d03d0c57798e

Regarding that last suggestion, would `ironclad/ciphers` load all the the ciphers?

Here's another go, even more untested than the previous one: https://github.com/luismbo/ironclad/commit/781d638f4bebe9a00367f0dd7ecde969d53dd62f. It adds a simple way to define dependencies and I've included the ones you've mentioned, but haven't reviewed the...

@glv2 thanks for picking this up. In terms of testing, perhaps we could load each subsystem individually (in a fresh lisp, let's say SBCL) then run the tests? (It'd be...

Releasing this as an experimental feature sounds like a good idea!