Sutou Kouhei
Sutou Kouhei
We use "nightly-*" groups not "nightly" group for our nightly CI. So we need to use "crossbow submit -g nightly-tests -g nightly-packaging -g nightly-release" to run nightly jobs when we...
@bearded It seems that you can't maintain Ruby/LDAP. ActiveLdap organization https://github.com/activeldap depends on Ruby/LDAP. Can ActiveLdap organization take over Ruby/LDAP? (Transfer https://github.com/bearded/ruby-ldap to https://github.com/activeldap/ruby-ldap )
Client: cpp The current ThriftConfig.cmake isn't relocatable. It means that we can't move ThriftConfig.cmake installed by "make install". In general, users don't need to move ThriftConfig.cmake installed by "make install"...
### What is your problem? We don't need to use the `grn_inline` portability macro for `inline` keyword. Because recent Visual C++ supports C99. ### How to reproduce it _No response_
### What is your problem? We introduced `grn_bool` for compatibility. But we can always use `bool` on all supported environments now. We should do this step by step. We must...
### What is your problem? It's a standard mechanism to build an external library provided by CMake. We should use it instead of `add_subdirectory()`. ### How to reproduce it _No...
### What is your problem? It seems that at least GCC 13.2.0 enables it by default (by `-Wall`?). I think that we can enable it explicitly by: ```diff diff --git...
### What is your problem? It seems that at least GCC 13.2.0 enables it by default (by `-Wall`?). I think that we can enable it explicitly by: ```diff diff --git...
### What is your problem? It worked with `actions/upload-artifact@v3`. ### How to reproduce it ```console $ cd packages/windows $ GITHUB_ACCESS_TOKEN=${YOUR_ACCESS_TOKEN} ruby download_github_actions_artifact.rb main tmp x64-vs2019-with-vcruntime ``` Note that access token...