Re: Heads-up on a yesod devel change
I have an experimental version of yesod devel that does use the GHC
API to build. It doesn't need to reload all packages or parse cabal
files every time, so it's much faster. It's a bit rough, with lots of
code copied from GHC, but it seems to work. Will push it in an
experimental branch after i get it cleaned up a bit.
luite
On Tue, Apr 3, 2012 at 9:31 AM, Michael Snoyman <michael@...> wrote:
> Nope, nothing like that. This is just a really simple patch that
> filters the output from calling `cabal build`.
>
> On Tue, Apr 3, 2012 at 10:24 AM, Max Cantor <mxcantor@...> wrote:
>> Nice.. I know this is a long shot, but does this mean that GHC will be run in a kind of daemon mode and won't
need to constantly reload them?
>>
>> Max
>>
>> On Apr 3, 2012, at 12:03 AM, Michael Snoyman wrote:
>>
>>> Hi all,
>>>
>>> Just a little heads-up on a change I pushed for yesod devel. When
>>> building your code, yesod devel will now hide all of the "Loading
>>> package " messages that clutter up the output. This has been a
>>> long-desired feature[1] and I finally decided to just do it. It won't
>>> be in any of the release notes since it's minor, but I figured
>>> existing users might be confused to suddenly have none of those
>>> messages show up.
>>>
>>> Michael
>>>
>>> [1] That is, by me.
>>