Changes between Version 2 and Version 3 of SandboxedBuildsAndIsolatedEnvironments

Show
Ignore:
Timestamp:
06/07/12 14:23:30 (12 months ago)
Author:
refold
Comment:

small fixes

Legend:

Unmodified
Added
Removed
Modified
  • SandboxedBuildsAndIsolatedEnvironments

    v2 v3  
    5151== Revise the UI and polish == 
    5252 
    53 Implementing `build`, `test`, `bench` and others as `cabal sandbox` subcommands is redundant. These commands should be made aware of whether there is an sandbox active; they should be also changed to run `configure` and install dependencies automatically. 
     53Implementing `build`, `test`, `bench` and others as `cabal sandbox` subcommands is redundant. The top-level versions of these commands should be made aware of whether there is an sandbox active; they should be also changed to run `configure` and install dependencies automatically. 
    5454 
    5555Example session: 
     
    6464}}} 
    6565 
    66 We can also remove the `cabal sandbox` subcommand completely and make `cabal build` initialise a sandbox implicitly when there is none; this will give us [http://blog.johantibell.com/2012/03/cabal-of-my-dreams.html hermetic builds]. [http://www.google-melange.com/gsoc/project/google/gsoc2012/phischu/19001 Philipp Schuster's project], if successful, will make this option more practical.  
     66We can also remove the `cabal sandbox` command completely and make `cabal build` initialise a sandbox implicitly when there is none; this will give us [http://blog.johantibell.com/2012/03/cabal-of-my-dreams.html hermetic builds]. [http://www.google-melange.com/gsoc/project/google/gsoc2012/phischu/19001 Philipp Schuster's project], if successful, will make this option more practical.  
    6767 
    6868= Progress =