mirror of
https://github.com/nushell/nushell.git
synced 2025-05-01 00:24:29 +02:00
# Description Instead of an empty string, this PR changes `path type` to return null if the path does not exist. If some other IO error is encountered, then that error is bubbled up instead of treating it as a "not found" case. # User-Facing Changes - `path type` will now return null instead of an empty string, which is technically a breaking change. In most cases though, I think this shouldn't affect the behavior of scripts too much. - `path type` can now error instead of returning an empty string if some other IO error besides a "not found" error occurs. Since this PR introduces breaking changes, it should be merged after the 0.94.1 patch. |
||
---|---|---|
.. | ||
basename.rs | ||
dirname.rs | ||
exists.rs | ||
expand.rs | ||
join.rs | ||
mod.rs | ||
parse.rs | ||
path_.rs | ||
relative_to.rs | ||
split.rs | ||
type.rs |