https://github.com/manuel-serrano/bigloo/pull/117Hello, Manuel,
Thanks for the quick turn around. By the way, when you have a chance, can you take a look at this small pull-request? It corrects a small error in the SSL library that prevents it from compiling with gcc 14. Thanks Again,Joseph Donaldson On Monday, May 27, 2024 at 02:04:17 AM PDT, manuel.serr...@inria.fr <manuel.serr...@inria.fr> wrote: Hi Joseph, > Hello, Manuel, > I noticed jvm validation errors being reported for the procedure > list-template with recent unstable versions of Bigloo. See below. Reverting > the change resolved the errors, but I suspect that the original change was > made for a good reason. Can you take a look? To be specific, the change was > introduced in this commit to comptime/Type/typeof.scm. Let me know if there > is anything I can do to assist. > > > *** ERROR:java.lang.VerifyError: > (class: bigloo/runtime/Eval/expdquote, method: BgL_listzd2templatezd2 > signature: (Ljava/lang/Object;Lbigloo/pair;)Ljava/lang/Object;) Incompatible > type for getting or setting field -- #unspecified > Thanks,Joseph Donaldson Argg, I got the subtyping relationship pair/epair reversed in the compiler. We are lucking that the JVM spotted it! I have fixed it and upload a new version. Thank you very much! -- Manuel