We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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 looks like jruby's English.rb file comments out the aliases.
Example
require "English" /^is/ =~ "isPermaLink" puts "#{$'},#{$POSTMATCH}"
Expected
$ ruby alias.rb PermaLink,PermaLink
Actual
$ ~/Documents/jruby/bin/jruby -X+T alias.rb PermaLink,
The text was updated successfully, but these errors were encountered:
Is this blocking something major?
Sorry, something went wrong.
@chrisseaton No, the RSS stdlib uses it.
[Truffle] Implement alias of global variables.
fd5b2f1
aliasing of global variables is now implemented, but this example does not work for two reasons:
No branches or pull requests
It looks like jruby's English.rb file comments out the aliases.
Example
Expected
Actual
The text was updated successfully, but these errors were encountered: