<copumpkin> well this was fun to debug :P https://github.com/apple/swift-corelibs-foundation/pull/1695
<{^_^}> apple/swift-corelibs-foundation#1695 (by copumpkin, 44 seconds ago, open): Initialize TSD on macOS even without Swift runtime
szicari has quit [*.net *.split]
adelbertc has quit [*.net *.split]
<copumpkin> hah, we weren't the only ones: https://github.com/PureDarwin/CoreFoundation/issues/1
<{^_^}> PureDarwin/CoreFoundation#1 (by sjc, 18 weeks ago, open): CFRunLoopGetCurrent() returns junk value
hamishmack has joined #nix-darwin
jtojnar has quit [Quit: jtojnar]
philr has joined #nix-darwin
carlosdagos has joined #nix-darwin
<copumpkin> okay I think the segfaults are taken care of
jtojnar has joined #nix-darwin
Enzime has quit [*.net *.split]
philr has quit [Quit: WeeChat 2.2]
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nix-darwin
jtojnar has quit [Quit: jtojnar]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
trcc has joined #nix-darwin
__Sander__ has joined #nix-darwin
periklis has joined #nix-darwin
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
carlosdagos has quit [Quit: Connection closed for inactivity]
hamishmack has joined #nix-darwin
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 244 seconds]
trcc has joined #nix-darwin
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
Enzime has joined #nix-darwin
<Enzime> LnL: what's the difference between example and defaultText for mkOption?
<Enzime> dw I got it
<LnL> it's not very important at the moment, but for eg. nixos it's to make sure the manpage and manual don't have dependencies
<LnL> l'd like to build a manpage at some point tho
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 244 seconds]
<Enzime> LnL: should I be defining defaultText or example?
<LnL> defaultText only matter for package options
<LnL> matters*
<LnL> example is something separate, it can be nice if it's not clear what the value of the option can be
trcc has joined #nix-darwin
<Enzime> LnL: how do I run tests for a module locally?
<LnL> they are exposed in release.nix so you'll have to add it there
<LnL> eg. nix-build release.nix -A tests.services-nix-daemon
<Enzime> (should I be referring to ${config.services.synergy.client.screenName} inside the test variable?)
<LnL> I'd just hardcode the values
<LnL> but that looks great!
<Enzime> 👍
jtojnar has joined #nix-darwin
jtojnar has quit [Ping timeout: 252 seconds]
periklis has quit [Ping timeout: 252 seconds]
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 272 seconds]
jtojnar has joined #nix-darwin
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nix-darwin
<copumpkin> LnL: so I'm sort of torn on timeline for merging this
<copumpkin> LnL: at work I generally try to avoid merging stuff before disappearing for a while, and I'll be going to China for a while (and be offline) in a week
<copumpkin> so on one hand I don't want to merge this thing and have it cause you and others a bunch of headaches that I can't help with
__Sander__ has quit [Quit: Konversation terminated!]
<copumpkin> at the same time we have a week
<copumpkin> so that might be some decent time to look into issues
<LnL> what's the state compared to master/staging?
<copumpkin> waiting for thousands of builds on hydra but I think the worst offenders are better
<copumpkin> hmm, it claims to have more failures than before, i might have screwed something up
<copumpkin> yeah, looks like I broke SDL and friends
<copumpkin> will have to take a look later
<LnL> I'll try to take a look look some time, but I'm mainly looking at 18.09 at the moment
<LnL> btw, I've been bumping builds once in a while to avoid looking at outdated stuff there
<copumpkin> how do you mean bumping?
<LnL> because of the way build shares work stuff from the wip jobset sometimes gets priority over the release jobset
<LnL> bumping jobs to the front of the queue makes them get scheduled first
<copumpkin> oh I see
<copumpkin> yeah I've been doing similar
<LnL> as in the reverse? :)
<LnL> there are also 3.3k trunk builds, maybe we should let those build first
<copumpkin> just bumping stuff I care about to the front :)
<copumpkin> selfishly
<LnL> heh
<LnL> well 18.09 generally isn't that much so it finishes relatively quickly
<LnL> but release + master + staging + wip can be a bit much for the macs to get through
<copumpkin> yeah
Ericson2314 has joined #nix-darwin
philr has joined #nix-darwin
trcc has joined #nix-darwin
philr has quit [Ping timeout: 252 seconds]
jtojnar has quit [Ping timeout: 252 seconds]
jtojnar has joined #nix-darwin
jtojnar has quit [Ping timeout: 252 seconds]
jtojnar has joined #nix-darwin
wraithm has joined #nix-darwin
wraithm has left #nix-darwin ["Textual IRC Client: www.textualapp.com"]
<LnL> wow the nix-darwin pr/issue number is over 100 already
<LnL> also 200 stars, which makes me both happy and nervous :p
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
<copumpkin> awesome :)
<LnL> it's literally "I wonder how nixos works" that got out of hand :D
trcc has quit [Ping timeout: 252 seconds]
jtojnar has quit [Ping timeout: 240 seconds]
<copumpkin> lol