Mark Evenson

Results 181 comments of Mark Evenson

The patch has been updated as https://github.com/wmannis/cl-svg/pull/11/commits/fc0df427e6791eeb279d10234057180daddbfe9d as part of https://github.com/wmannis/cl-svg/pull/11 ABCL has not completely sorted out its schizophrenic relation to streams and there is no firm timeline on when...

> However, I'm having a hard time verifying the popularity of ABCL since the source/history of the project is a bit spread out (with what appears to be several "official"...

We could possibly add your examples in the README as a simple to test to ensure the code compiles and executes under the Github CI?

Verified that other open implementations (sbcl, ecl, ccl) have this behavior. Added test for subsequent patches of PARSE-NAMESTRING.

As for 2., I don't understand the problem: DIRECTORY should be case sensitive, shouldn't it?

fixes your first problem.

> Where does it say directory is case sensitive? I'd expect it to be case sensitive on a case-sensitive file system, but MacOS isn't. Probe-file isn't case sensitive. Open isn't...

Different condition on abcl-1.9.3-dev, but still a problem. ``` CL-USER> (defstruct test a b c) STYLE-WARNING: redefining MAKE-TEST at top level STYLE-WARNING: redefining TEST-P at top level STYLE-WARNING: redefining COPY-TEST...

After tracing the precompiler with ``` (trace) (JVM:COMPILE-DEFUN JVM::P1-COMPILAND JVM::CONSTRUCT-FLET/LABELS-FUNCTION JVM::P1-LABELS) ``` one can (sorta) see in ``` ; Loading /Users/evenson/work/abcl/t/compiler-inline.lisp ... ; Compiling /Users/evenson/work/abcl/t/eg/inline-labels.lisp ... ; (IN-PACKAGE :FSET-USER) ;...