FS#74769 - [git-delta] 0.13.0 is broken.

Attached to Project: Community Packages
Opened by Hugo Osvaldo Barrera (hobarrera) - Monday, 16 May 2022, 12:11 GMT
Last edited by George Rawlinson (rawlinsong) - Sunday, 19 June 2022, 19:03 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To George Rawlinson (rawlinsong)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Latest update (0.13.) is completely broken:

```
> delta
[bat warning]: Unknown theme 'Monokai Extended', using default.
thread 'main' panicked at 'something is very wrong if the default theme is missing', /build/.cargo/registry/src/github.com-1ecc6299db9ec823/bat-0.21.0/src/assets.rs:205:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```

I have no local configuration for it; just the factory defaults.
This task depends upon

Closed by  George Rawlinson (rawlinsong)
Sunday, 19 June 2022, 19:03 GMT
Reason for closing:  No response
Comment by Hugo Osvaldo Barrera (hobarrera) - Thursday, 09 June 2022, 12:35 GMT
  • Field changed: Percent Complete (100% → 0%)
Package is still broken:

> delta
[bat warning]: Unknown theme 'Monokai Extended', using default.
thread 'main' panicked at 'something is very wrong if the default theme is missing', /build/.cargo/registry/src/github.com-1ecc6299db9ec823/bat-0.21.0/src/assets.rs:205:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

> bat --version
bat 0.21.0 (405e5f74)

> delta --version
delta 0.13.0

Please run it in check() to confirm that the binary even runs. The following suffices to reproduce the breakage:

echo 0 | delta
Comment by George Rawlinson (rawlinsong) - Thursday, 09 June 2022, 22:10 GMT
I am unable to reproduce your issue in a clean chroot. I require more details.

Loading...