We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It worked on rc2 according to @joseph-robertson and does fail on rc3.
The path has two roots
$ Products/openstudio -e "require 'rubocop/rake_task'; require 'stringio'; RuboCop::RakeTask.new(:rubocop) do |t| t.options = ['--autocorrect', '--format', 'simple', '--only', 'Lint/SelfAssignment'] end; Rake.application[:rubocop].invoke" terminate called after throwing an instance of 'std::runtime_error' what(): Embedded file not found ':/ruby/3.2.0/gems/regexp_parser-2.9.1/lib/regexp_parser/syntax/:/ruby/3.2.0/gems/regexp_parser-2.9.1/lib/regexp_parser/syntax/versions/1.8.6.rb' Aborted (core dumped)
ammar/regexp_parser@v2.9.0...v2.9.1 A bunch of "require" became "require_relative" and that ought to break stuff for us
probably pinning on 2.9.0 is enough
Some additional details about your environment for this issue (if relevant):
The text was updated successfully, but these errors were encountered:
jmarrec
Successfully merging a pull request may close this issue.
Issue overview
It worked on rc2 according to @joseph-robertson and does fail on rc3.
The path has two roots
Steps to Reproduce
Possible Solution
ammar/regexp_parser@v2.9.0...v2.9.1
A bunch of "require" became "require_relative" and that ought to break stuff for us
probably pinning on 2.9.0 is enough
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
The text was updated successfully, but these errors were encountered: