nushell/crates/nu-protocol/src/ast
Jakub Žádník f46962d236
Fix scoped overlay use not finding a module (#6474)
* Add source-env test for dynamic path

* Use correct module ID for env overlay imports

* Remove parser check from "overlay list"

It would cause unnecessary errors from some inner scope if some
overlay module was also defined in some inner scope.

* Restore Cargo.lock back

* Remove comments
2022-09-04 18:36:42 +03:00
..
block.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
call.rs Fix scoped overlay use not finding a module (#6474) 2022-09-04 18:36:42 +03:00
cell_path.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00
expr.rs Fix scoped overlay use not finding a module (#6474) 2022-09-04 18:36:42 +03:00
expression.rs Fix scoped overlay use not finding a module (#6474) 2022-09-04 18:36:42 +03:00
import_pattern.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00
mod.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
operator.rs Add bit operator: bit-xor (#5940) 2022-07-03 06:45:20 -05:00
pipeline.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00