Noah Gibbs

Results 17 issues of Noah Gibbs

It would be useful if bindgen printed a warning when allowlist_function, allowlist_type, allowlist_var and allowlist_file resulted in no symbols being matched. I know you can't always predict how *many* symbols...

Previously we would always set the YJIT feature, even without YJIT_BUILD, when -DYJIT_FORCE_ENABLE was specified or the RUBY_YJIT_ENABLE var was set. That's kind of a silly thing to do, of...

When I attempt to run large batch jobs with "nohup" with several different Rubies, TruffleRuby crashes because it can't correctly hook up STDERR. Specifically, what I see on all the...

compatibility

Only to messages in channels.

This pull request adds a new Rails Guide called "Tuning Performance for Deployment". ### Motivation / Background A few weeks ago there was [an issue to change the default thread...

docs

In aliases and many other cases, CRuby's Ripper emits different lexer tokens depending on the symbol's name. For instance an uppercase letter emits :@const instead of :@ident. TruffleRuby does this...

cexts

RRB is a pretty heavy usage test and I don't think you need to prioritize this. The RTL branch ran RRB just fine without JIT, at basically the same speed...

I'm seeing OpenSSL failures when building this branch, but I don't see them when building current trunk Ruby on the same EC2 instance - maybe one or more missing commits?...

That's not a big problem for accuracy, but it's a sign that something's wrong. Nothing notable changed in Discourse between versions where CSRF works (1.7.8 and before) and Discourse versions...

Here's the sample code I'm starting from: ~~~ # parser_gem_lexer_test.rb require "parser/current" require "prism" require "prism/translation/parser" h =

bug
rubocop