Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.62k stars 234 forks source link

Version 1.37.0 image preview works fine, but 1.38.0 and 1.39.0 is broken. MacOS; WezTerm; #885

Closed i-api closed 3 months ago

i-api commented 4 months ago

1.37

broot_version_1 37

1.39

broot_version_1 39
Canop commented 3 months ago

As in tradition, this is a weird libc problem.

This call to ioctl was optimized away in release mode, due to the argument not being flagged as mutable.

Canop commented 3 months ago

@i-api Can you check PR https://github.com/Canop/broot/pull/897 fixes the problem for you ?

(if you have problem compiling, you can come and chat at https://miaou.dystroy.org/3490)

i-api commented 2 months ago

Can confirm! It fixes it!

i-api commented 2 months ago

Thank you!