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
Time
On line https://github.com/wagyourtail/JsMacros-Ruby/blob/main/src/main/java/xyz/wagyourtail/jsmacrosjruby/ruby/language/impl/RubyLanguageDefinition.java#L47 , the ruby class Time is getting overriden to https://jsmacros.wagyourtail.xyz/?/1.7.0/xyz/wagyourtail/jsmacros/client/api/library/impl/FTime.html which makes doing "normal ruby time things" difficult.
Instead, the script should just skip the Time constant (as those things can be done in jruby directly, anyway)
The text was updated successfully, but these errors were encountered:
[12:55 PM] Wagyourtail: 🤔 rename the class I'm pushing as time to FTime
Sorry, something went wrong.
No branches or pull requests
On line https://github.com/wagyourtail/JsMacros-Ruby/blob/main/src/main/java/xyz/wagyourtail/jsmacrosjruby/ruby/language/impl/RubyLanguageDefinition.java#L47 , the ruby class
Time
is getting overriden to https://jsmacros.wagyourtail.xyz/?/1.7.0/xyz/wagyourtail/jsmacros/client/api/library/impl/FTime.html which makes doing "normal ruby time things" difficult.Instead, the script should just skip the Time constant (as those things can be done in jruby directly, anyway)
The text was updated successfully, but these errors were encountered: