Logs: freenode/#haskell
| 2021-03-05 21:03:53 | <ADG1089__> | tomsmeding: The Vector thing actually made it more worse |
| 2021-03-05 21:04:26 | <tomsmeding> | ADG1089__: what's the resulting code? |
| 2021-03-05 21:04:34 | × | mikoto-chan quits (~anass@gateway/tor-sasl/mikoto-chan) (Quit: mikoto-chan) |
| 2021-03-05 21:05:45 | × | hiroaki_ quits (~hiroaki@2a02:8108:8c40:2bb8:303:be6a:2a48:3133) (Ping timeout: 246 seconds) |
| 2021-03-05 21:08:26 | × | chenshen quits (~chenshen@2620:10d:c090:400::5:58cb) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
| 2021-03-05 21:09:39 | × | ixlun quits (~user@213.205.241.12) (Ping timeout: 260 seconds) |
| 2021-03-05 21:09:54 | × | agander quits (~agander@193.46.28.55) (Remote host closed the connection) |
| 2021-03-05 21:10:33 | × | tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection) |
| 2021-03-05 21:12:06 | → | geowiesnot_bis joins (~user@87-89-181-157.abo.bbox.fr) |
| 2021-03-05 21:13:32 | → | knupfer joins (~Thunderbi@200116b82c486300d04365fffe8e0efb.dip.versatel-1u1.de) |
| 2021-03-05 21:13:48 | × | ukari quits (~ukari@unaffiliated/ukari) (Remote host closed the connection) |
| 2021-03-05 21:14:25 | × | knupfer quits (~Thunderbi@200116b82c486300d04365fffe8e0efb.dip.versatel-1u1.de) (Remote host closed the connection) |
| 2021-03-05 21:14:26 | → | ransom joins (~c4264035@97.118.87.0) |
| 2021-03-05 21:14:31 | <ADG1089__> | tomsmeding: https://paste.tomsmeding.com/wYscnaVA |
| 2021-03-05 21:15:00 | → | Wezl joins (~u0_a61@2601:14b:4400:8850:20c6:4fff:fe76:8f44) |
| 2021-03-05 21:15:02 | × | bitmapper quits (uid464869@gateway/web/irccloud.com/x-anorpmpasvncoxvb) (Quit: Connection closed for inactivity) |
| 2021-03-05 21:15:02 | → | ukari joins (~ukari@unaffiliated/ukari) |
| 2021-03-05 21:16:01 | <ADG1089__> | ./bin/Problem516 1.37s user 0.03s system 100% cpu 1.397 total |
| 2021-03-05 21:16:38 | <ADG1089__> | with Data.Map.Strict it's ./bin/Problem516 0.96s user 0.01s system 99% cpu 0.976 total |
| 2021-03-05 21:17:28 | × | conal quits (~conal@64.71.133.70) (Quit: Computer has gone to sleep.) |
| 2021-03-05 21:17:37 | → | ozataman joins (~ozataman@pool-100-37-221-69.phlapa.fios.verizon.net) |
| 2021-03-05 21:18:03 | → | hiroaki_ joins (~hiroaki@2a02:8108:8c40:2bb8:329:3cb3:710a:cc61) |
| 2021-03-05 21:20:18 | → | bitmapper joins (uid464869@gateway/web/irccloud.com/x-nvhxtqplyxeozrfs) |
| 2021-03-05 21:21:12 | <tomsmeding> | ADG1089__: what if you give floorKeysVal an additional argument, the "default zero result", which you return instead of 0 in the 'lo > hi' case? |
| 2021-03-05 21:21:42 | <tomsmeding> | you pass 0 to that argument in the call in 'go', and you pass midVal to that argument in the recursive call in floorKeysVal |
| 2021-03-05 21:21:50 | → | conal joins (~conal@64.71.133.70) |
| 2021-03-05 21:21:51 | ← | jakalx parts (~jakalx@base.jakalx.net) ("Error from remote client") |
| 2021-03-05 21:21:57 | <tomsmeding> | that should make floorKeysVal tail-recursive, which should help (don't know how much) |
| 2021-03-05 21:22:21 | <tomsmeding> | (right now it's not because the conditional 'if rightval == 0' still needs to run after the recursive call completes) |
| 2021-03-05 21:23:54 | × | rj quits (~x@gateway/tor-sasl/rj) (Ping timeout: 268 seconds) |
| 2021-03-05 21:24:03 | → | chenshen joins (~chenshen@2620:10d:c090:400::5:58cb) |
| 2021-03-05 21:24:41 | <Wezl> | I found the file with hardcoded /tmp was hugsdir/libraries/tools/make_buildsomething and edited it, here goes... |
| 2021-03-05 21:25:27 | <tomsmeding> | Wezl: Godspeed! |
| 2021-03-05 21:25:50 | <Wezl> | something was erroring in there, it might not be that simple... |
| 2021-03-05 21:26:06 | → | tromp joins (~tromp@dhcp-077-249-230-040.chello.nl) |
| 2021-03-05 21:26:40 | → | matryoshka` joins (~matryoshk@2606:6080:1002:8:3285:30e:de43:8809) |
| 2021-03-05 21:26:43 | × | matryoshka quits (~matryoshk@2606:6080:1002:8:3285:30e:de43:8809) (Read error: Connection reset by peer) |
| 2021-03-05 21:26:56 | <ADG1089__> | tomsmeding: ./bin/Problem516 1.37s user 0.02s system 99% cpu 1.387 total . nvm I'll try to find some other way myself too. |
| 2021-03-05 21:27:02 | <ADG1089__> | thanks for the help tho |
| 2021-03-05 21:27:27 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-03-05 21:27:27 | → | jakalx joins (~jakalx@base.jakalx.net) |
| 2021-03-05 21:27:36 | <tomsmeding> | ADG1089__: lol bummer maybe ghc figured that out automatically already |
| 2021-03-05 21:28:47 | <tomsmeding> | ADG1089__: random idea: Data.HashMap.Strict from unordered-containeres or Data.IntMap.Strict from containers |
| 2021-03-05 21:28:55 | <tomsmeding> | *unordered-containers |
| 2021-03-05 21:29:23 | <tomsmeding> | (oh the hashmap will obviously not work on a lookupLE, ignore that one) |
| 2021-03-05 21:30:34 | × | carlomagno quits (~cararell@148.87.23.13) (Remote host closed the connection) |
| 2021-03-05 21:32:28 | <Wezl> | looks like my errors were unrelated from what I did, here goes again... |
| 2021-03-05 21:33:35 | <ADG1089__> | is -fllvm aleays helpful? |
| 2021-03-05 21:33:56 | <sclv> | no |
| 2021-03-05 21:34:00 | <sclv> | depends on the code |
| 2021-03-05 21:35:21 | <Wezl> | there's an astonishing amount of errors from the cpp on haskell code |
| 2021-03-05 21:36:17 | → | vicfred joins (vicfred@gateway/vpn/mullvad/vicfred) |
| 2021-03-05 21:36:20 | × | Deide quits (~Deide@217.155.19.23) (Read error: Connection reset by peer) |
| 2021-03-05 21:37:09 | → | Deide joins (~Deide@217.155.19.23) |
| 2021-03-05 21:39:50 | × | Pickchea quits (~private@unaffiliated/pickchea) (Quit: Leaving) |
| 2021-03-05 21:40:34 | × | ransom quits (~c4264035@97.118.87.0) (Quit: Textual IRC Client: www.textualapp.com) |
| 2021-03-05 21:41:02 | × | tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection) |
| 2021-03-05 21:44:18 | → | carlomagno joins (~cararell@148.87.23.13) |
| 2021-03-05 21:46:17 | × | _ashbreeze_ quits (~mark@64.85.214.234.reverse.socket.net) (Ping timeout: 265 seconds) |
| 2021-03-05 21:47:32 | × | geekosaur quits (82650c7a@130.101.12.122) (Quit: Connection closed) |
| 2021-03-05 21:50:48 | × | chenshen quits (~chenshen@2620:10d:c090:400::5:58cb) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
| 2021-03-05 21:52:37 | → | _ashbreeze_ joins (~mark@64.85.214.234.reverse.socket.net) |
| 2021-03-05 21:55:13 | → | son0p joins (~son0p@181.136.122.143) |
| 2021-03-05 21:55:21 | × | rj quits (~x@gateway/tor-sasl/rj) (Ping timeout: 268 seconds) |
| 2021-03-05 21:57:14 | → | tromp joins (~tromp@dhcp-077-249-230-040.chello.nl) |
| 2021-03-05 21:57:39 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-03-05 21:58:53 | → | gitgoood joins (~gitgood@82-132-219-92.dab.02.net) |
| 2021-03-05 21:58:59 | × | tromp quits (~tromp@dhcp-077-249-230-040.chello.nl) (Remote host closed the connection) |
| 2021-03-05 21:59:14 | → | tromp joins (~tromp@dhcp-077-249-230-040.chello.nl) |
| 2021-03-05 22:01:42 | × | gitgood quits (~gitgood@82-132-218-124.dab.02.net) (Read error: Connection reset by peer) |
| 2021-03-05 22:03:34 | → | malumore joins (~malumore@151.62.119.233) |
| 2021-03-05 22:05:11 | × | Varis quits (~Tadas@unaffiliated/varis) (Remote host closed the connection) |
| 2021-03-05 22:06:36 | × | nbloomf quits (~nbloomf@2600:1700:ad14:3020:952:f273:f81f:c354) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-03-05 22:07:28 | → | f-a joins (~f-a@151.34.134.235) |
| 2021-03-05 22:08:35 | → | Rudd0 joins (~Rudd0@185.189.115.103) |
| 2021-03-05 22:09:32 | <f-a> | I am getting this «could not resolve dependencies» error while `cabal install`ing a package http://paste.debian.net/hidden/cd2a222a/ but when I `cabal get` and then `cabal build` it everything is ok |
| 2021-03-05 22:09:36 | <f-a> | what is happening? |
| 2021-03-05 22:10:04 | <f-a> | I see his selecting/rejecting ghcs but I do not understand why |
| 2021-03-05 22:10:17 | <f-a> | s/his/caba is |
| 2021-03-05 22:10:28 | × | curiousgay quits (~gay@178.217.208.8) (Ping timeout: 276 seconds) |
| 2021-03-05 22:10:49 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2021-03-05 22:11:05 | <f-a> | ghc 8.8.3, cabal-install 3.0.0.0 |
| 2021-03-05 22:12:35 | × | andrybak quits (~andrybak@2001:a61:245b:4401:6893:7a82:3e23:36db) (Ping timeout: 258 seconds) |
| 2021-03-05 22:13:23 | × | son0p quits (~son0p@181.136.122.143) (Ping timeout: 245 seconds) |
| 2021-03-05 22:15:19 | → | son0p joins (~son0p@181.136.122.143) |
| 2021-03-05 22:16:37 | × | Lord_of_Life quits (~Lord@unaffiliated/lord-of-life/x-0885362) (Quit: Laa shay'a waqi'un moutlaq bale kouloun moumkine) |
| 2021-03-05 22:16:53 | × | _noblegas quits (uid91066@gateway/web/irccloud.com/x-jycqcvdxtuypsqup) (Quit: Connection closed for inactivity) |
| 2021-03-05 22:17:01 | → | Lord_of_Life joins (~Lord@unaffiliated/lord-of-life/x-0885362) |
| 2021-03-05 22:20:36 | × | cole-h quits (~cole-h@c-73-48-197-220.hsd1.ca.comcast.net) (Ping timeout: 265 seconds) |
| 2021-03-05 22:21:25 | × | ADG1089__ quits (~aditya@171.79.107.148) (Remote host closed the connection) |
| 2021-03-05 22:22:17 | → | ADG1089_ joins (~adg1089@171.76.153.167) |
| 2021-03-05 22:22:17 | × | ADG1089_ quits (~adg1089@171.76.153.167) (Read error: Connection reset by peer) |
| 2021-03-05 22:22:36 | → | ADG1089_ joins (~adg1089@171.79.107.148) |
| 2021-03-05 22:24:15 | × | danso quits (~dan@2001:1970:52e7:d000:96b8:6dff:feb3:c009) (Ping timeout: 240 seconds) |
| 2021-03-05 22:24:43 | → | andrybak joins (~andrybak@2001:a61:245b:4401:6893:7a82:3e23:36db) |
| 2021-03-05 22:24:53 | × | mnrmnaugh quits (~mnrmnaugh@unaffiliated/mnrmnaugh) (Read error: Connection reset by peer) |
| 2021-03-05 22:26:15 | × | matryoshka` quits (~matryoshk@2606:6080:1002:8:3285:30e:de43:8809) (Ping timeout: 240 seconds) |
| 2021-03-05 22:27:25 | × | conal quits (~conal@64.71.133.70) (Quit: Computer has gone to sleep.) |
| 2021-03-05 22:28:40 | × | Gurkenglas quits (~Gurkengla@unaffiliated/gurkenglas) (Ping timeout: 276 seconds) |
| 2021-03-05 22:30:13 | → | danso joins (~dan@2001:1970:52e7:d000:96b8:6dff:feb3:c009) |
All times are in UTC.