Skip to content

Handle URLs with aliases in ExplodedArchive #441

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

Merged
merged 2 commits into from
May 29, 2024

Conversation

domkm
Copy link
Contributor

@domkm domkm commented May 28, 2024

Fixes #434

As you requested, I separated resolvingSymlinks from isParent. However, I don't know how to make resolvingSymlinks async without creating the need for a very significant rewrite since it would cause ExplodedArchive to need to be async, which would in turn cause those callers to need to be async, etc.

Copy link
Member

@mickael-menu mickael-menu left a comment

Choose a reason for hiding this comment

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

Thanks @domkm!

However, I don't know how to make resolvingSymlinks async without creating the need for a very significant rewrite since it would cause ExplodedArchive to need to be async

No problem, I'll adjust when migrating the other APIs to async.

@mickael-menu mickael-menu merged commit 648fb0f into readium:develop May 29, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants