<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I have been able to get ABCL to pass all of the ansi conformance tests. While this is not an official ABCL release, all of the modifications I made are released under the MIT license and may be freely integrated into ABCL at the discretion of the maintainers.<br><br></div>To embed this conforming version into your java applications add the following dependencies which have been released at maven central.<br><br>        <dependency><br>            <groupId>com.vnetpublishing.lisp</groupId><br>            <artifactId>jrelisp-abcl-impl</artifactId><br>            <version>0.0.2</version><br>        </dependency><br><br>        <dependency>  <br>            <groupId>com.vnetpublishing.lisp</groupId><br>            <artifactId>jrelisp-abcl-contrib</artifactId><br>            <version>0.0.2</version><br>        </dependency><br><br></div>The source code for this release can be found at <a href="https://github.com/rritoch/jrelisp-abcl/tree/55e808d3c0084d16d1ed04c36a6f5a5ecad4de08">https://github.com/rritoch/jrelisp-abcl/tree/55e808d3c0084d16d1ed04c36a6f5a5ecad4de08</a> .<br><br></div>While I have moved some files around it is still an ABCL implementation that is mostly backwards-compatible with the official ABCL releases.<br><br></div>Moving forward it is likely that any future development on these branches will further deviate from ABCL. I am not claiming that this solves EVERY compliance issue but I have found solutions for each of the ansi conformance test failures. Any remaining compliance issues can be considered a bug. My primary intention of passing every  test is to lock the build process so that builds will fail if any of the ansi tests fail.<br><br></div><div>It is unlikely that future modifications to these forks will have any relevance to ABCL. I will likely continue developing features that are needed for modern application development and therefore are of little interest to some, if not all, of the ABCL maintainers. That being said, v0.0.2 is the best release to source conformance solutions from for ABCL as it passes every conformance test. Any future releases will no longer be based on improving ABCL but be for the purpose of better supporting modern application development.<br></div><div><br></div>Best Regards,<br></div>  Ralph Ritoch<br></div>