ravron-hb (Riley Avron)
- Login: ravron-hb
- Registered on: 04/21/2025
- Last sign in: 04/21/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/06/2025
-
01:08 AM Ruby Bug #21310 (Closed): YJIT optimization causes incorrect is_a? method evaluation
- Our Rails application contains code like the following:
```ruby
result = a_proc.call
if result.is_a?(Result) && result.nil?
puts('This should be impossible')
end
```
With YJIT enabled in dev mode and the `yjit-call-thresho...