-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
"creation time is not available on this platform currently" #576
Comments
Same for me on an updated archlinux with btrfs filesystem. |
Same here on arch linux, was working perfectly, now spits out "creation time is not available on this platform currently" in btrfs filesystems |
Same here, on ArchLinux with an ext4 filesystem. |
Same on Fedora 30 with exa 0.9 on ext4 |
Rust doesn’t know how to get the created time on Linux. Now exa correctly reports an error instead of displaying a misleading time… See #457. Support for created time on Linux has been added recently with rust-lang/rust#65094 but I think it’s not in any stable release yet. An exa executable produced by a next version of Rust will just work and display the created time, but for real this time. |
@ariasuni A better design choice would have been to print a warning on stderr, since this change is needlessly breaking working scripts. |
I noticed the design wasn’t good so I vastly improved it in #616. |
@ariasuni What's the status on this? The rust PR got merged and I'm still receiving this error on Arch Linux with an ext4 file system, even though stat works perfectly fine. |
A new version hasn’t been released after this PR got merged, so this is perfectly normal. |
作成日時は環境によっては表示できないので使うのを控える cf. ogham/exa#576
exa -bghluUa used to work now I'm getting an error message.
File manager (dolphin) shows creation time of files and folders.
exa 0.9 on openSUSE
The text was updated successfully, but these errors were encountered: