Aura 2.0 by fosskers · Pull Request #479 · fosskers/aura

added 30 commits

May 21, 2018 20:46
- Most of the logic occurs in `Sh` now, which ensures that temporary
  directories will be respected.
- This is borrowed from the old `aura-1.4` branch.
- More dedicated usage of `Sh` instead of the catch-all `Aura` Monad.
- The only thing that used this was the old bash parser, which no
  longer exists.
- Still need to do checks for conflicts.
- Yes the output of the previous code was better, but I don't want
  to maintain it.
Update Portuguese translation

@fosskers

@fosskers

- Fixes the "nested colouring" problem.

@fosskers

@fosskers

@fosskers

@fosskers

- Also allows `ros-lunar-desktop` to dep check :)
- Turns out it's not a universal speedup. Some `-Au` calls go _much_
  faster. Dep checking `ros-lunar-desktop` goes from 3 minutes to 2 minutes.
- This is the first step in enabling `--color never`.

@fosskers

@fosskers

- By default, output text will not be coloured when stdout is *not*
  a terminal.

@fosskers

@fosskers fosskers changed the title [WIP] Aura 2.0 Aura 2.0

Jun 26, 2018

patriciamoreirag3