Xavier Wang

Results 21 issues of Xavier Wang

### Zig Version 0.12.0-dev.3659+1e5075f81 ### Steps to Reproduce and Observed Behavior with a simple test program: ``` int main(){} ``` use `zig cc`: ``` $ zig cc -o test test.c...

bug

### Zig Version 0.12.0-dev.3666+a2b834e8c ### Steps to Reproduce and Observed Behavior I'm trying to use `zig cc` as a C compiler on Windows to produce dll, for this test code:...

bug

the testperf.c has several warnings on my 64bit Mac machine: ``` cc -O -c -o testperf.o testperf.c testperf.c:108:25: warning: cast to 'char *' from smaller integer type 'uint32_t' (aka 'unsigned...

Hi, I'm new to zig and want to find a way to make Lua C module in zig, I found this great repo but I don't know how to use...

- port crc32 and adler32 functions to lua. - add a function convert int32 checksum to string.

this pr clear the luacheck warnings for rx.lua: - add several missing subscription module require - cleanup "unused variable" warnings in several place - remove a duplicate util.pack(...) in `Observable:debounce`...

it seems that it still remaining in version 2.3, is that file obsolete?

hi steve, after last discuss, I have made a windows version of luaish, currently it works well. I used a win32 port of linenoise, and replaced lposix by my lpath...

remove a lot of "ENGINEDIR already defined" and "OPENSSL_CPUID_OBJ already defined" warning on VS2015