Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-02 | AK: Remove relative_paths test from TestLexicalPath | Brian Gianforcaro | |
This test appears to be testing functionality that doesn't exist. Just remove it. Closes old bug #2388 CC @bugaevc | |||
2020-05-26 | AK: Rename FileSystemPath -> LexicalPath | Sergey Bugaev | |
And move canonicalized_path() to a static method on LexicalPath. This is to make it clear that FileSystemPath/canonicalized_path() only perform *lexical* canonicalization. |