mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Tests Failing #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jamesward on GitHub (Feb 3, 2024).
On
main5 tests are failing. Not sure if there is something else I need to setup. Full log (too long to put in a comment):https://gist.github.com/jamesward/738f703601fdbac2ef64fa18ef3dd3ef
@bioball commented on GitHub (Feb 3, 2024):
What OS are you on, and what is your java version?
@jamesward commented on GitHub (Feb 3, 2024):
JDK 17. Ubuntu Linux.
@bioball commented on GitHub (Feb 4, 2024):
Hm, we test on that. Can you try adding env var
LANG=en_US.UTF-8?@jamesward commented on GitHub (Feb 4, 2024):
Same failures with that env var.
@holzensp commented on GitHub (Feb 9, 2024):
This appears to have been caused (somehow) by the bump to Gradle 7.6, which has been reverted. Can you confirm these tests no longer fail for you?
@bioball commented on GitHub (Feb 9, 2024):
I don't think it was actually; James tested prior to us merging the Gradle verison bump