gchristensen changed the topic of #nixos-borg to: https://www.patreon.com/ofborg https://monitoring.nix.ci/dashboard/db/ofborg?refresh=10s&orgId=1&from=now-1h&to=now "I get to skip reviewing the PHP code and just wait until it is rewritten in something sane, like POSIX shell. || https://logs.nix.samueldr.com/nixos-borg
jtojnar has joined #nixos-borg
{`-`} has joined #nixos-borg
orivej has quit [Ping timeout: 268 seconds]
FRidh has joined #nixos-borg
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nixos-borg
tilpner has quit [Ping timeout: 240 seconds]
tilpner has joined #nixos-borg
FRidh has quit [Quit: Konversation terminated!]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-borg
FRidh has joined #nixos-borg
FRidh has quit [Quit: Konversation terminated!]
<{^_^}> [ofborg] @ryantm closed pull request #191 → add hydra links to GitHub comments → https://git.io/fNvTw
ekleog has quit [Quit: WeeChat 2.0]
ekleog has joined #nixos-borg
FRidh has joined #nixos-borg
<infinisil> gchristensen: Do you know what this is about? https://github.com/NixOS/nixpkgs/pull/43184#issuecomment-403265297
<{^_^}> #43184 (by r-ryantm, open): mkdocs: 0.17.4 -> 0.17.5
<infinisil> sha256 mismatch only on darwin
<gchristensen> cc LnL is your mac out of space?
orivej has quit [Ping timeout: 268 seconds]
<infinisil> Oh, so these macs are ran by a bunch of peoples personal macs?
<gchristensen> https://github.com/NixOS/nixpkgs/pull/43184#issuecomment-403265297 -> Failure on x86_64-darwin (full log) -> full log -> " id: lnl7-mac ╱ system: x86_64-darwin ╱ "
<{^_^}> #43184 (by r-ryantm, open): mkdocs: 0.17.4 -> 0.17.5
<LnL> certainly possible, let me check
<LnL> max-free = 50000000
<LnL> min-free = 50000000
<LnL> ^ did I do it wrong?
<gchristensen> I think it can't gc at that size?
<gchristensen> like your min free should be less than your max free probably
<LnL> wait, I think I messed up the units
<LnL> starts garbage collecting at 50mb free space :p
<gchristensen> :D
<LnL> kk, let's see how this goes
<infinisil> (Bot won't link anymore on such links: https://github.com/NixOS/nixpkgs/pull/43184#issuecomment-403265297 Was annoying)
<LnL> :p
<infinisil> LnL: Oh, this means you can add a # to the end of such a link if you really don't want the bot to display its info
<LnL> already thought of that :)
<LnL> and you probably just found/fixed the most annoying case
<infinisil> Yea
<infinisil> I quiet like this info personally
<infinisil> Was surprisingly hard to get a working regex for that
<infinisil> The not-linking-on-# thing
<LnL> howso?
<samueldr> [^#]$ after splitting on spaces?
<samueldr> though, that would be only for ending with a hash
<infinisil> ([^\\#0-9]|\\') in the Haskell regex libraries syntax
<samueldr> if you regex on /pull/[:digits:]+$ after splitting (or whatever the proper placeholder for your flavour of regex) you get it free?
<infinisil> It could be not the end of the string though
<samueldr> (really depends whether you work on the whole string or match splits)
<infinisil> Ah
<samueldr> it's a beat cheaty, but you know there should ne no un-encoded spaces in URLs, so if you split on spaces, and work with words, may be easier ?
<samueldr> should be*
<LnL> why do you need to escape #?
<infinisil> Eh, don't wanna split on words when a single regex can get me all matches
<infinisil> LnL: Seems to be needed, not sure why
<infinisil> Wait, maybe not
<LnL> and why didn't you write your own parser? it's haskell ;)
<infinisil> Yeah it works without escaping
<infinisil> LnL: It's not trivial to convert a regex into a parser. You need to watch out for backtracking and stuff, and the definition would be way longer
<infinisil> Well it might be trivial, not sure
<infinisil> LnL: I could use https://hackage.haskell.org/package/regex-applicative-0.3.3 however, which implements regex without having to use strings and with more type safety
FRidh has quit [Quit: Konversation terminated!]
orivej has joined #nixos-borg
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-borg