You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`#finalize!` is sending the basename directly to `#call`, which expects
a Dry::System::Identifier.
This means that if you configure a `registrations_dir`, putting any file
in that directory will lead to an exception during finalization.
This appears to have been introduced during dry-rb#208
0 commit comments