lol, #Rust uses string formatting for URLs so crates.io got broken for some hours because leading slash for the path was missing.

https://blog.rust-lang.org/inside-rust/2023/07/21/crates-io-postmortem.html

Prior art for proper URL structures:

- https://hexdocs.pm/elixir/1.15.4/URI.html#__struct__/0

- https://docs.harelang.org/net/uri

Reply to this note

Please Login to reply.

Discussion

Also quite reminds me that if there's one thing that's missing from Unix shell, it's path manipulation. But well unix shell also doesn't have arrays (I know bash has them though).