summaryrefslogtreecommitdiff
path: root/Build/EvilSplicer.hs
Commit message (Collapse)AuthorAge
* avoid another encoding crashGravatar Joey Hess2013-12-27
|
* -Wall cleanGravatar Joey Hess2013-12-27
|
* avoid EvilSplicer crashing on encoding problems, including LANG=C with utf-8 ↵Gravatar Joey Hess2013-12-19
| | | | in files
* improve EvilSplicer robustnessGravatar Joey Hess2013-12-18
|
* use pure or return rather than (:[]) or \x -> [x]Gravatar Joey Hess2013-11-06
|
* oopsGravatar Joey Hess2013-09-22
|
* one more EvilSplicer hack for the nightGravatar Joey Hess2013-09-22
|
* fix broken EvilSplicer changeGravatar Joey Hess2013-09-22
|
* improve lambdaparens hackGravatar Joey Hess2013-09-22
|
* another fine hackGravatar Joey Hess2013-09-22
|
* add a hack to get build working with new library buildGravatar Joey Hess2013-05-08
|
* EvilSplicer: fix handling of newlines in multiline stringsGravatar Joey Hess2013-05-02
|
* argh!! http://hackage.haskell.org/package/zerothGravatar Joey Hess2013-04-18
|
* avoid adding parens to lambdas in tuplesGravatar Joey Hess2013-04-18
|
* run lambda parenthesisation recursively inside the body of the lambdaGravatar Joey Hess2013-04-18
|
* fix lambda parenthesisationGravatar Joey Hess2013-04-18
|
* fix buildGravatar Joey Hess2013-04-18
|
* tighten search and replace slightlyGravatar Joey Hess2013-04-17
|
* argleGravatar Joey Hess2013-04-17
|
* minor cleanupGravatar Joey Hess2013-04-17
|
* very close now.. but still so farGravatar Joey Hess2013-04-17
|
* deal with GHC's broken layout of case expressions. ARGH why GHC WHY?!?!Gravatar Joey Hess2013-04-17
|
* Splicer contines his evil ways (and Joey goes slowly insane)Gravatar Joey Hess2013-04-16
|
* Evil Splicer only *thought* he was evil until this commit happened.Gravatar Joey Hess2013-04-16
| | | | So many nasty hacks!
* need to mangle another symbolGravatar Joey Hess2013-04-16
|
* a few nasty hacks for yesodGravatar Joey Hess2013-04-16
|
* updateGravatar Joey Hess2013-04-15
|
* fix 2 splicing bugsGravatar Joey Hess2013-04-15
|
* handle multi-line QQGravatar Joey Hess2013-04-15
|
* only show files that are really changedGravatar Joey Hess2013-04-15
|
* hack around incorrect nested instance code generated by GHCGravatar Joey Hess2013-04-14
| | | | Yesod-specific hack for now.
* better handling of declaration splicesGravatar Joey Hess2013-04-14
| | | | | Still not quite enough to properly expand yesod type safe routes, but getting there..
* fix inplace modeGravatar Joey Hess2013-04-14
|
* avoid updating a file if the old splice is the same as the newGravatar Joey Hess2013-04-14
|
* incremental android builds with the EvilSplicerGravatar Joey Hess2013-04-14
|
* better splice joiningGravatar Joey Hess2013-04-13
|
* work around ghc weirdnessGravatar Joey Hess2013-04-13
|
* fix a syntax problem with a splace that provides a parameter to a functionGravatar Joey Hess2013-04-13
|
* added symbol de-manglingGravatar Joey Hess2013-04-13
|
* first version of the Evil Splicer!Gravatar Joey Hess2013-04-13