subpath: parsing stops after segments are clear - #449
Conversation
| - UTF-8-decode each segment if needed in your programming language | ||
| - Join segments back with a '/' | ||
| - This is the ``subpath`` | ||
| - This list of path segments is the ``subpath`` |
There was a problem hiding this comment.
I love the idea of subpath as a list of (Unicode) strings. 💯
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
4975af4 to
9ffb329
Compare
| - UTF-8-decode each segment if needed in your programming language | ||
| - Join segments back with a ‘/’ | ||
| - This is the `subpath` | ||
| - This list of path segments is the ``subpath`` |
There was a problem hiding this comment.
dont concat or further handle the segments, similar to qualifiers.
https://github.com/package-url/purl-spec/blob/main/purl-specification.md?plain=1#L515
|
@jkowalleck We need to "move" this PR to update the file: |
please ask @johnmhoran to take this over. I will review their changes afterward. thanks in advance. |
|
@jkowalleck @mjherzog This PR 449 has been updated and consolidated in #711. |
|
superseded by #711 |
as proposed via #448 (comment):
is part of #448