nushell/tests
JT 0c656fd276
Revert "Pipeline operators: && and ||" (#7452)
Reverts nushell/nushell#7448

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 (#7398) 2022-12-08 21:37:10 +01:00
hooks Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
modules Disable cyclical module imports (#6477) 2022-09-04 23:19:20 +03:00
overlays Make env-related tests more resilient (#7423) 2022-12-10 19:23:34 +02:00
parsing Change parser cwd when running a file (#7134) 2022-11-15 00:05:27 +01:00
path Run a round of clippy --fix to fix a ton of lints (#7006) 2022-11-04 15:11:17 -05:00
plugins Feature cleanup (#7182) 2022-11-22 16:58:11 -08:00
scope Fix reporting of which and $nu.scope (#4836) 2022-03-13 21:32:46 +02:00
shell Revert "Pipeline operators: && and ||" (#7452) 2022-12-13 16:36:13 +13:00
main.rs Fix file lookup in parser keywords; Refactor nu_repl (#6185) 2022-07-29 23:42:00 +03:00