Sutou Kouhei

Results 417 comments of Sutou Kouhei

We can use `JuliaRegistries/TagBot` action because it's added to allow list: See #273 and the linked Jira issue for details. We need a vote for each new release before we...

1. OK. Thanks for clarifying it. 2. Thanks. I can nominate you as a new committer and then a new PMC member after you work on apache/arrow-julia with the Apache...

We want to send only "issue create" notifications to `[email protected]`. The current configuration sends all issue related notifications to `[email protected]`.

Sure! But... I thought that we can do this by `.asf.yaml` but we can't. `.asf.yaml` doesn't have the feature: * https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Repositoryfeatures * https://github.com/apache/infrastructure-p6/blob/production/modules/gitbox/files/asfgit/package/asfyaml.py#L276-L279 (It seems that GitHub's REST API doesn't...

Calling `Init_fiddle()` by running `irb` on Windows isn't strange. Because Ruby Installer calls `require "fiddle"` on start: https://github.com/oneclick/rubyinstaller2/blob/master/lib/ruby_installer/build/dll_directory.rb#L1 Calling `ffi_call()` inside `Init_fiddle()` is strange. Could you set breakpoint on `ffi_call()`...

Here: https://github.com/ruby/fiddle/blob/master/ext/fiddle/fiddle.c#L132-L164 > is there interest in documentation contributions Yes. > and if so in what format/structure? RDoc format.

I tried this with Ruby installed by Homebrew but I couldn't reproduce this: ```console $ $(brew --prefix ruby)/bin/ruby -v /tmp/a.rb ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-darwin20] /usr/local/lib/Qt3DCore.framework/Qt3DCore /usr/local/lib/Qt3DQuickAnimation.framework/Qt3DQuickAnimation /usr/local/lib/Qt3DQuickExtras.framework/Qt3DQuickExtras ```...

Thanks for confirming this. I can also confirmed that the system Ruby crashes: ```cosnole $ ruby -v -r fiddle /tmp/a.rb ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin20] /usr/local/lib/Qt3DCore.framework/Qt3DCore /usr/local/lib/Qt3DQuickAnimation.framework/Qt3DQuickAnimation /usr/local/lib/Qt3DQuickExtras.framework/Qt3DQuickExtras dyld:...

I think that this isn't avoidable without improving Ruby's GC on exit but I' reopen this to wait @mrkn's investigation.

#80 can be used instead of `GC.start`.