snix/tvix/eval/src/compiler
Vincent Ambo 9ecf668452 chore(tvix/eval): delete "useless parenthesis" warning/optimisation
Two main reasons:

1. Traversing the structure to do this optimisation is
   actually *slower* than not optimising it.

2. There are literally hundreds of thousands of incidences of this in
   nixpkgs, and with some of the weird code there some of
   these (functionally) useless parens are actually required for
   readability reasons.

Change-Id: I1044b1c5f9fe20df4b6085851fc3b191277c65dc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7917
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2023-01-23 17:59:06 +00:00
..
bindings.rs refactor(tvix/eval): administer antidote for poison 2023-01-21 10:19:15 +00:00
import.rs refactor(tvix/eval): streamline construction of globals/builtins 2023-01-04 12:28:43 +00:00
mod.rs feat(tvix/eval): support builtins implemented in Nix itself 2023-01-22 20:48:53 +00:00
optimiser.rs chore(tvix/eval): delete "useless parenthesis" warning/optimisation 2023-01-23 17:59:06 +00:00
scope.rs refactor(tvix/eval): administer antidote for poison 2023-01-21 10:19:15 +00:00