Rubin Simons
Rubin Simons
This morning systemd 258.2-2 was released (on Arch Linux); I tested twice on two different systems and I could not reproduce the issue anymore (to work-around, like others, I have...
@apiology I think something similar like [this](https://github.com/rubocop/rubocop-ast/pull/285) needs to happen for solargraph; apparently, prism became a "default" gem with version 3.3 of ruby, which afaict means that you can't just...
No it shouldn't, because afaik, `bundle install` would install the gems in a subdir locally, for solargraph to use, including `prism`, when you would use `bundle exec` to execute. This...
I'm the maintainer of the `ruby-solargraph` AUR package :-). It's here: https://aur.archlinux.org/packages/ruby-solargraph
The problem with providing a more modern `ruby-prism` package (that, I suppose, would automagically override the ruby-provided prism), is that the `ruby` package in Arch Linux now `provides`, `replaces` and...
@artempyanykh Did you see this one? nothing complex, hoping for a quicker merge than the previous .NET 9 one (which I think was more involved) ;-)
What is the latest version you support? `v2.11`? I see that still has `cleanrelease` in `makefile.gen`, let me try. Update: build succeeds with SGDK v2.11. FWIW, I maintain the `marsdev-git`...