Skip to content

Better stringSplit#13835

Merged
xokdvium merged 1 commit intoNixOS:masterfrom
obsidiansystems:better-string-split
Aug 26, 2025
Merged

Better stringSplit#13835
xokdvium merged 1 commit intoNixOS:masterfrom
obsidiansystems:better-string-split

Conversation

@Ericson2314
Copy link
Copy Markdown
Member

@Ericson2314 Ericson2314 commented Aug 26, 2025

I need this for some ParseURL improvements, but I figure this is better to send as its own PR.

I changed the tests willy-nilly to sometimes use
std::list<std::string_view> instead of Strings (which is std::list<std::string>),


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@Ericson2314 Ericson2314 requested a review from edolstra as a code owner August 26, 2025 18:40
Copy link
Copy Markdown
Contributor

@xokdvium xokdvium left a comment

Choose a reason for hiding this comment

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

LGTM

I need this for some `ParseURL` improvements, but I figure this is
better to send as its own PR.

I changed the tests willy-nilly to sometimes use
`std::list<std::string_view>` instead of `Strings` (which is
`std::list<std::string>`).

Co-Authored-By: Sergei Zimmerman <sergei@zimmerman.foo>
@xokdvium xokdvium merged commit 231f3af into NixOS:master Aug 26, 2025
15 checks passed
@Ericson2314 Ericson2314 deleted the better-string-split branch August 27, 2025 01:56
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