ruki

Results 321 issues of ruki

cmdline 这块解析之前还能正常跑,新版本直接获取到一串非截断乱码。 > while (len > 0 && (buf[len - 1] return new String(buf, StandardCharsets.US_ASCII); 问题2: 最后那个 len 算完,也没用进去哈。。。

* Before adding new features and new modules, please go to issues to submit the relevant feature description first. * Write good commit messages and use the same coding conventions...

It does not work when I use gcc 12 to build c++ modules with mapper file. ```console ruki@ruki-PC MINGW64 /z/personal/xmake/tests/projects/c++/modules/hello $ cat src/hello.mpp module; #include export module hello; export namespace...

> :18:9: error: unknown directive .func png_read_filter_row_sub4_neon ^ only armeabi-v7a does not work, arm64-v8a work and when I remove .func/.endfunc manually, it will work. see patch: https://github.com/xmake-io/xmake-repo/pull/547/files

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** ``` C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake -DASSIMP_BUILD_SAMPLES=OFF -DASSIMP_BUILD_TESTS=OFF -DASSIMP_BUILD_DOCS=OFF -DASSIMP_BUILD_FRAMEWORK=OFF -DASSIMP_INSTALL_PDB=ON -DASSIMP_INJECT_DEBUG_POSTFIX=ON -DASSIMP_BUILD_ZLIB=OFF -DSYSTEM_IRRXML=ON -DASSIMP_WARNINGS_AS_ERRORS=OFF -DCMAKE_BUILD_TYPE=Debug...

Build
Bug

- [x] Refactor modules support - https://github.com/xmake-io/xmake/pull/4673 - [x] Support clang libc++/modules - https://github.com/llvm/llvm-project/pull/75741 - [x] Improve cmake generator - https://github.com/xmake-io/xmake/pull/4625 - https://github.com/xmake-io/xmake/issues/4087 - https://github.com/xmake-io/xmake/issues/3642 - https://github.com/xmake-io/xmake/pull/4746 - [x] Improve...

feature request

### Discussed in https://github.com/xmake-io/xmake/discussions/4527 Originally posted by **Noroby** December 21, 2023 ```lua add_rules("mode.debug", "mode.release") target("main") set_kind("binary") add_files("src/*.cpp") set_toolchains("clang") set_languages("cxx20") on_run(function(target) os.execv(target:targetfile(), {}, {stdin = "input.txt"}) end) ``` 我执行execv时重定向了输入,但是运行程序时不会输出到终端?

### Xmake Version 2.7.6 ### Operating System Version and Architecture macOS ### Describe Bug When gcc/clang fails to compile, it is not caught by the try-catch of the build action,...

bug
improvement

New version of cinatra detected (package version: nil, last github version: 0.8.9)

auto-update

https://github.com/xmake-io/xmake-repo/issues/3535