-
This an issue to track all default gems with an extension, which might need specific support for TruffleRuby.
For some, we might just reuse the C extension and add TruffleRuby in the CI of those gems…
-
It seems rbs is trying to make a native extension on JRuby which is not supported.
For complete log output, see https://github.com/Shopify/ruby-lsp/issues/2292
That results in rbs not being able to …
-
In planning ahead to the near future when TruffleRuby can run C-extensions marked with `rb_ext_ractor_safe(true)` in parallel, I've been raising issues in common gems to try to nudge them to make thei…
-
I'd like develop some Nautilus extension in Ruby (not in C or Python). I wonder if I could do that with ruby-gir-ffi. I think I could use Nautilus objects but I don't know if I would need some kind of…
ghost updated
12 years ago
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Hello,
I’m using Zed for Ruby on Rails development and have installed the html extension.…
-
### Description
### Reproduction steps
1. Install the latest jruby (e.g. `rbenv install jruby-9.4.8.0`)
2. Try to install the latest ruby-lsp: `gem install ruby-lsp`
3. It will fail building the…
-
Detection of issues in Ruby files is not working when running the JS version of the extension. This occurs both when running the extension on Mac in JS mode and when using the extension on Windows.
…
-
As a ruby beginner reading the help pages I would recommend adding something like: "In comparison to Python, Ruby files have the extension .rb" to the Ruby from Other Languages page.
-
### Please confirm that you have:
- [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on …
-
We rely on [RBS](https://github.com/ruby/rbs) for features such as documentation and completion for Ruby's own API.
For example, in VS Code, if you right-click on `String.pp` and choose "Go to Defini…