Buji Xu

Results 10 issues of Buji Xu

### Zig Version 0.10.0 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); var pair: [2]usize = .{ 1, 2 }; noinline fn foo(x: usize, y: usize)...

bug
stage2

### Zig Version 0.11.0-dev.1711+dc1f50e50 ### Steps to Reproduce and Observed Behavior ```zig const std = @import("std"); pub const File = extern struct { id: usize, data: ?*anyopaque, }; pub fn...

bug

A motivation is to support $R_{x}, R_{y}, R_{z}$. It would be nice if the following syntax is possible. ```tex \definebox[required_attrs={value}]{ry}{$R_t \left( \yquant@lang@attr@value \right)$} \definebox[required_attrs={value}]{rz}{$R_t \left( \yquant@lang@attr@value \right)$} \begin{yquant*} ry {$\theta_1$}...

enhancement

https://docs.gtk.org/girepository/migrating-gi.html

# 综述 Close #234 # 细节与解释

### Description of feature We may maintain a mapping from Arch packages to Debian packages. For exmaple, `alsa-lib` in `depends` will be automatically converted to `libasound2` in `Depends`. One-to-many mapping...

T-Enhancement

### Issue ``` source=('a.c') source_x86_64=('b.c') ``` Use `makepkg`, you get `a.c` and `b.c` in the source directory. Using `makedeb` (change `source_x86_64` to `source_amd64`), you only get `b.c` in the source...

T-Defect

Order by priority - ziglang/zig#12325 causing compiler error - ziglang/zig#20663 re-exports required - ziglang/zig#20630 abi check relies on `zig translate-c` - ziglang/zig#24140 abi check needs this to be fixed -...

- [x] g_variant_parse (patched) - [x] g_assertion_message_cmpstrv (patched) - [x] g_base64_decode_inplace (patched) - [x] g_base64_encode_close (patched) - [x] g_base64_encode_step (patched) - [x] g_unichar_to_utf8 (patched) - [x] g_list_store_splice (patched) - [x]...