You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running 0.1.0-20140716_032004-g85e4c9b in Travis (a private project), but I've replicated this locally with the latest canonical release as well. Locally I'm running
git --version
git version 2.11.0 (Apple Git-81)
java -version
java version "1.8.0_92"
Java(TM) SE Runtime Environment (build 1.8.0_92-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)
Installing a local build of lein-voom I've inserted some print statements to show what lein-voom is seeing with the process:
Using 2G max heap since not set via PUPPETSERVER_HEAP_SIZE environment variable or user.puppetserver-heap-size in ~/.lein/profiles.clj file. Set to at least 5G for best performance during test runs.
"**********" "--pretty=%h,%cd" "*********"
"**********" "/Users/justin/Backup/code/work/server/pe-puppet-server-extensions/checkouts/puppet-server" "*********"
"*********" "3f87eb46,2017-08-15\n" "*********"
"****" "3f87eb46" "****" "2017-08-15" "***"
java.lang.IllegalArgumentException: null
at java.util.Date.parse (Date.java:617)
seems to fix it for me locally, though I assume on older versions of Java and/or Git it will cause a regression? I'm not sure how it worked previously.
The text was updated successfully, but these errors were encountered:
I'll take a look more closely and think about what this would mean for older versions. I'm inclined to say that time marches forwards and so should people's Java and Git versions but should probably at least consider what impact that might be.
We have a new voom version we're trying to promote and are seeing failures with it. The stack trace:
We are running
0.1.0-20140716_032004-g85e4c9b
in Travis (a private project), but I've replicated this locally with the latest canonical release as well. Locally I'm runningInstalling a local build of lein-voom I've inserted some print statements to show what lein-voom is seeing with the process:
Updating the code as I have done here:
justinstoller@5e6a4fd
seems to fix it for me locally, though I assume on older versions of Java and/or Git it will cause a regression? I'm not sure how it worked previously.
The text was updated successfully, but these errors were encountered: