-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Run CLI on Shapeless #38
Comments
Also not sure who is turning what into $ unzip -l $HOME/Downloads/shapeless_2.12-2.3.2.jar | head -n 12
Archive: /Users/eyokota/Downloads/shapeless_2.12-2.3.2.jar
Length Date Time Name
--------- ---------- ----- ----
2505 11-02-2016 09:48 META-INF/MANIFEST.MF
0 11-02-2016 09:48 shapeless/
1654 11-02-2016 09:38 shapeless/$colon$colon$.class
5328 11-02-2016 09:38 shapeless/$colon$colon.class
933 11-02-2016 09:38 shapeless/$colon$plus$colon.class
2105 11-02-2016 09:38 shapeless/$tilde$qmark$greater$.class
921 11-02-2016 09:38 shapeless/$tilde$qmark$greater$++.class
1458 11-02-2016 09:38 shapeless/$tilde$qmark$greater.class
656 11-02-2016 09:38 shapeless/AdditiveCollection$$anon$1.class |
On Linux actually: $ unzip -l shapeless_2.12-2.3.2.jar | head -n 12
Archive: shapeless_2.12-2.3.2.jar
Length Date Time Name
--------- ---------- ----- ----
2505 2016-11-02 09:48 META-INF/MANIFEST.MF
0 2016-11-02 09:48 shapeless/
1654 2016-11-02 09:38 shapeless/$colon$colon$.class
5328 2016-11-02 09:38 shapeless/$colon$colon.class
933 2016-11-02 09:38 shapeless/$colon$plus$colon.class
2105 2016-11-02 09:38 shapeless/$tilde$qmark$greater$.class
921 2016-11-02 09:38 shapeless/$tilde$qmark$greater$╬╗.class
1458 2016-11-02 09:38 shapeless/$tilde$qmark$greater.class
656 2016-11-02 09:38 shapeless/AdditiveCollection$$anon$1.class |
is that |
class ~?>[K[_], V[_]] extends Serializable {
class λ[K, V] extends Serializable
} I think it's Latin-1 trying to render Unicode lambda λ, or vice versa. |
Merged
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
steps
Problem
We're seeing this on Jenkins:
The text was updated successfully, but these errors were encountered: