Commit Graph

18 Commits

Author SHA1 Message Date
Michael Xavier
f73de7c791 Add blank changelogs for all projects
For future releases we'll update these. I have a few packages that
need releases so that'll be the start.
2017-03-03 15:41:27 -08:00
Michael Xavier
a5114cb505 Rework travis build
Perhaps supporting lts 2-8 is not the best idea.
2017-03-02 14:21:42 -08:00
Michael Xavier
6edd459223 Wall-werror all the things 2017-02-01 18:20:55 -08:00
Felipe Lessa
9d0ee44c06 serversession-backend-acid-state-1.0.3 2015-12-31 11:26:45 -02:00
Felipe Lessa
50c29148ab Make serversession-backend-acid-state work with older versions. 2015-12-31 11:26:25 -02:00
Dan Burton
cfe7118e50 Upgrade to safecopy-0.9. yesodweb/serversession#5 2015-12-30 14:26:20 -08:00
Felipe Lessa
c528a671d4 Accept acid-state 0.13 and beyond (fixes #4). 2015-09-03 15:13:18 -03:00
Felipe Lessa
64dc7f9228 serversession-backend-acid-state-1.0.1 2015-06-16 13:56:49 -03:00
Felipe Lessa
9b1be63b8a Don't test AcidStorage on local storage if on GHC < 7.10.
I give up.  I hope the tests finally go green on Travis.
2015-06-01 02:49:00 -03:00
Felipe Lessa
d23c5ac4c6 Use a HashMap on acid-state implementation + Travis.
Also dial back on maximum heap size as 2 GiB with -F1.5 still makes OOM
kill the process on Travis.
2015-06-01 02:06:36 -03:00
Felipe Lessa
9a471a90ea Travis: Tweak acid-state test suite RTS options again.
C'mon, GHC 7.8... Why do you need so much more memory than GHC 7.10?
2015-06-01 00:55:43 -03:00
Felipe Lessa
1b3bec4778 Travis: Allow a slightly bigger heap for acid-state test suite.
Although it uses 580M on my GHC 7.10, it blew up the 1 GiB limit on Travis.

Travis currently allows usage of 3 GiB, and GHC tends to use 2x the the
maximum residency (even with the compacting option, WTF?).
2015-05-31 23:50:53 -03:00
Felipe Lessa
774bc18fa1 Force the test suites to use a lot less memory.
Works fine on my machine using GHC 7.10 with these limits.  Note that
I've activated the in-place compaction GC.
2015-05-31 23:22:21 -03:00
Felipe Lessa
0cca9cd086 Use HashMap for SessionMap.
It's a bit faster and uses a bit less memory.
2015-05-31 23:09:02 -03:00
Felipe Lessa
3e33c58af0
Generalize session data (huge commit). 2015-05-31 11:07:23 -03:00
Felipe Lessa
b446b0ea92 Add storage tests for acid-state, both memory and local storage. 2015-05-28 01:27:13 -03:00
Felipe Lessa
95194a09ca Fix URL references. 2015-05-26 01:00:20 -03:00
Felipe Lessa
bac54a5c70
New serversession-backend-acid-state package. 2015-05-25 21:31:47 -03:00