deepj

Results 16 issues of deepj

My Rails application uses ActionCable. When I access to unauthorized page (typically sign in's page), `/cable` is called to try to establish WebSocket connection. Unfortunately Falcon from some reason puts...

Hello, it would be nice if a changelog has been available. It's not easy to read all commits, and some summary of changes is always better than this. I like...

enhancement

I have some cases of multidimensional array where (from my perspective) default Style/WordArray cop makes the code less readable and confusing. See this example: ```ruby CONTENT_TYPE = [ ['TSR', 'Teaser'],...

**Describe the bug** I have a namespace which looks like (example) `CloudNATS`. This is a namespace of Rails application declared in `config/application.rb` as well. When I tried to import a...

bug

The problem lies in overridden `Kernel.warn` in their `spec/spec_helper.rb` https://github.com/mikel/mail/blob/6bc16b4bce4fe280b19523c939b14a30e32 There is no issue with this on MRI. When the overridden `Kernel.warn` is removed, the test suite works (except several...

compatibility

See https://ruby-doc.org/stdlib-2.0.0/libdoc/pty/rdoc/PTY.html To reproduce: ```ruby require 'pty' ``` Error: ``` LoadError: cannot load such file -- pty from ~/.rubies/truffleruby-1.0.0-rc12/lib/mri/rubygems/core_ext/kernel_require.rb:55:in `gem_original_require' from ~/.rubies/truffleruby-1.0.0-rc12/lib/mri/rubygems/core_ext/kernel_require.rb:55:in `require' from (irb):1 from ~/.rubies/truffleruby-1.0.0-rc12/bin/irb:29:in `' ``` This...

compatibility

This a new thing in Ruby 2.6. I personally use this in one script loading some Timezones from various coordinates. To reproduce: ``` ruby -e 'require "tzinfo"; puts Time.new(2019, 5,...

compatibility

``` truffleruby 22.2.0-dev-0f63df6f, like ruby 3.0.3, GraalVM CE Native [aarch64-darwin] ``` To reproduce: ``` gem install xapian-ruby ``` Error: ``` Fetching xapian-ruby-1.4.18.gem Building native extensions. This could take a while......

cexts

There are plenty Ruby native gems written in C++ using rice gem. Currently, there is no option to compile them with TruffleRuby. Especially, there are missing C++ tools bundled with...

cexts

To reproduce: ```ruby TracePoint.new(:call) # or TracePoint.new(:c_call) ``` Error: ``` ArgumentError: unknown event: call/c_call ```

compatibility
tooling