Update to babashka 0.8.2
Changelog available here
Staudey |
Triage Team |
Update to babashka 0.8.2
Changelog available here
Ran /usr/bin/bb -e "(prn \"hello\")" to test
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Your title and first line of summary still call it "inclusion of babashka" instead of "Update babashka to 0.8.2" (or similar)
You should also provide the changelog, or a link to the changelog(s), in your summary.
In the test plan, it's not necessary to mention that you "installed generated eopkg". That's the most basic requirement, and simply assumed.
Thanks! Unfortunately it's still not quite where I want it yet. Two points/nitpicks:
(and Reilly's suggestion is also a good point; might as well update it to the new JDK version, if possible)
Updated to use java 17 and adjusted commit partially.
Yeah no problem I always get in a mess with arc diff, how can I change the message so it does not say Initial inclusion of Babashka resolves it does not show in the git log so I guess there is a arc command to change it ?
You can do it with the "Edit revision" button in the top right
Okay thanks that's easier, hopefully that's everything addressed
Are you sure that you're actually using openjdk-17 for the build? The JAVA_CMD variable is still pointing to openjdk-11 (it appears that openjdk-11 is a rundep of leiningen so it's still getting pulled in)
Good spot your quite right I will change rebuild and test again and upload probably tomorrow now.
Yeah, seems like it still builds against openjdk-11, despite the JAVA_CMD env, most likely due to graalvm being built with openjdk-11 (a special bundled version).
I will take a look at graal usually take longer as my personal laptop does not have the ram to build it. saying that I did read they improved the usage in the newer version so maybe i will get lucky :)
It looks like Graal does support being built to be compatible with JDK 17 level features
Looks good to me now, thanks!
I'm just going to also add the abi_used_libs/symbols changes due to the graalvm rebuild when I push this.