evanjs has joined #nix-lang
ris has quit [Ping timeout: 260 seconds]
evanjs has joined #nix-lang
tilpner_ has joined #nix-lang
tilpner has quit [Ping timeout: 256 seconds]
tilpner_ is now known as tilpner
ddellacosta has quit [Ping timeout: 240 seconds]
<
siraben>
`error: invalid regular expression '^(.+)\s(.+)$',`, fails on the CI but works on my machine?
<
siraben>
`(builtins.match "^(.+)\\s(.+)$" k)`
<
siraben>
CI is running Nix on Ubuntu, I'm on macOS
<
siraben>
`builtins.match "^(.+)\\s(.+)$" "a"` produces `[ "a" ]` on macOS, `null` on Linux
<
infinisil>
siraben: Make sure to use the same nix versions
<
niksnut>
siraben: this is probably due to differences in the regex implementation in libstdc++ (Linux) and libc++ (macOS)
<
siraben>
Why does it error out with invalid regular expression, though?
lukegb has quit [Quit: ~~lukegb out~~]
lukegb has joined #nix-lang
__monty__ has joined #nix-lang
ddellacosta has joined #nix-lang
ddellacosta has quit [Quit: WeeChat 2.8]
ris has joined #nix-lang
<
l33[m]>
<siraben "Why does it error out with inval"> gnu extensions perhaps?
tilpner_ has joined #nix-lang
tilpner has quit [Ping timeout: 260 seconds]
tilpner_ is now known as tilpner
__monty__ has quit [Quit: leaving]