Conversation
|
Thanks for the PR! Curiously, this causes babashka to fail in CI. 🤔 |
|
I think I found the issue. It breaks with different babashka versions. Looks like babashka has a regression. this is with latest bb exact same errror as in github actions but if I use I think this is being caused by That being said, im not sure how this project handles regressions like this. |
|
@borkdude Is this a known regression? |
|
@jeaye Not yet known but I did change some |
We ask borkdude. 🙃 Looks like this is a new regression (great find)! Are you up for reporting this on the babashka repo? Once it's fixed, we can update this PR to use the new bb version along with the updated JRE. |
|
Perfect! I made the issue. Glad the test suite is already working 😄 |
The dev build contains a fix not yet in a release. See jank-lang#849 (comment)
|
Fixed in bb. Thanks for reporting. Made a PR which uses the dev-build to run bb tests. I think this is a good idea anyway so I can catch issues like this before release. |
* Use babashka dev build in CI The dev build contains a fix not yet in a release. See #849 (comment) * Fix bb path conflict in CI Install babashka dev build to /tmp to avoid conflict with the bb/ directory.
|
If you merge main in, we should be good to go. |
|
Merged in 😎 |
|
Thank you! |
This fixes #848
verification