You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add compile-time validation of literal paths containing ".." (#329)
Addresses #327
This PR adds additional validation of literal path segments containing
`..`.
It throws compiletime error, suggesting canonical form of a path, when
literal path is not canonical.
Eg. "../foo/../bar" suggests "../bar"
"foo/.." suggests removing literal
---------
Co-authored-by: Li Haoyi <[email protected]>
0 commit comments