mirror of
https://github.com/nushell/nushell.git
synced 2025-07-29 00:32:56 +02:00
* Hiding logic is simplified and fixed so you can hide and unhide the same def repeatedly. * Separates predeclared ids into its own data structure to protect them from hiding. Otherwise, you could hide the predeclared variable and the actual def would panic.