Mark Evenson
Mark Evenson
In general there is no way to "lock down" a given instance of ABCL (or any Common Lisp implementation) so that the `eval` of arbitrary expressions can be restricted in...
Confirmed as failing in `abcl-1.9.3-dev`. Two bugs here (or a bug and a feature): 1) Fixing the reading of such sequences as to not to crash 2) Deciding whether to...
Not sure what empty messages mean for the cryptographic concerns of `darkfi`, so before accepting this someone with greater understanding of the cryptographic concerns should be consulted before accepting this...
Hmmm, it seems to work for me ``` CL-USER(1): (jnew-runtime-class "haha") # CL-USER(2): (describe *) # is an object of type JAVA-OBJECT. The wrapped Java object is an instance of...
I managed to replicate your problem: it seems to be a bug in ABCL in bootstrapping its dependencies in a way that I don't quite understand. As a workaround, issue...
> Am I supposed to include this jar in classpath? ABCL has a strategy to locate and load `abcl-contrib.jar` as long as it exists in the same directory as `abcl.jar`...
On Jan 16, 2014, at 16:17, João Távora [email protected] wrote: > @fare, yes I agree. I am only waiting for @easye to confirm that it was that commit that broke...
On Feb 6, 2014, at 12:53, João Távora [email protected] wrote: > @easye see commit 6aafda8, it should rollback the swank.asd parts to the previous version and fix your problems. Confirmed...
On Feb 9, 2014, at 23:40, João Távora [email protected] wrote: > @easye can you test this version on ABCL? Yes, the following commit works via loading via ASDF under abcl-1.3.0-dev....
Not sure this code really does what we want for CAS, so at a minimum we should develop some tests. As for conditionalizing the load we need a proposed implementation...