Shopify / rbi-central

MIT License
55 stars 36 forks source link

Add ErrorReporter unexpected method #264

Closed bdewater closed 4 weeks ago

bdewater commented 1 month ago

Type of Change

Changes

bdewater commented 1 month ago

It's kind of funny this fails the runtime checks even with the version constraint added 🙈

Checking RBI files against runtime execution...

Checking runtime for activesupport...

Error: Missing runtime method ::ActiveSupport::ErrorReporter#unexpected (defined at rbi/annotations/activesupport.rbi:485:2-485:100) Note: unexpected could be delegated to :method_missing but the RBI definition isn't annotated with @method_missing.

bdewater commented 1 month ago

With Rails 7.2 out this now passes CI.