Commit Graph

1655 Commits

Author SHA1 Message Date
Jasper Van der Jeugt
2db34f050a Move from test-framework to tasty 2016-10-17 11:05:25 +02:00
Jasper Van der Jeugt
43e78fcdc7 Merge pull request #464 from yogsototh/fix-feed-with-cdata
Fix feed generator when item contains CDATA
2016-10-17 09:46:23 +02:00
Jasper Van der Jeugt
9d4640b764 Merge pull request #463 from NicoleRauch/master
Bugfix: CompressCss modified CSS string constants which it should not do
2016-10-16 10:41:34 +02:00
Jasper Van der Jeugt
32e34f435c Merge pull request #472 from jakzale/master
Update git fetch and fix rsync for stack
2016-09-07 09:24:02 +08:00
Jakub Z
f7047b5bdf Update git fetch and fix rsync for stack 2016-09-06 18:53:05 +01:00
Jasper Van der Jeugt
2fff87b9f5 Merge pull request #470 from dikmax/patch-1
Remove https://dikmax.name/ from examples.
2016-08-31 11:36:47 +02:00
Maxim Dikun
481e169cdc Remove https://dikmax.name/ from examples.
I don't use Hakyll anymore.
2016-08-31 11:33:52 +02:00
Jasper Van der Jeugt
761d3473fc Merge pull request #469 from juhp/patch-1
prettyPrintParseException was introduced in yaml-0.8.11
2016-08-31 11:11:01 +02:00
Jens Petersen
0efdb16a62 prettyPrintParseException was introduced in yaml-0.8.11
hakyll does not build with earlier versions of yaml that didn't provide `prettyPrintParseException`.
2016-08-31 13:51:21 +09:00
Jasper Van der Jeugt
89cb416ea3 Add johnduhamel to examples 2016-08-23 13:18:35 +02:00
Yann Esposito (Yogsototh)
43d2736a2b
Fix feed generator when item contains CDATA 2016-08-18 01:22:50 +02:00
Jasper Van der Jeugt
2ef6d118df Add nicolerauch.de to examples 2016-08-16 11:33:49 -04:00
Nicole Rauch
9f850a9035 Also trim whitespace around colons. 2016-08-15 00:05:19 +02:00
Nicole Rauch
ea0a8d5226 Removed two compiler warnings (unnecessary imports). 2016-08-14 22:13:31 +02:00
Nicole Rauch
82301c508a Unified the constant cases in all three functions. 2016-08-14 22:13:31 +02:00
Nicole Rauch
c32e554477 Extracted a helper method because it was defined locally twice. 2016-08-14 22:13:31 +02:00
Nicole Rauch
e4c7cb547d Do not strip comments that are inside constants. 2016-08-14 22:13:31 +02:00
Nicole Rauch
ce9730758e Compressed the code by grouping the guards together. 2016-08-14 22:13:31 +02:00
Nicole Rauch
e70605dfe6 We must avoid the compression of whitespace in constants by handling it in the same way. 2016-08-14 22:13:31 +02:00
Nicole Rauch
8f11bbd1d7 Improved the compaction a bit more. 2016-08-14 22:13:31 +02:00
Nicole Rauch
ec1486c4ba Compacted the code by unifying all the similar prefix options. 2016-08-14 22:13:31 +02:00
Nicole Rauch
c6fdffc0a0 Compacted the tests and made them more readable. 2016-08-14 22:13:31 +02:00
Nicole Rauch
0404185e83 We need to constantly check whether we are at the start of a constant, not just once. 2016-08-14 22:13:31 +02:00
Nicole Rauch
c0a86b3d7e Adding tests that make sure that whitespace at the start or end of constants does not get eaten. 2016-08-14 22:13:31 +02:00
Nicole Rauch
84818cb94a Adding tests that make sure that the constant terminators don't get mixed up. 2016-08-14 22:13:31 +02:00
Nicole Rauch
eaf21c273d Whitespace in certain kinds of string constants is no longer eliminated. 2016-08-14 22:13:31 +02:00
Nicole Rauch
66a90395fc Added some unit tests for CompressCss 2016-08-14 22:13:31 +02:00
Jasper Van der Jeugt
fdb298d6a2 Fix partials and add a test
Fixes #460
2016-08-04 14:13:24 +02:00
Jasper Van der Jeugt
82ba9542e7 Reorganise template module hierarchy 2016-08-03 12:14:54 +02:00
Jasper Van der Jeugt
98e0b03fb4 Enable listings and indices in the preview server
Fixes #457
2016-07-31 15:53:50 +02:00
Jasper Van der Jeugt
02d7520b42 Merge pull request #453 from sk3r/cmd_parser_replacement
cmdArgs to Options.Applicative
2016-07-31 15:39:31 +02:00
Jasper Van der Jeugt
9e41414880 Merge pull request #454 from samgd/whitespace-control
Whitespace trimming
2016-07-31 15:39:04 +02:00
samgd
a31a565403
s/that/that the/ 2016-07-25 18:49:32 +02:00
samgd
11ef948720
Fix merge conflicts 2016-07-25 18:24:12 +02:00
samgd
82d6402ba3
Trim instructions. TrimRd chunk might need TrimL. Trim tests. 2016-07-25 12:47:30 +02:00
samgd
43c969f326
Fix module layout 2016-07-24 17:30:47 +02:00
sk3r
1acebf2699 cmdArgs to Options.Applicative
changed shell options parser from cmdAgrs to Options.Applicative
2016-07-24 16:35:40 +02:00
samgd
ca7b78ee42
Working trimming but module loop and formatting req. 2016-07-24 15:10:12 +02:00
Jasper Van der Jeugt
68e9c77042 Merge pull request #451 from lortabac/master
Include file name in error messages
2016-07-23 16:04:17 +02:00
Jasper Van der Jeugt
363571f267 Merge pull request #449 from thkoch2001/patch-1
s/--local-bin-path/--local-bin/
2016-07-23 16:03:36 +02:00
Jasper Van der Jeugt
a38bb3c72c Merge pull request #450 from thkoch2001/patch-2
stack init is not really optional
2016-07-23 16:03:12 +02:00
samgd
a04f722eb1
Canonicalize file + initial if/for planning 2016-07-23 15:50:53 +02:00
samgd
9867094bd2
Expr trimming. '-' binds to '$'. 2016-07-23 14:46:15 +02:00
Jasper Van der Jeugt
94c94376cf Add tutorial on live reload 2016-07-23 12:53:00 +02:00
samgd
430a0a8849
Partial trimming 2016-07-23 12:52:55 +02:00
samgd
6e14d33a10
For trimming 2016-07-23 12:41:41 +02:00
Lorenzo
871cfd36dd Include file name in error messages 2016-07-23 12:31:03 +02:00
samgd
6c0be2e2d3
If Trim parsing 2016-07-23 12:21:38 +02:00
Thomas Koch
70ee447ff1 stack init is not really optional
stack build complains if there is no stack.yaml so the previous comment is misleading for people who don't know what stack init does.
2016-07-23 12:14:31 +02:00
Jasper Van der Jeugt
24e6d6865a Change note for stack init 2016-07-23 12:13:42 +02:00