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

path setter bug #659

Merged
merged 2 commits into from
May 16, 2024
Merged

path setter bug #659

merged 2 commits into from
May 16, 2024

Conversation

lemire
Copy link
Member

@lemire lemire commented May 16, 2024

Flagged by @anonrig in #657 (comment)


TYPED_TEST(basic_tests, path_setter_bug) {
std::string_view base = "blob:/?";
auto base_url = ada::parse<ada::url_aggregator>(base);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
auto base_url = ada::parse<ada::url_aggregator>(base);
auto base_url = ada::parse<TypeParam>(base);

Copy link
Member Author

Choose a reason for hiding this comment

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

Can't do that as is. It will break the build.

Copy link
Member

Choose a reason for hiding this comment

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

Ah ok. Then maybe we shouldn't use typed_test

@lemire lemire merged commit 3c43bab into main May 16, 2024
35 checks passed
@lemire lemire deleted the path_setter_bug branch May 16, 2024 19:45
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