42
submitted 3 weeks ago by tmpod@lemmy.pt to c/rust@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] ssokolow@lemmy.ml 1 points 2 weeks ago* (last edited 2 weeks ago)

It still returns relative paths if the input was relative

False

and it doesn’t resolve “…”

I'll assume you meant .., since ... is an ordinary filename. (Aside from the "who remembers ...?" feature introduced in Windows 95's COMMAND.COM where cd ... was shorthand for doing cd .. twice and you could omit the space after cd if your target was all dots.)

The reason it doesn't do that is that, when symlinks get involved, /foo/bar/.. does not necessarily resolve to /foo and making that assumption could introduce a lurking security vulnerability in programs which use it.

[-] Killing_Spark@feddit.de 1 points 2 weeks ago* (last edited 2 weeks ago)

Hm it seems I misread the documentation there. I know why it doesn't resolve the ".." and that's fine, it just seemed very unnecessary in combination with my flawed understanding of the relative path handling.

Edit: and just to be snarky: I didn't type "..." I typed "..". ;)

[-] ssokolow@lemmy.ml 1 points 2 weeks ago

Edit: and just to be snarky: I didn’t type “…” I typed “…”. ;)

*chuckle* I think Lemmy typed those for you, because I typed three periods and got a Unicode ellipsis, and both of those are also unicode ellipses.

[-] Killing_Spark@feddit.de 1 points 2 weeks ago

Huh that might actually be an issue with your client, mine renders those as two dots

[-] ssokolow@lemmy.ml 2 points 2 weeks ago

I'm using the web UI, so I'm assuming whatever broad-spectrum Markdown rendering library it uses has smart quote rendering turned on.

this post was submitted on 13 Jun 2024
42 points (97.7% liked)

Rust Programming

7734 readers
1 users here now

founded 5 years ago
MODERATORS