Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use non-problematic filesystem merge lib #4146

Closed
wants to merge 1 commit into from

Conversation

zepatrik
Copy link
Member

@zepatrik zepatrik commented Oct 8, 2024

We know that the previous lib (https://github.com/laher/mergefs) cannot properly handle recursively nesting filesystems, so we should avoid using it anywhere.
see ory/x#709

@zepatrik zepatrik requested review from aeneasr and hperl as code owners October 8, 2024 08:34
@@ -245,12 +243,6 @@ func Inspect(f func(reg Registry) error) RegistryOption {
}
}

func WithExtraMigrations(m ...fs.FS) RegistryOption {
Copy link
Member Author

@zepatrik zepatrik Oct 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This option was not used anywhere.

@alnr
Copy link
Contributor

alnr commented Oct 8, 2024

I have touched this code in #4138, can we get that over the line first?
Also, the ExtraMigrations option I would like to keep. Pretty sure that'll be useful in the future.

@zepatrik
Copy link
Member Author

zepatrik commented Oct 8, 2024

Actually superseded by #4138

@zepatrik zepatrik closed this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants