189900
189900
I ran into this with nvim 0.3.5 and 0.4.0 - the job just hangs when the exit code for the maker command is -1. One workaround is to use a...
The reproduction tar ([link](https://github.com/ziglang/zig/archive/bf827d0b555df47ad2a2ea2062e2c855255c74d1.tar.gz) provided above) contains PAX attributes. These attributes store file paths that don't fit in the header, specifically: ``` zig-bf827d0b555df47ad2a2ea2062e2c855255c74d1/test/cases/compile_errors/assigning_to_struct_or_union_fields_that_are_not_optionals_with_a_function_that_returns_an_optional.zig zig-bf827d0b555df47ad2a2ea2062e2c855255c74d1/test/cases/compile_errors/regression_test_2980_base_type_u32_is_not_type_checked_properly_when_assigning_a_value_within_a_struct.zig ``` #16990 adds support for this.