<Profpatsch>
Are C++ compilation times really that crass? And here I thought GHC is bad …
<Profpatsch>
This rivals scalac.
<Profpatsch>
Ah, -j4 improves matters.
mbrgm has quit [Ping timeout: 256 seconds]
mbrgm has joined #nixos-dev
orivej has joined #nixos-dev
<dtz>
nvm I misunderstood borg results re:staging O:)
<adisbladis[m]>
Ggchristensen: Hey! I was asking you about the github webhooks (and the ofborg rabbitmq setup) the other day but think I never got a response. Where can I subscribe to those events and what events are published?
<gchristensen>
sorry, going to bed. pnigg me in 9hrs?
<shlevy>
thoughtpolice: Any idea if https://phabricator.haskell.org/D4159 would fix a "shadowed dependencies" issue that I suspect might come from some lib A being built locally but lib B, depending on A, fetched from cache (originally built elsewhere)?
<thoughtpolice>
shlevy: Probably. We had a similar-ish issue at `$WORK` I think and that patch worked around it for us. I have an updated one on my laptop that I haven't refreshed...
<thoughtpolice>
(We've had a bunch of stuff going on so I haven't had time to update the patch)
<shlevy>
thoughtpolice: OK. Would you recommend just carrying that patch as is or will it be valuable to wait for your update?
<thoughtpolice>
The current version should be a strict improvement, although it's not "finished" yet as Edward notes on the ticket.
<shlevy>
OK
<shlevy>
thoughtpolice: We don't do multiple package dbs in nix right?
<shlevy>
So Edward's concern won't be super relevant?
<thoughtpolice>
I don't think so, but admittedly I know less about Nixpkgs' Haskell support than I (probably) shoulud.
<shlevy>
OK, thanks!
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 264 seconds]
goibhniu has joined #nixos-dev
coconnor has quit [Remote host closed the connection]
davidlt_ has joined #nixos-dev
ma27 has joined #nixos-dev
ma27 has quit [Client Quit]
ma27 has joined #nixos-dev
pie_ has joined #nixos-dev
pie__ has quit [Read error: Connection reset by peer]
ma27 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
ma27 has quit [Ping timeout: 246 seconds]
orivej has joined #nixos-dev
ma27 has joined #nixos-dev
orivej has quit [Ping timeout: 276 seconds]
ma27 has quit [Ping timeout: 276 seconds]
ashgillman has joined #nixos-dev
ashgillman has quit [Ping timeout: 240 seconds]
ashgillman has joined #nixos-dev
ashgillman has quit [Remote host closed the connection]
<Profpatsch>
Andrey Mokhov, Neill Mitchell, Simon Peyton Jones: Build Systems à la Carte
ckauhaus has joined #nixos-dev
<globin>
ikwildrpepper: ping, could you release a new nixops version, releasing nixos 18.03 depends on a new versions, all deployments break with nixos 18.03
<shlevy>
:o first time hitting ofborg timeout limit
fpletz has joined #nixos-dev
fpletz has quit [Changing host]
fpletz has joined #nixos-dev
__Sander__ has joined #nixos-dev
pie_ has quit [Ping timeout: 260 seconds]
<gchristensen>
shlevy: that is good news!
<dtz>
it is? :D
<shlevy>
I guess the "first" bit is :D
<gchristensen>
exactyl :)
<gchristensen>
means the timeouts aren't wildly too low
samueldr_ is now known as samueldr
samueldr has quit [Changing host]
samueldr has joined #nixos-dev
__Sander__ has quit [Quit: Konversation terminated!]
<gchristensen>
(I won't be merging #7034, but replacing it with a different PR which is much simpler. I just want to _close_ it by then)
<niksnut>
to be honest, making something as critical as the manual dependent on nodePackages is not appealing to me
<gchristensen>
I completely agree, it won't be
<gchristensen>
instead I have a script to fetch the highlight.js file to answer the question of "where did this file come from?" and let you regenerate it easily
<gchristensen>
it isn't a good candidate for fetchurl because it isn't a stable URL, unfortunately
<gchristensen>
so I was thinking I'd just check it in
xeji has joined #nixos-dev
<Sonarpulse>
gchristensen: is the syntax highlighting done in the browser?
<gchristensen>
yeah
<Sonarpulse>
hmmm
Lisanna has quit [Quit: Lisanna]
<gchristensen>
checking in the generated JS isn't very nice, but is low dependency and low likilihood of changing very often, and it won't be a mystery where it came from
<Sonarpulse>
that seems good for now
<Sonarpulse>
well one thing
<Sonarpulse>
there is no javascript currently?
<gchristensen>
in the generate docs, no, and obviously if JS is disabled the highlighting doesn't apply, but still looks just fine
<niksnut>
how big is the generated JS?
<gchristensen>
with support for Nix and Bash, ~9k
<gchristensen>
:o! I'll take that as approval? :D
<niksnut>
yeah, sounds good to me
<gchristensen>
cool! thank you!
ma27 has joined #nixos-dev
Lisanna has joined #nixos-dev
MichaelRaskin has joined #nixos-dev
<Sonarpulse>
great!
<Sonarpulse>
niksnut: I was going to offer to rewrite down the road if this is a stop-gap, but hell if the manual still renders fine without JS that's small fry
coconnor has quit [Remote host closed the connection]
pie_ has joined #nixos-dev
orivej has joined #nixos-dev
coconnor has joined #nixos-dev
pie_ has quit [Read error: Connection reset by peer]
pie_ has joined #nixos-dev
orivej_ has joined #nixos-dev
orivej has quit [Ping timeout: 268 seconds]
xeji has quit [Quit: WeeChat 2.0]
ckauhaus has quit [Quit: Leaving.]
orivej_ has quit [Ping timeout: 240 seconds]
obadz has quit [Quit: WeeChat 2.0]
obadz has joined #nixos-dev
davidlt_ has joined #nixos-dev
davidlt has quit [Ping timeout: 240 seconds]
lopsided98 has quit [Remote host closed the connection]
lopsided98 has joined #nixos-dev
<shlevy>
dtz: So we're good to flip the switch to llvm 6 right? :D
davidlt_ has quit [Ping timeout: 240 seconds]
<dtz>
Of course! :P
<dtz>
Although bumps default c++ to 14... Or was that 5? Haha