-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
encoding of utf8 symbols (eg. :λ) #3719
Comments
Is this related to #4070 ? |
Probably yes, see also #3880. |
#4070 is fixed but #3880 is not. There's a chance this is already fixed for 9.1.9.0, or it may be fixed by work @enebo and I are doing to finally fix up symbol encodings (probably for 9.2, depending on impact). I could not find the original branch for this reproduction, so I'm unsure how to test it. @elia? |
@headius the reason is that we switched to use the Feel free to close this issue at your discretion. In case you want to repro the issue just do the following: git clone https://github.com/opal/opal --recursive --branch 0-10-stable
bundle install
# remove the RUBY_PLATFORM check
bundle exec rspec spec/lib/parser/variables_spec.rb |
@headius confirmed, thanks! |
The failing Opal build: https://travis-ci.org/opal/opal/jobs/114673459#L372
The failing specs have been added recently, also maybe it's just a matter of setting the correct locale env vars as in #2204
Environment
Expected/Actual Behavior
The text was updated successfully, but these errors were encountered: