Conversation
|
👍 👍 👍 🎉 🎉 🎉 🎆 🎆 🎆 |
|
Wonderful news! 💯 |
|
Note this changes the ordering of the transformers, so another subtle change is that we can now get warnings and errors together instead of one or the other. |
|
If someone could please review the code, I'll merge this and release 0.7.5.1. Thanks! |
|
👍 Seems straightforward. |
|
Thanks John. Merging.. |
Fix #1297, reduce memory usage from WriterT
|
Hmm, weird, CI passed but shouldn't have. |
|
Ugh, warnings are all showing up twice now, which I didn't notice before. Will fix... |
|
Fixed, was a small issue with |
|
@garyb I'll cut the 0.7.5.1 branch now, ok? It seems solid to me at least. |
|
Sure thing! |
|
Maybe let's give it one more day of testing, then put it on |
|
So the binary build is up and fine, but the GHC 7.6 build doesn't work because of the import of |
|
Ah, whatever, I'll just tag a 0.7.5.2 release when Travis finishes. |
|
It doesn't... and unfortuantely I just got done with updating a |
|
I just added a 0.7.5.1 Windows build too, will do the same for 0.7.5.2. |
|
Ah well if it works, that's good. 0.7.5.1 and 0.7.5.2 are functionally the same. |
This reduces memory usage to <100M on my machine when compiling Halogen from scratch.
The test suite hovers around ~1M usage 😄