Closed robhanlon22 closed 2 years ago
An alternative would be to remove compat.rb
, since it's empty; but, with a name like compat.rb
I'm sure there's a reason it exists :D
There is, it's probably kept to avoid a breaking change on a minor version update. It's a guess, though.
Thank you!
compat.rb
was added prior 1.0 when we removed a bunch of build in types (form stuff). It should be OK to remove this file now.
When using
Dry::Types.loader.eager_load
, Zeitwerk raises more than one error:Add some ignores to prevent this error; add a test that ensures eager loading works.