aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app (unfollow)
Commit message (Collapse)Author
2017-06-17add --version flag to executablesEgor Tensin
2017-06-17bump resolverEgor Tensin
Also, put Win32 to extra-deps (the then-unreleased version was previously fetched in a .zip tarball from GitHub directly).
2017-06-13fix HLint warningsEgor Tensin
2017-06-13addpath: detect expandable pathsEgor Tensin
2017-06-12feature registry value type in promptsEgor Tensin
2017-06-12refactoringEgor Tensin
2017-06-12setenv: crap, another bugEgor Tensin
I don't know what's happening. The latest string of commits is basically broken at every point. I'll tag as soon as I decide it's safe to use, which probably will become the default mode of development (instead of _every_ commit representing a working version).
2017-06-12addpath: fix a sleep-deprived bugEgor Tensin
Yeah, so last night I added a Show instance to WindowsEnv.Value (ex-WindowsEnv.VarValue), which would simply call valueString (ex-varValueString). Then I replaced every valueString/varValueString with show. Then I decided that this Show instance was a mistake, and derived an instance instead. It obviously messed up all the show VarValue/Value calls. The lesson to learn is you should remove an instance first, fix all the call sites, and only then derive it. The disgusting part is that a few of the last commits are actually broken, which I hate.
2017-06-12delpath: don't do anything if variable is missingEgor Tensin
2017-06-12setenv: detect expandable valuesEgor Tensin
2017-06-11WindowsEnv: {VarName,VarValue} -> {Name,Value}Egor Tensin
Also, fix compiler warnings (I've got too used to building with `--ghc-options -w`).
2017-06-11refactoringEgor Tensin
2017-06-11refactoringEgor Tensin
The fact whether the registry value was a regular or an expandable string is now propagated up to the `Environment` module (and even further to the apps). This was done to get rid of these weird `setString*` functions (and the like). I don't feel like I've came up with the right abstractions yet though, so there's more work on this to come.
2017-06-10refactoringEgor Tensin
2017-06-10delpath: remove all directory path occurrencesEgor Tensin
2017-06-10addpath: refactoringEgor Tensin
2017-06-10addpath: add --prepend optionEgor Tensin
2017-06-10paths: don't expand registry valuesEgor Tensin
2017-03-26rename directoriesEgor Tensin