Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable MustBe in the code #1

Open
rmolinari opened this issue Apr 3, 2023 · 0 comments
Open

Disable MustBe in the code #1

rmolinari opened this issue Apr 3, 2023 · 0 comments

Comments

@rmolinari
Copy link
Owner

rmolinari commented Apr 3, 2023

In rpeg.rb we have a call to MustBe.disable.

When this call is made I get a bunch of warnings:

/Users/rory/.rvm/gems/ruby-3.1.0/gems/must_be-1.1.0/lib/must_be/core.rb:45: warning: method redefined; discarding old must_never_ever_contain
/Users/rory/.rvm/gems/ruby-3.1.0/gems/must_be-1.1.0/lib/must_be/containers.rb:293: warning: previous definition of must_never_ever_contain was here
/Users/rory/.rvm/gems/ruby-3.1.0/gems/must_be-1.1.0/lib/must_be/core.rb:45: warning: method redefined; discarding old must_not_be
/Users/rory/.rvm/gems/ruby-3.1.0/gems/must_be-1.1.0/lib/must_be/basic.rb:14: warning: previous definition of must_not_be was here
[many more]

Work out why and fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant