takuya kodama
takuya kodama
Thank you so much for sharing your idea! It looks nice to me, too. I was thinking that I would implement the classes that handled each logical type as follows....
Thanks for the pointers! We’ll tackle these one by one. > appears to be some dependencies - can you provide a list. In the meantime, here are the packages I...
@grooverdan About https://github.com/mroonga/mroonga/issues/943#issuecomment-3055161056 Thanks again for the guidance. The Mroonga team has been working hard on this, but unfortunately we’re unlikely to finish everything by July 24 due to two...
The follwoing error is raised now. This error has already fixed at upstream. So we will update the submodule version of mruby. ``` C:/a/groonga/groonga/ci/msys2/src/groonga-15.2.1/vendor/mruby-source/src/error.c:201:3: error: __builtin_longjmp is not supported for...
When we upgrade the mruby, the following error is raised. ``` rake aborted! Can't find /home/otegami/work/c/groonga/vendor/mruby-source/mrbgems/mruby-print/mrbgem.rake /home/otegami/work/c/groonga/vendor/mruby-source/lib/mruby/build/load_gems.rb:33:in 'MRuby::LoadGems#gem' /home/otegami/work/c/groonga/vendor/mruby/build_config.rb:33:in 'block in ' /home/otegami/work/c/groonga/vendor/mruby-source/lib/mruby/build.rb:156:in 'BasicObject#instance_eval' /home/otegami/work/c/groonga/vendor/mruby-source/lib/mruby/build.rb:156:in 'MRuby::Build#initialize' /home/otegami/work/c/groonga/vendor/mruby/build_config.rb:5:in 'Class#new' /home/otegami/work/c/groonga/vendor/mruby/build_config.rb:5:in ''...
> # Changes in mrbgems > > - **mruby-print**: removed; if you do not use `mruby-io`, mruby use `#print` etc. in the core ([8c8bbd9](https://github.com/mruby/mruby/commit/8c8bbd9)) > https://github.com/mruby/mruby/blob/00377b7ee6ba9806b631a05153818f5d171057b3/NEWS#L44
```diff git diff diff --git a/vendor/mruby/build_config.rb b/vendor/mruby/build_config.rb index 38398d7df..478500814 100644 --- a/vendor/mruby/build_config.rb +++ b/vendor/mruby/build_config.rb @@ -30,7 +30,6 @@ MRuby::Build.new do |conf| conf.gem :core => "mruby-numeric-ext" conf.gem :core => "mruby-object-ext" conf.gem...
Some libraries still require `mruby-print` so we should handle those step by steps.
There are several issues, so I think we’ll update the mruby version in another topic. For now, we’ll apply the mruby patch in the same way MSYS2 does. Note -...
We will keep working in this PR GH-2673 instead of this one.