Skip to content
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

wezterm: make it build with clang 19 #366840

Merged
merged 2 commits into from
Dec 23, 2024

wezterm: clean up old Darwin SDK pattern

d064fbc
Select commit
Loading
Failed to load commit list.
Merged

wezterm: make it build with clang 19 #366840

wezterm: clean up old Darwin SDK pattern
d064fbc
Select commit
Loading
Failed to load commit list.
OfBorg / wezterm on x86_64-darwin completed Dec 20, 2024 in 0s

Unexpected error: command failed with exit code 1

Attempted: wezterm

Details

Partial log

25 | pub struct RenderableDimensions {
   |            -------------------- `RenderableDimensions` is not local
   |
   = note: the derive macro `ToDynamic` defines the non-local `impl`, and may need to be changed
   = note: the derive macro `ToDynamic` may come from an old version of the `wezterm_dynamic_derive` crate, try updating your dependency with `cargo update -p wezterm_dynamic_derive`
   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
   = note: this warning originates in the derive macro `ToDynamic` (in Nightly builds, run with -Z macro-backtrace for more info)

error: building of '/nix/store/6y2kr2qcrjmknk7hz0sy2gmaplmgvhjk-wezterm-20240203-110809-5046fc22.drv^out' from .drv file timed out after 3600 seconds