Skip to content

mruby-bin-mruby using Kernel#p and Kernel#print in bintest fails test #6466

Description

@dearblue

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions