intel / intel/dml-language-server
Add a third path kind for VFS paths
Open
enhancement
Low Priority
- Dominant language
- Rust
- Stars
- 9
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Currently we use regular paths for generic path manips, and CanonPaths (created through underlying filesystem) to handle files in the DLS.
We need to add a third kind, VirtualCanonPaths which are absolute paths to files that may or may not exist on actual filesystem (but are guaranteed to exist in the virtual file system)
Contributor guide
Assessment
This issue has not been assessed yet.