Hello,
While experimenting with ABCL, i noticed that the example "java-to-lisp1" cannot be compiled using ABCL 1.2.1. It does compile using ABCL 1.1.1.
The method "findPackage(String)" seems to have disappeared from "Packages" in the new release.
java-to-lisp1$ javac -cp /Applications/Dev/abcl-1.1.1/abcl.jar:. *.java java-to-lisp1$ javac -cp /Applications/Dev/abcl-1.2.1/abcl.jar:. *.java MainAlternative.java:39: cannot find symbol symbol : method findPackage(java.lang.String) location: class org.armedbear.lisp.Packages Packages.findPackage("CL-USER"); ^ 1 error java-to-lisp1$ java version "1.6.0_51" Java(TM) SE Runtime Environment (build 1.6.0_51-b11-457-10M4509) Java HotSpot(TM) 64-Bit Server VM (build 20.51-b01-457, mixed mode) java-to-lisp1$ javac -version javac 1.6.0_51 java-to-lisp1$
Kind regards, david.
On 7/4/13 10:37 AM, David Catteeuw wrote:
Hello,
While experimenting with ABCL, i noticed that the example "java-to-lisp1" cannot be compiled using ABCL 1.2.1. It does compile using ABCL 1.1.1.
The method "findPackage(String)" seems to have disappeared from "Packages" in the new release.
[…]
This seems to be a failure to maintain the public interface when we implemented local nicknames. Filed as [#324][].
Thanks for the report.
[#324]: http://lisp.not.org/trac/armedbear/ticket/324
On 7/5/13 12:30 PM, Mark Evenson wrote:
On 7/4/13 10:37 AM, David Catteeuw wrote:
Hello,
While experimenting with ABCL, i noticed that the example "java-to-lisp1" cannot be compiled using ABCL 1.2.1. It does compile using ABCL 1.1.1.
[…]
Fixed on trunk.
armedbear-devel@common-lisp.net