JPMoresmau / BuildWrapper

Utility to manage haskell projects for an IDE
Other
36 stars 11 forks source link

buildwrapper: setNumCapabilities: not supported in the non-threaded RTS #47

Closed vlatkoB closed 10 years ago

vlatkoB commented 10 years ago

Hello,

I'm getting quite a lot of these messages in BW window: "buildwrapper: setNumCapabilities: not supported in the non-threaded RTS"

What does this mean?

Eclipse is Kepler SR2, GHC is 7.8.3 and BW is the one from GitHub (I had to change -dynamic in .cabal)

Best regards,

vlatko

JPMoresmau commented 10 years ago

A quick Github search can show you that we don't call that function anywhere in the code, so it's a dependant library that's using that. Never seen it.

vlatkoB commented 10 years ago

It is in BW console. What else can show output in BW console?

JPMoresmau commented 10 years ago

Any library failing with error buildwrapper uses will cause output in the buildwrapper console. However, I'm not the writer of every library that buildwrapper uses. So I have no idea what's causing it, but I know it's not code on which I have immediate control.

vlatkoB commented 10 years ago

The message is the first to show when I type a char in source file, without save. I think that is why there are so many. If several chars are typed quickly, only one message appears.

Any idea on which library BW calls, or what BW does, on char input?