
Friends ghc -interactive has just started being more verbose. The "linking...done" stuff didn't happen before. Does this ring any bells for anyone? I have not investigated at all so far; hoping someone will say "oh yes, I know and will fix". Simon bash$ ~/5builds/HEAD/inplace/bin/ghc-stage2 --interactive GHCi, version 7.7.20140114: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Prelude>

Ghci always outputted that, no? However, now that it uses a lot of newlines instead of having it all on the same line. I have an about 2 months old code base, and I get this output $ ./inplace/bin/ghc-stage2 --interactive GHCi, version 7.7.20140106: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. (so in case anyone wants to know when this started, it was after 2 months ago) Cheers, Arash On 2014-01-14 14:59, Simon Peyton Jones wrote:
Friends
ghc --interactive has just started being more verbose. The "linking...done" stuff didn't happen before. Does this ring any bells for anyone? I have not investigated at all so far; hoping someone will say "oh yes, I know and will fix".
Simon
bash$ ~/5builds/HEAD/inplace/bin/ghc-stage2 --interactive
GHCi, version 7.7.20140114: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ...
linking ...
done.
Loading package integer-gmp ...
linking ...
done.
Loading package base ...
linking ...
done.
Prelude>
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Hello Simon, On 2014-01-14 at 14:59:55 +0100, Simon Peyton Jones wrote:
ghc -interactive has just started being more verbose. The "linking...done" stuff didn't happen before. Does this ring any bells for anyone? I have not investigated at all so far; hoping someone will say "oh yes, I know and will fix".
I won't use exactly those words... however, I can point you to http://git.haskell.org/ghc.git/commitdiff/08a3536e4246e323fbcd8040e0b8000195... as the offending commit if that helps... :-) Greetings, hvr

Ha ha! Fixing... | -----Original Message----- | From: Herbert Valerio Riedel [mailto:hvriedel@gmail.com] | Sent: 14 January 2014 14:58 | To: Simon Peyton Jones | Cc: ghc-devs@haskell.org | Subject: Re: ghci verbosity | | Hello Simon, | | On 2014-01-14 at 14:59:55 +0100, Simon Peyton Jones wrote: | > ghc -interactive has just started being more verbose. The | > "linking...done" stuff didn't happen before. Does this ring any bells | > for anyone? I have not investigated at all so far; hoping someone will | > say "oh yes, I know and will fix". | | I won't use exactly those words... however, I can point you to | | | http://git.haskell.org/ghc.git/commitdiff/08a3536e4246e323fbcd8040e0b800 | 01950fe9bc | | as the offending commit if that helps... :-) | | Greetings, | hvr
participants (3)
-
Arash Rouhani
-
Herbert Valerio Riedel
-
Simon Peyton Jones