Mingye Wang

Results 347 comments of Mingye Wang

Implementation is incorrect in that POSIX sh and Windows have very different methods. I don't get how you expect to get away without an OS check. FWIW, the current escape...

@ChALkeR > I'll investigate how the the current API/documentation could be improved on this soonish. Likely not today, but this week. IMO the issue really is that node allows `shell:...

@MingcongBai reported that `gold` is commonly crashing stuffs. Oh no my GNU belief.

@MingcongBai Maybe we should remove the `fno-use-linker-plugins` stuff, as forcing such thing is really weird..

Bai has already added some bumpy way of doing this, and it works fine (thanks to the good option compatibility…). Uh… Should we consider this still? It's just CFLAGS stuffs...

You found the wrong project. This intellisense project has no native code. The Msvc one is the Official MS Intellisense.

Cygwin is failing for a different reason: ``` CMake Error at unzip/test/CMakeLists.txt:49 (ADD_TEST): ADD_TEST given test NAME "bsdunzip_test_p" which already exists in this directory. ``` Probably something to do with...

Got two new commits on the https://github.com/freebsd/freebsd-src/commits/main/usr.bin/unzip side; a new PR is needed to get them in. One is my fault.

谁说宏只能编译时了?

The current `typeof` doesn't recurse into levels of references, so a recursive version is also needed.