edward zhu
Results
2
issues of
edward zhu
Hey man, thanks for your great work. I'm using GNU Emacs 27.0.50 (built from source) on Ubuntu 16.04. For faces like `font-lock-comment-face` where `:slant italic` is set, the foreground and...
### Xmake 版本 xmake v3.0.0+dev.ace14b3 ### 操作系统版本和架构 Ubuntu 20.04 ### 描述问题 可复现的例子已上传。 其中 `xmake.lua` 有这么一部分: ```lua target("test") do set_kind("binary") set_default(false) add_deps("lib") add_files("tests/test.cpp") add_tests("default") end ``` 依赖项 `lib` 是 C++ module。...
bug