Logs: freenode/#haskell
| 2020-09-18 14:49:50 | → | Tomurb joins (~tom@92-17.net.optinet.cz) |
| 2020-09-18 14:50:04 | × | knupfer quits (~Thunderbi@i5E86B44C.versanet.de) (Read error: Connection reset by peer) |
| 2020-09-18 14:50:13 | → | knupfer joins (~Thunderbi@i5E86B44C.versanet.de) |
| 2020-09-18 14:50:36 | <maerwald> | But I would like a release candidate workflow that's powered by testing reverse dependencies |
| 2020-09-18 14:50:49 | <maerwald> | at least for a set of core packages, maybe |
| 2020-09-18 14:51:24 | <maerwald> | Anything outside hackage can go f...find someone else to fix :) |
| 2020-09-18 14:52:01 | × | da39a3ee5e6b4b0d quits (~textual@mx-ll-171.5.162-140.dynamic.3bb.co.th) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-09-18 14:52:02 | × | bahamas quits (~lucian@unaffiliated/bahamas) (Ping timeout: 272 seconds) |
| 2020-09-18 14:52:26 | × | hvr_ quits (~hvr@haskell/developer/hvr) (Remote host closed the connection) |
| 2020-09-18 14:52:36 | → | hvr joins (~hvr@haskell/developer/hvr) |
| 2020-09-18 14:55:08 | → | gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) |
| 2020-09-18 14:56:12 | <sm[m]> | chreekat: It's easy to repl multiple components at once, there's a recent reddit thread on it |
| 2020-09-18 14:56:59 | × | mariatsji quits (~mariatsji@2a01:79d:53aa:c66c:fcb4:8a4:b249:c1d3) (Ping timeout: 272 seconds) |
| 2020-09-18 14:58:36 | <maerwald> | merijn: an alternative approach is https://dependabot.com/rust/ |
| 2020-09-18 14:59:18 | <maerwald> | the lack of such tools might be due to the complexity of Cabal |
| 2020-09-18 14:59:22 | <maerwald> | I am not sure |
| 2020-09-18 14:59:41 | × | gestone quits (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) (Ping timeout: 260 seconds) |
| 2020-09-18 15:00:01 | × | thrig1 quits (~thrig@178.239.168.171) () |
| 2020-09-18 15:00:18 | → | Saukk joins (~Saukk@2001:998:dc:4a36:4958:23a2:c14c:3a2f) |
| 2020-09-18 15:00:38 | <yushyin> | looks cool. |
| 2020-09-18 15:01:43 | <sm[m]> | chreekat: .... https://www.reddit.com/r/haskell/comments/it7ohv/developing_multiple_local_packages_at_once_in_repl/ |
| 2020-09-18 15:01:58 | → | nan` joins (~nan`@unaffiliated/nan/x-5405850) |
| 2020-09-18 15:02:06 | <exarkun> | Anyone want to help with this type error, it's rather beyond me. It comes while trying to upgrade the servant-prometheus Servant dependency to 0.16 - https://gist.github.com/exarkun/ed204d9286cf11c807f14d7b1e2252f1 I assume it has something to do with (at least) https://github.com/PrivateStorageio/servant-prometheus/blob/update-lts/lib/Servant/Prometheus.hs#L129-L150 |
| 2020-09-18 15:02:11 | ← | Tomurb parts (~tom@92-17.net.optinet.cz) () |
| 2020-09-18 15:02:18 | → | jneira[m] joins (~jneira@38.red-193-152-116.dynamicip.rima-tde.net) |
| 2020-09-18 15:02:49 | <merijn> | sm[m]: Eh, it's not, unless you run a HEAD version of GHC >.> |
| 2020-09-18 15:03:02 | → | josh joins (~josh@c-67-164-104-206.hsd1.ca.comcast.net) |
| 2020-09-18 15:07:00 | → | mariatsji joins (~mariatsji@2a01:79d:53aa:c66c:fcb4:8a4:b249:c1d3) |
| 2020-09-18 15:07:02 | <siraben> | > zipWith ($) (cycle [toLower, toUpper]) "hello everyone i love haskell" |
| 2020-09-18 15:07:04 | <lambdabot> | "hElLo eVeRyOnE I LoVe hAsKeLl" |
| 2020-09-18 15:07:05 | × | josh quits (~josh@c-67-164-104-206.hsd1.ca.comcast.net) (Ping timeout: 240 seconds) |
| 2020-09-18 15:07:14 | × | nan` quits (~nan`@unaffiliated/nan/x-5405850) (Ping timeout: 272 seconds) |
| 2020-09-18 15:07:44 | → | josh joins (~josh@c-67-164-104-206.hsd1.ca.comcast.net) |
| 2020-09-18 15:08:14 | <chreekat[m]> | sm: I'm curious which of those options was "easy": the one that uses brand new unmerged gsoc contributions, or the one that requires adding on build tools and using them to create custom scripts that probably still don't do what I want, anyway :) But it does look like people are working on it, yay! |
| 2020-09-18 15:08:40 | <merijn> | chreekat[m]: Yeah, lack of multi-components support was what held back a lot of IDE like stuff too |
| 2020-09-18 15:09:07 | <merijn> | chreekat[m]: So this will improve multi-component support in ghcide and hls too \o/ |
| 2020-09-18 15:10:14 | → | carlomagno joins (~cararell@inet-hqmc02-o.oracle.com) |
| 2020-09-18 15:10:15 | <sm[m]> | chreekat: what I posted is relatively easy, if you need it I think it's a valuable tip |
| 2020-09-18 15:10:18 | → | kuribas joins (~user@ptr-25vy0i7afx4f12rz1gu.18120a2.ip6.access.telenet.be) |
| 2020-09-18 15:10:43 | → | josh_ joins (~josh@c-67-164-104-206.hsd1.ca.comcast.net) |
| 2020-09-18 15:10:58 | hackage | persistent-qq 2.9.2 - Provides a quasi-quoter for raw SQL for persistent https://hackage.haskell.org/package/persistent-qq-2.9.2 (parsonsmatt) |
| 2020-09-18 15:11:44 | → | __Joker_ joins (~Joker@180.151.105.74) |
| 2020-09-18 15:12:39 | × | josh quits (~josh@c-67-164-104-206.hsd1.ca.comcast.net) (Ping timeout: 260 seconds) |
| 2020-09-18 15:13:08 | <sm[m]> | "to ghci/ghcid your whole multicomponent project at once, add -iDIR options to the repl command" |
| 2020-09-18 15:13:38 | <siraben> | Is ekmett online? |
| 2020-09-18 15:13:51 | <dolio> | His handle is edwardk. |
| 2020-09-18 15:14:40 | <dolio> | Logged in here doesn't necessarily mean paying attention, though. |
| 2020-09-18 15:15:05 | × | josh_ quits (~josh@c-67-164-104-206.hsd1.ca.comcast.net) (Ping timeout: 260 seconds) |
| 2020-09-18 15:15:28 | × | __Joker quits (~Joker@180.151.105.86) (Ping timeout: 272 seconds) |
| 2020-09-18 15:16:03 | → | gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) |
| 2020-09-18 15:16:19 | → | albert_99 joins (~Albert@p200300e5ff0b5b057dc34973aae63fe0.dip0.t-ipconnect.de) |
| 2020-09-18 15:16:49 | → | dansho joins (~dansho@ip68-108-167-185.lv.lv.cox.net) |
| 2020-09-18 15:17:15 | → | ransom joins (~c4264035@c-73-243-2-10.hsd1.co.comcast.net) |
| 2020-09-18 15:20:01 | → | alp joins (~alp@2a01:e0a:58b:4920:d572:ade1:b016:d871) |
| 2020-09-18 15:20:37 | × | rihards quits (~rihards@balticom-142-78-50.balticom.lv) (Quit: rihards) |
| 2020-09-18 15:20:41 | × | gestone quits (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) (Ping timeout: 260 seconds) |
| 2020-09-18 15:20:41 | × | __Joker_ quits (~Joker@180.151.105.74) (Ping timeout: 260 seconds) |
| 2020-09-18 15:21:06 | <maerwald> | cabal test seems to hide test steps, even when I say --jobs=1 |
| 2020-09-18 15:21:08 | → | heatsink joins (~heatsink@2600:1700:bef1:5e10:b0dc:6c54:247b:ece) |
| 2020-09-18 15:21:21 | → | __Joker joins (~Joker@180.151.105.74) |
| 2020-09-18 15:21:23 | → | ahmr88 joins (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net) |
| 2020-09-18 15:22:05 | × | justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 244 seconds) |
| 2020-09-18 15:22:33 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2020-09-18 15:25:49 | × | ahmr88 quits (~ahmr88@cpc85006-haye22-2-0-cust131.17-4.cable.virginm.net) (Ping timeout: 260 seconds) |
| 2020-09-18 15:26:51 | → | vicfred joins (~vicfred@unaffiliated/vicfred) |
| 2020-09-18 15:27:04 | justache | is now known as fotato |
| 2020-09-18 15:27:10 | fotato | is now known as justache |
| 2020-09-18 15:27:30 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Ping timeout: 272 seconds) |
| 2020-09-18 15:28:09 | <hekkaidekapus> | maerwald: Experiment: `cabal -vnormal+nowrap test` |
| 2020-09-18 15:29:12 | <maerwald> | nope, it's still just showing "Running 1 test suites" and then doesn't show anything until it errors or finishes and I can open the logs |
| 2020-09-18 15:30:20 | <hekkaidekapus> | Steps are better served with `cabal run` |
| 2020-09-18 15:31:21 | × | Saukk quits (~Saukk@2001:998:dc:4a36:4958:23a2:c14c:3a2f) (Remote host closed the connection) |
| 2020-09-18 15:31:54 | → | jumper149 joins (~jumper149@ip185225.wh.uni-hannover.de) |
| 2020-09-18 15:32:42 | × | heatsink quits (~heatsink@2600:1700:bef1:5e10:b0dc:6c54:247b:ece) (Remote host closed the connection) |
| 2020-09-18 15:33:12 | × | dftxbs3e quits (~dftxbs3e@unaffiliated/dftxbs3e) (Remote host closed the connection) |
| 2020-09-18 15:33:12 | × | proofofkeags quits (~proofofke@174-29-30-112.hlrn.qwest.net) (Ping timeout: 272 seconds) |
| 2020-09-18 15:33:16 | × | acidjnk_new3 quits (~acidjnk@p200300d0c73658736c60527e87d72a12.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
| 2020-09-18 15:33:21 | <merijn> | maerwald: Which test-suite? |
| 2020-09-18 15:33:29 | <merijn> | maerwald: tasty? |
| 2020-09-18 15:33:45 | <maerwald> | hspec |
| 2020-09-18 15:34:12 | → | zacts joins (~zacts@dragora/developer/zacts) |
| 2020-09-18 15:34:18 | <merijn> | So, tasty checks if it's talking to a terminal at least, so that doesn't always work with cabal's piping |
| 2020-09-18 15:34:31 | <merijn> | maerwald: Does it work if you use "cabal run" to run the test? |
| 2020-09-18 15:34:36 | <maerwald> | kinda |
| 2020-09-18 15:35:04 | <merijn> | then probably hspec is detecting a pipe and messing with buffering/output when it does? |
| 2020-09-18 15:36:53 | → | gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) |
| 2020-09-18 15:37:44 | → | is_null joins (~jpic@pdpc/supporter/professional/is-null) |
| 2020-09-18 15:38:58 | → | gmt joins (~gmt@pool-71-105-108-44.nycmny.fios.verizon.net) |
| 2020-09-18 15:38:58 | × | albert_99 quits (~Albert@p200300e5ff0b5b057dc34973aae63fe0.dip0.t-ipconnect.de) (Quit: WeeChat 2.9) |
| 2020-09-18 15:42:04 | × | gestone quits (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) (Ping timeout: 272 seconds) |
| 2020-09-18 15:43:34 | × | gmt quits (~gmt@pool-71-105-108-44.nycmny.fios.verizon.net) (Ping timeout: 260 seconds) |
| 2020-09-18 15:45:18 | → | gestone joins (~gestone@c-73-97-137-216.hsd1.wa.comcast.net) |
| 2020-09-18 15:47:45 | × | kenran quits (~maier@b2b-37-24-119-190.unitymedia.biz) (Ping timeout: 240 seconds) |
| 2020-09-18 15:48:04 | × | tsrt^ quits (tsrt@ip98-184-89-2.mc.at.cox.net) (Ping timeout: 258 seconds) |
| 2020-09-18 15:48:46 | → | tsrt^ joins (~hph@ip98-184-89-2.mc.at.cox.net) |
| 2020-09-18 15:50:37 | → | lateef joins (~lateef@cpe-174-109-67-227.nc.res.rr.com) |
| 2020-09-18 15:53:19 | × | fizzgig quits (~fizzgig@cpc87195-aztw31-2-0-cust117.18-1.cable.virginm.net) (Quit: Leaving) |
| 2020-09-18 15:53:42 | × | Sanchayan quits (~Sanchayan@106.200.239.146) (Quit: leaving) |
| 2020-09-18 15:54:28 | <tomsmeding> | any hints for how to build aeson on a machine with 1 GB of RAM? :p |
| 2020-09-18 15:54:58 | → | SLot joins (~SLot@89.47.234.28) |
All times are in UTC.