mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
b1379b2b14
# Description Fxes https://github.com/nushell/nupm/issues/102 Not loading `std` at startup has caused an issue with nupm and std where the `dirs` module name clashes and nupm won't load. This was technically a preexisting bug that was previously masked. This could have been fixed (and also should be) by changing the import statement in nupm, but the potential for collision would remain in other (user) modules. This PR explicitly sets the relative path for the import statements in `std/mod.nu` so that there are no collisions. # User-Facing Changes Bugfix # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting N/A |
||
---|---|---|
.. | ||
assert.nu | ||
bench.nu | ||
core.nu | ||
deprecated_dirs.nu | ||
dirs.nu | ||
dt.nu | ||
formats.nu | ||
help.nu | ||
input.nu | ||
iter.nu | ||
lib.nu | ||
log.nu | ||
math.nu | ||
mod.nu | ||
xml.nu |