-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2 in 1] datetime/exa issues #14
Comments
BTW, I remember remarking about ARM vs x86 binary size a few months ago - why is it so much bigger now on ARM even without git support? 884456 Oct 2 03:16 /home/odroid/exa
674512 Nov 3 20:24 /usr/local/bin/exa
2734920 Feb 11 15:04 /home/odroid/exa-20160211 |
Hmmm, I'm not sure. I've been adding more and more libraries to exa, and some of them (zoneinfo-data, for example) can get pretty big. I need to make some of them optional again. |
Thanks for the backtrace. It checks |
Wait a minute, I thought I wrote that function to print out an error if it can't figure out which time zone to use, but I guess |
Yes, my system is set to local time but it seems the file contains some garbage! Probably the result of power outage and |
OK, I make sure we print out the error (in ogham/exa@252eba4) when it can't determine what the time zone is. The file in |
Ah, ok! Let me try the patch. I'll close if everything is fine again. |
👍 |
What's the situation on the LFS front? |
Large File Support? There's current a pull request for it that trades struct fields for accessors that should fix the file size problem. |
Wow, a mere 16 hours ago ;) |
Did you forget to push the updated crate to |
Argh |
Pushed. What are the odds I'll forget for the next version too? Place your bets now. |
One in an |
I've managed to compile exa on ARM using rust
1.5
and--no-default-features
but first had to fix this by casting toi64
:only to find
-l
option doesn't work:Is it related or maybe
1.5
is already too old?The text was updated successfully, but these errors were encountered: