You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
Thanks @tom025. The purpose of this lib was to prototype a new architecture for Gherkin. It looks like we're going to use a different approach (see the gherkin3 repo) so we might not even use bool. If we decide to ditch bool I'd still like to have a simple parser that can parse boolean expressions for tags, but we can do that with something much simpler.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gem install bool -v 1.0.20
fails with ruby version 2.1.5 on Mac OS 10.10Install output
This happens when using either clang or gcc-4.8.
This can be overcome simply by appending the install command with
-- -with-cflags=-w
to ignore unused constants when compiling the gem.I am not sure how to fix this myself without just removing the flag from
ruby/ext/bool_ext/extconf.rb
.The text was updated successfully, but these errors were encountered: