Logs: freenode/#haskell
| 2021-05-07 08:51:08 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 268 seconds) |
| 2021-05-07 08:51:13 | <cub3s_> | Indeed something like "nix-build --no-out-link -A haskell.packages.ghc901.antlr-haskell" also complains about broken package. So somehow they are applying the "broken" concept to ghc901 too |
| 2021-05-07 08:51:55 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-07 08:53:17 | → | nicholasbulka joins (~nicholasb@2601:900:4301:da0:9024:a632:8b7c:f290) |
| 2021-05-07 08:55:33 | × | malumore quits (~malumore@151.62.113.163) (Remote host closed the connection) |
| 2021-05-07 08:57:19 | × | fendor quits (~fendor@178.165.131.207.wireless.dyn.drei.com) (Remote host closed the connection) |
| 2021-05-07 08:57:22 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds) |
| 2021-05-07 08:57:24 | → | gehmehgeh joins (~ircuser1@gateway/tor-sasl/gehmehgeh) |
| 2021-05-07 08:57:47 | × | nicholasbulka quits (~nicholasb@2601:900:4301:da0:9024:a632:8b7c:f290) (Ping timeout: 250 seconds) |
| 2021-05-07 08:58:01 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-07 09:00:04 | × | slycelote[m] quits (slycelotem@gateway/shell/matrix.org/x-qxtrzkpokvfkhlib) (Quit: Idle for 30+ days) |
| 2021-05-07 09:00:08 | × | Poyo[m] quits (stikynotha@gateway/shell/matrix.org/x-iltsnonsgfwlcdhp) (Quit: Idle for 30+ days) |
| 2021-05-07 09:01:39 | → | thunderrd joins (~thunderrd@183.182.114.223) |
| 2021-05-07 09:02:12 | → | elfets joins (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2021-05-07 09:05:15 | × | drbean_ quits (~drbean@210.63.209.179) (Quit: ZNC 1.8.2+cygwin2 - https://znc.in) |
| 2021-05-07 09:07:19 | × | ph88^ quits (~ph88@2a02:8109:9e00:7e5c:f445:5d21:63ff:8e5e) (Quit: Leaving) |
| 2021-05-07 09:07:45 | → | malumore joins (~malumore@151.62.113.163) |
| 2021-05-07 09:08:33 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds) |
| 2021-05-07 09:08:33 | × | Jonno_FTW quits (~come@api.carswap.me) (Ping timeout: 252 seconds) |
| 2021-05-07 09:09:20 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-07 09:10:02 | <dminuoso> | cub3s_: A package is, unconditionally, considered broken if its marked broken in haskell-packages.nix |
| 2021-05-07 09:10:24 | <dminuoso> | Roughly what happens is this |
| 2021-05-07 09:11:17 | <dminuoso> | Every day there's a job that tries to compile the entirety of hackage (by running cabal2nix on every package found). |
| 2021-05-07 09:11:37 | <dminuoso> | If it cant compile that package, it's marked broken (this is for your convenience, so you dont have to wait 20 minutes to find out yourself) |
| 2021-05-07 09:11:43 | × | hypercube quits (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (Ping timeout: 276 seconds) |
| 2021-05-07 09:12:07 | <cub3s_> | dminuoso, let me interrupt a bit. does it try to compile it with all three recent compilers? |
| 2021-05-07 09:13:16 | × | Stanley00 quits (~stanley00@unaffiliated/stanley00) (Ping timeout: 265 seconds) |
| 2021-05-07 09:14:04 | → | Stanley00 joins (~stanley00@unaffiliated/stanley00) |
| 2021-05-07 09:14:26 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
| 2021-05-07 09:14:44 | <dminuoso> | cub3s_: So I draw this conclusion based on how it is expected to test unbreaking packages. It's sufficient to just build haskellPackages.foo |
| 2021-05-07 09:15:25 | <dminuoso> | But ask in #nixos or on discourse if you want an accurate answer |
| 2021-05-07 09:15:32 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-07 09:15:43 | → | marinelli joins (~marinelli@gateway/tor-sasl/marinelli) |
| 2021-05-07 09:16:05 | <dminuoso> | Plus, this would create for a more complicated test matrix. The fact that we cant mark them as broken per GHC would drastically reduce available packages if they had to build with all GHC versions |
| 2021-05-07 09:17:04 | → | Jonno_FTW joins (~come@api.carswap.me) |
| 2021-05-07 09:17:33 | <DigitalKiwi> | there are compiler specific files |
| 2021-05-07 09:17:40 | <cub3s_> | dminuoso, do I understand you correctly that this "broken convenience" is only useful for haskellPackages (the default ghc)? |
| 2021-05-07 09:17:47 | <cub3s_> | (and ignored for the other two compilers)? |
| 2021-05-07 09:18:11 | <cub3s_> | s/compilers/compiler versions |
| 2021-05-07 09:18:25 | <dminuoso> | DigitalKiwi: since when? |
| 2021-05-07 09:19:13 | <DigitalKiwi> | https://dpaste.com/9BRTGQR7E |
| 2021-05-07 09:19:42 | <dminuoso> | That's something else |
| 2021-05-07 09:20:32 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
| 2021-05-07 09:20:36 | × | mikeplus64 quits (~mike@unaffiliated/mikeplus64) (Ping timeout: 246 seconds) |
| 2021-05-07 09:20:37 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-05-07 09:20:48 | <dminuoso> | You cant unbreak that way |
| 2021-05-07 09:21:14 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-07 09:21:25 | <bitonic> | tomjaguarpaw: hey, does opaleye support the binary format in `libpq`? |
| 2021-05-07 09:21:52 | <__monty__> | cub3s_: The haskell infra is really focused on supporting haskell things packaged in nixpkgs. Haskell.nix is a much nicer experience in some ways, though there's far less caching. |
| 2021-05-07 09:21:58 | × | Jonno_FTW quits (~come@api.carswap.me) (Ping timeout: 268 seconds) |
| 2021-05-07 09:22:02 | <DigitalKiwi> | should be able to jailbreak/patch as needed |
| 2021-05-07 09:22:21 | → | Jonno_FTW joins (~come@api.carswap.me) |
| 2021-05-07 09:23:07 | × | gzj quits (~gzj@unaffiliated/gzj) (Remote host closed the connection) |
| 2021-05-07 09:23:28 | → | gzj joins (~gzj@unaffiliated/gzj) |
| 2021-05-07 09:24:17 | <dminuoso> | DigitalKiwi: Right, so that's useful for applying GHC specific patches (say dontCheck for a particular GHC version) |
| 2021-05-07 09:25:19 | × | nineonine quits (~nineonine@2604:3d08:7783:f200:a9b8:e92a:88db:4a1) (Remote host closed the connection) |
| 2021-05-07 09:25:46 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 240 seconds) |
| 2021-05-07 09:25:55 | → | nineonine joins (~nineonine@2604:3d08:7783:f200:a9b8:e92a:88db:4a1) |
| 2021-05-07 09:26:10 | <DigitalKiwi> | isn't that what cub3s_ is trying to do |
| 2021-05-07 09:26:54 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 268 seconds) |
| 2021-05-07 09:27:13 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-07 09:27:41 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-05-07 09:27:42 | → | mikeplus64 joins (~mike@unaffiliated/mikeplus64) |
| 2021-05-07 09:28:49 | → | ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-05-07 09:28:53 | <cub3s_> | DigitalKiwi, for now i just want to know if "broken=true" means it was only compiled against haskellPackages (haskell.packages.ghc8104) or also the other two compiler versions. |
| 2021-05-07 09:29:26 | <cub3s_> | (i don't really care about the other, non-default, compiler versions) |
| 2021-05-07 09:31:34 | <cub3s_> | in particular, to unbreak a broken haskell package in nixpkgs, is it enough for me to get it to compile on haskellPackages or do i also have to get it compile on the other compiler versions? |
| 2021-05-07 09:31:46 | × | kritzefitz quits (~kritzefit@2003:5b:203b:200::10:49) (Remote host closed the connection) |
| 2021-05-07 09:31:51 | × | nineonine quits (~nineonine@2604:3d08:7783:f200:a9b8:e92a:88db:4a1) (Ping timeout: 260 seconds) |
| 2021-05-07 09:32:11 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
| 2021-05-07 09:32:11 | × | wonko7 quits (~wonko7@62.115.229.50) (Ping timeout: 260 seconds) |
| 2021-05-07 09:32:33 | → | kritzefitz joins (~kritzefit@212.86.56.80) |
| 2021-05-07 09:32:45 | <dminuoso> | cub3s_: ask in #nixos or on discourse. |
| 2021-05-07 09:32:50 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-07 09:32:54 | × | mikeplus64 quits (~mike@unaffiliated/mikeplus64) (Ping timeout: 245 seconds) |
| 2021-05-07 09:34:01 | → | antoniotrkdz joins (2d8b63d4@gateway/web/cgi-irc/kiwiirc.com/ip.45.139.99.212) |
| 2021-05-07 09:34:11 | × | ddellacosta quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2021-05-07 09:34:19 | → | royal_screwup213 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-05-07 09:34:57 | → | wonko7 joins (~wonko7@62.115.229.50) |
| 2021-05-07 09:35:08 | <cub3s_> | dminuoso, thanks i'll do that |
| 2021-05-07 09:35:44 | <antoniotrkdz> | hi. |
| 2021-05-07 09:36:00 | <boxscape> | hey |
| 2021-05-07 09:37:18 | <antoniotrkdz> | I know this could not be related to haskell, but does anybody managed to make the workspaces clickable in the xmonad log applet for Gnome/mate/xfce ? |
| 2021-05-07 09:37:19 | → | zmijunkie1 joins (~Adium@b2b-109-90-32-89.unitymedia.biz) |
| 2021-05-07 09:37:27 | × | pmj quits (~pmj@p4fe156fa.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2021-05-07 09:38:00 | × | zmijunkie quits (~Adium@87.122.209.149) (Ping timeout: 268 seconds) |
| 2021-05-07 09:38:01 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 260 seconds) |
| 2021-05-07 09:38:27 | → | dhil joins (~dhil@195.213.192.4) |
| 2021-05-07 09:39:04 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-07 09:40:25 | <DigitalKiwi> | cub3s_: if you can get it to be not broke on just haskellPackages make a PR and we'll find out lol |
| 2021-05-07 09:40:45 | <dminuoso> | And, to be fair, if you're unbreaking something, you might as well unbreak it for all. |
| 2021-05-07 09:40:48 | → | acidjnk_new2 joins (~acidjnk@p200300d0c72b9546b8782f113d81ff07.dip0.t-ipconnect.de) |
| 2021-05-07 09:40:53 | <dminuoso> | Even if its not needed, Id consider it better style :p |
| 2021-05-07 09:41:27 | → | hypercube joins (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) |
| 2021-05-07 09:44:52 | × | kritzefitz quits (~kritzefit@212.86.56.80) (Remote host closed the connection) |
| 2021-05-07 09:45:39 | × | gzj quits (~gzj@unaffiliated/gzj) (Ping timeout: 265 seconds) |
| 2021-05-07 09:45:40 | → | kritzefitz joins (~kritzefit@212.86.56.80) |
| 2021-05-07 09:45:45 | <DigitalKiwi> | some things are just a pita to fix |
| 2021-05-07 09:45:53 | × | hypercube quits (~hypercube@2603-6011-f901-9e5b-0000-0000-0000-08cf.res6.spectrum.com) (Ping timeout: 250 seconds) |
| 2021-05-07 09:46:21 | × | tempate_ quits (~alpha@84.78.243.220) (Quit: Leaving.) |
All times are in UTC.