nushell/crates/nu-command/src/formats
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
..
from Revert "Pipeline operators: && and ||" (#7452) 2022-12-13 16:36:13 +13:00
to couple minor updates to xml deps (#7311) 2022-12-02 08:25:13 +13:00
mod.rs Add 'to json' 2021-10-29 19:26:29 +13:00