xiao80
xiao80
@ehaas @silversquirl here is the problem: _ = std.c.printf("format", .{"abc"}); or _ = std.c.printf("format", &.{"abc"}); this simple code will make compiler fails without any hints. _ = std.c.printf("format", @constCast(&.{"abc"})); //...
> @ehaas @silversquirl here is the problem: > > _ = std.c.printf("format", .{"abc"}); or _ = std.c.printf("format", &.{"abc"}); this simple code will make compiler fails without any hints. > >...
> The examples above trigger an assertion in handling `validate_array_init_[ref_]ty` due to missing handling for `var_args_param_type`. That should be simple to fix. That said: @andrewrk, is there any reason `var_args_param_type`...
终端模式下, which-key-posframe启用的时候,which-key 被激活后如下图所示:  which-key-posframe禁用的时候,which-key 被激活后如下图所示:  可以看出,终端模式下which-key-posframe启用的时候,which-key 似乎是被激活了,但是并没有展示出 which-key 的内容
> Cannot reproduce on `0.14.0-dev.302+d404d8a36`: > > ``` > a.zig:19:15: error: expected type 'fn (c_uint) ?*cimport.struct_passwd', found 'fn (c_uint) callconv(.C) [*c]cimport.struct_passwd' > callback(c.getpwuid); > ~^~~~~~~~~ > a.zig:19:15: note: calling convention...