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: Wrap partial cache entry in CacheEntry #49434

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

artonge
Copy link
Contributor

@artonge artonge commented Nov 21, 2024

Because it is returned here:

return $this->partial[$file];
} elseif (!$data) {

And some implementation got stricter: https://github.com/nextcloud/groupfolders/blob/df95bf6ba807da5171de91108879b6d8aa9f3611/lib/Mount/RootEntryCache.php#L23-L28

@artonge artonge self-assigned this Nov 21, 2024
@artonge artonge added bug 3. to review Waiting for reviews feature: filesystem php Pull requests that update Php code labels Nov 21, 2024
@artonge artonge added this to the Nextcloud 31 milestone Nov 21, 2024
@artonge
Copy link
Contributor Author

artonge commented Nov 21, 2024

/backport to stable30

@artonge artonge force-pushed the artonge/fix/getting_cache_entry branch from b0c87ad to 7e03759 Compare November 21, 2024 16:12
@artonge artonge force-pushed the artonge/fix/getting_cache_entry branch from 7e03759 to f9cda54 Compare November 21, 2024 16:13
@artonge artonge merged commit e6648f3 into master Nov 21, 2024
187 checks passed
@artonge artonge deleted the artonge/fix/getting_cache_entry branch November 21, 2024 18:53
@skjnldsv skjnldsv mentioned this pull request Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug feature: filesystem php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants