On Mon, Jan 19, 2015 at 10:47 PM, Carter Schonwald < carter.schonw...@gmail.com> wrote:
> relatedly: wont the source be preserved in the git history if we remove > it? the CPP etc solution is > Indeed; most of the projects I'm involved with have a specific policy to *not* keep commented-out or otherwise disabled features in the active tree, because they can be pulled back later from history or branches as appropriate. You might want to either save it to a new branch or set a tag on HEAD before removing it, so you can more easily find it later. You've got a revision control system; let *it* do the work of keeping track of stuff like this. -- brandon s allbery kf8nh sine nomine associates allber...@gmail.com ballb...@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs