Commit 003e0fb removed the dependency from mruby-bin-mruby to mruby-print.
As a result, bintest will now fail if only mruby-bin-mruby is specified in the build configuration file.
https://github.com/mruby/mruby/blob/8276143f03a5322bca60aa31e428e16c232ee92c/mrbgems/mruby-bin-mruby/bintest/mruby.rb
As a solution the alternate version of Kernel#print (Kernel#_print?) may need to be defined in mruby-bin-mruby itself.
However, since it is always enabled, I don't think it is even very desirable.
Is there any other preferred method?
Commit 003e0fb removed the dependency from mruby-bin-mruby to mruby-print.
As a result, bintest will now fail if only mruby-bin-mruby is specified in the build configuration file.
https://github.com/mruby/mruby/blob/8276143f03a5322bca60aa31e428e16c232ee92c/mrbgems/mruby-bin-mruby/bintest/mruby.rb
As a solution the alternate version of
Kernel#print(Kernel#_print?) may need to be defined in mruby-bin-mruby itself.However, since it is always enabled, I don't think it is even very desirable.
Is there any other preferred method?