aminechikhaoui has quit [Ping timeout: 260 seconds]
aminechikhaoui has joined #nixos-dev
lassulus_ has joined #nixos-dev
lassulus has quit [Ping timeout: 252 seconds]
lassulus_ is now known as lassulus
drakonis has quit [Remote host closed the connection]
lassulus has quit [Quit: WeeChat 2.0]
lassulus has joined #nixos-dev
octe has quit [Ping timeout: 256 seconds]
jtojnar_ has joined #nixos-dev
jtojnar has quit [Read error: Connection reset by peer]
jtojnar_ is now known as jtojnar
lassulus has quit [Quit: WeeChat 2.0]
lassulus has joined #nixos-dev
jtojnar has quit [Read error: Connection reset by peer]
jtojnar has joined #nixos-dev
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-dev
lassulus has quit [Quit: WeeChat 2.0]
lassulus has joined #nixos-dev
MichaelRaskin has quit [Quit: MichaelRaskin]
jtojnar has quit [Quit: jtojnar]
__Sander__ has joined #nixos-dev
jtojnar has joined #nixos-dev
octe has joined #nixos-dev
<andi->
pstn: as the comments says there is no technical reason not to do it. If it is an important (stable) update then propose a backport (with a PR) and someone can test/merge/comment/…
<srhb>
pstn: If you can test it on 18.03 I'll be happy to backport it.
<pstn>
srhb: I'm writing you this using the manually backported version and florianjacob from the PR also doesn't seem to have any issues.
<srhb>
pstn: Alright :)
<florianjacob>
srhb: I was only testing through `services.matrix-synapse.package = unstable.matrix-synapse;`, on top of 18.03 though, but philipp also tested a real backport that should rule out dependencies on other updated python packages or the like.
<srhb>
I will open a backport PR and ping you to document this, and then we can merge.
<florianjacob>
s/but philipp/but if philipp /
Guest55520 has quit [Quit: WeeChat 1.9.1]
garbas has joined #nixos-dev
<pstn>
What about my butt? I wrote down what I did in the PR.
<Mic92>
clever: what would bring your own implementation to the table in contrast to a nginx configured as chaching server?
<sphalerite>
Mic92: "can also multiplex to several upstream caches" can nginx do that?
<Mic92>
sphalerite: you mean load balance?
<sphalerite>
no, I mean try each of them until one of them doesn't 404
<sphalerite>
so to provide a union of what each cache provides
<Mic92>
there is a `try_files` directive for that
<sphalerite>
ah, neat
Guest27988 is now known as ocharles
<copumpkin>
niksnut: you see my updates to the "claims to be content-addressed but isn't" bug? it's still in 2.0.2, but harder to get
<niksnut>
yes
phreedom has quit [Remote host closed the connection]
phreedom has joined #nixos-dev
aminechikhaoui has quit [Ping timeout: 245 seconds]
aminechikhaoui has joined #nixos-dev
Lisanna has joined #nixos-dev
Jackneill has quit [Quit: Leaving]
<gchristensen>
I need some help, I'm seeing some extremely bizarre behavior
<copumpkin>
niksnut: am I doing something wrong in that content-addressable thing, or something that isn't "wrong" but probably should be? just trying to figure out if I can work around it somehow
<gchristensen>
LnL: yeah, does your hydra emit similar Nix?
contrapumpkin has quit [Ping timeout: 245 seconds]
FRidh has quit [Quit: Konversation terminated!]
Lisanna has quit [Remote host closed the connection]
<LnL>
Sonarpulse: testing
<Sonarpulse>
LnL: not i just pushed again
<LnL>
lol
<Sonarpulse>
LnL: *note
<Sonarpulse>
fiddled with the condition
<LnL>
hmm why !buildPlatform.isDarwin and not targetPlatform.isDarwin
<Sonarpulse>
LnL: I don't really know why the issue
<Sonarpulse>
but yeah sure try making it hostPlatform
<Sonarpulse>
LnL: oh buildPlatform because we are building setup.hs
<Sonarpulse>
err awit
<Sonarpulse>
haha nope
<Sonarpulse>
err wait yes
<LnL>
oh
<Sonarpulse>
nativeGhc is what gives us the cabal library
<Sonarpulse>
the cabal library is multi target
<copumpkin>
Sonarpulse: wait, I'm pretty sure ld does need to open the file
<copumpkin>
because library id is stored within it
<Sonarpulse>
copumpkin: ios tbd works
<Sonarpulse>
no ios libs shipped
<copumpkin>
like, 1) tell ld you want to link /lib/foo.dylib 2) ld looks in /lib/foo.dylib, says, "hey foo, what's your name" 3) foo says my name is "bar.dylib" 4) ld says, okay, I'll include "bar.dylib" in the binary I generate
<copumpkin>
oh yeah, I'm in response to you saying the broken symlink is fine
<copumpkin>
I don't see how it could be fine given the semantics for library id
<copumpkin>
I was proposing .tbd files so I know those work :)
<Sonarpulse>
copumpkin: oh i guess I didn't mean borken symlink but dangling tbd reference
<Sonarpulse>
+1
<Sonarpulse>
dyblib filepath to nowhere
<copumpkin>
oh yeah, that's fine and what .tbd files were made for
<copumpkin>
but what we have right now are symlinks with broken targets
<copumpkin>
libtapi is now on opensource.apple.com too
<Sonarpulse>
copumpkin: oh btw
<copumpkin>
so this is all doable fairly purely
<Sonarpulse>
i wrote to mailing list
<Sonarpulse>
about libtapi
<Sonarpulse>
it was tried to be upstreamed before
<copumpkin>
oh?
<Sonarpulse>
then there was a pause
<Sonarpulse>
then i tried to get going again
<Sonarpulse>
seem to get some approval
<Sonarpulse>
but no time to do the work yet
<copumpkin>
oh, on LLVM?
<Sonarpulse>
we're overdue getting our stuff on latest nixpkgs haha
<Sonarpulse>
yup!
<Sonarpulse>
the author of TAPI made some more changes in his own github repo beyond the open source release
<copumpkin>
oh okay
<copumpkin>
cool
<Sonarpulse>
if you would wanna split the work on that, would be very nice :)
ixxie has joined #nixos-dev
MichaelRaskin has joined #nixos-dev
drakonis has joined #nixos-dev
drakonis has quit [Remote host closed the connection]
drakonis has joined #nixos-dev
<gchristensen>
it feels so good landing patches to makestuff easier