2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/tests
JT 0c656fd276
Revert "Pipeline operators: && and ||" ()
Reverts 

Some surprising behavior in how we do this. For example:

```
〉if (true || false) { print "yes!" } else { print "no!" }
no!
〉if (true or false) { print "yes!" } else { print "no!" }
yes!
```

This means for folks who are using the old `||`, they possibly get the
wrong answer once they upgrade. I don't think we can ship with that as
it will catch too many people by surprise and just make it easier to
write buggy code.
2022-12-13 16:36:13 +13:00
..
assets/nu_json Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
fixtures Add quotes to hash file autocomplete () 2022-12-08 21:37:10 +01:00
hooks Move from source to source-env () 2022-09-01 08:32:56 +12:00
modules Disable cyclical module imports () 2022-09-04 23:19:20 +03:00
overlays Make env-related tests more resilient () 2022-12-10 19:23:34 +02:00
parsing Change parser cwd when running a file () 2022-11-15 00:05:27 +01:00
path Run a round of clippy --fix to fix a ton of lints () 2022-11-04 15:11:17 -05:00
plugins Feature cleanup () 2022-11-22 16:58:11 -08:00
scope Fix reporting of which and $nu.scope () 2022-03-13 21:32:46 +02:00
shell Revert "Pipeline operators: && and ||" () 2022-12-13 16:36:13 +13:00
main.rs Fix file lookup in parser keywords; Refactor nu_repl () 2022-07-29 23:42:00 +03:00