Logs: freenode/#haskell
| 2020-09-26 20:39:06 | <sm[m]> | I can understand that.. but if I couldn't get the insight on the python side I would do it, just to (probably) understand what's happening |
| 2020-09-26 20:39:17 | <pie_> | *nod* |
| 2020-09-26 20:39:27 | <sm[m]> | but surely you can introspect and get the parse state from parsy somehow ? |
| 2020-09-26 20:39:47 | × | adam_wespiser quits (~adam_wesp@209.6.42.110) (Ping timeout: 240 seconds) |
| 2020-09-26 20:40:15 | <pie_> | well, idk about the graph of parser computations but the (stream, index) dumping function _has_ been helping |
| 2020-09-26 20:41:33 | <pie_> | havent had much time to work on it since yesterday, now im going to try to figure out what this adhoc human format's offsides-rule is and how to parse it... |
| 2020-09-26 20:41:40 | × | rotty quits (rotty@ghost.xx.vu) (Ping timeout: 256 seconds) |
| 2020-09-26 20:42:33 | <monochrom> | Yeah you do have the extra uphill battle of still trying to decide what rule you want to enforce. |
| 2020-09-26 20:42:43 | → | carter01 joins (47b896d8@pool-71-184-150-216.bstnma.fios.verizon.net) |
| 2020-09-26 20:42:58 | <monochrom> | This is how ECMAScript happened. :) |
| 2020-09-26 20:43:02 | <pie_> | heh |
| 2020-09-26 20:43:27 | <pie_> | honestly i wish id just have a copy of the program that made it or something |
| 2020-09-26 20:44:03 | <monochrom> | Yeah that would help. |
| 2020-09-26 20:44:33 | → | rotty joins (rotty@ghost.xx.vu) |
| 2020-09-26 20:46:10 | × | bitmagie quits (~Thunderbi@200116b8069cc400d57e23bacd856e4d.dip.versatel-1u1.de) (Quit: bitmagie) |
| 2020-09-26 20:46:11 | <carter01> | Has anyone set up haskell language server with Coc here? I just get this error: Launching server "languageserver.haskell" using command haskell-language-server-wrapper failed. |
| 2020-09-26 20:47:05 | × | fluturel quits (~fluturel@82.137.14.51) (Ping timeout: 240 seconds) |
| 2020-09-26 20:47:33 | × | danvet_ quits (~Daniel@2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa) (Ping timeout: 272 seconds) |
| 2020-09-26 20:47:44 | <Uniaika> | carter01: I do |
| 2020-09-26 20:47:49 | <Uniaika> | but I don't get your error |
| 2020-09-26 20:48:04 | <carter01> | sad life |
| 2020-09-26 20:48:11 | <Uniaika> | what does haskell-language-server-wrapper says if you run it in your project's directory? |
| 2020-09-26 20:49:11 | <carter01> | It doesn't say anything. Im using stack and when I run it at the top level it just doesn't do anything. It's only when I open a particular file that it starts up |
| 2020-09-26 20:50:13 | <carter01> | Which makes sense right? I just open things using neovim, so opening a directory structure wouldnt do much with haskell language server |
| 2020-09-26 20:50:45 | × | wroathe quits (~wroathe@c-73-24-27-54.hsd1.mn.comcast.net) (Ping timeout: 240 seconds) |
| 2020-09-26 20:50:47 | <dolio> | haskell-language-server-wrapper is an executable. |
| 2020-09-26 20:50:56 | <dolio> | What happens if you just run it in a terminal? |
| 2020-09-26 20:51:06 | <carter01> | idk one sec |
| 2020-09-26 20:52:16 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2020-09-26 20:52:17 | <Uniaika> | yes sorry, that's what I meant |
| 2020-09-26 20:52:26 | → | adam_wespiser joins (~adam_wesp@209.6.42.110) |
| 2020-09-26 20:54:01 | <carter01> | oh no worries! Im just trying to locate where that wrapper is |
| 2020-09-26 20:54:16 | <dolio> | That might be the problem. :) |
| 2020-09-26 20:54:41 | <dolio> | When I was trying to set things up, it was expected to be in my path. |
| 2020-09-26 20:55:05 | → | sand_dull joins (~theuser@185.217.69.182) |
| 2020-09-26 20:55:31 | <carter01> | yeah I don't have that in my path so that probably is the problem! |
| 2020-09-26 20:55:36 | <carter01> | thank you! |
| 2020-09-26 20:57:18 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 256 seconds) |
| 2020-09-26 20:57:48 | <Uniaika> | carter01: I download it directly from the GH releases |
| 2020-09-26 20:57:59 | <Uniaika> | then rename it to remove the -Linux part |
| 2020-09-26 21:00:01 | × | |Kin| quits (~|Kin|@178.162.212.214) () |
| 2020-09-26 21:02:20 | → | o1lo01ol1o joins (~o1lo01ol1@bl8-213-81.dsl.telepac.pt) |
| 2020-09-26 21:04:23 | <carter01> | I used ghcup to install it I think. But im not sure that added it to my path. I also used that to install ghc, but im not sure that added it to my path either |
| 2020-09-26 21:04:45 | <carter01> | I just need to figure how to correctly add the right files to my path |
| 2020-09-26 21:05:27 | <carter01> | Im also not sure if doing ghcup install hls adds the haskell-language-server or the haskell-language-server-wrapper. So I gotta figure that out lol |
| 2020-09-26 21:06:20 | → | justanotheruser joins (~justanoth@unaffiliated/justanotheruser) |
| 2020-09-26 21:14:17 | × | carter01 quits (47b896d8@pool-71-184-150-216.bstnma.fios.verizon.net) (Remote host closed the connection) |
| 2020-09-26 21:15:31 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2020-09-26 21:16:20 | × | juuandyy quits (~juuandyy@90.166.144.65) (Quit: Konversation terminated!) |
| 2020-09-26 21:18:29 | × | Jeanne-Kamikaze quits (~Jeanne-Ka@static-198-54-131-92.cust.tzulo.com) (Quit: Leaving) |
| 2020-09-26 21:19:57 | → | kaimi1 joins (~kaimi@178.239.168.171) |
| 2020-09-26 21:20:41 | → | Jeanne-Kamikaze joins (~Jeanne-Ka@static-198-54-131-140.cust.tzulo.com) |
| 2020-09-26 21:20:50 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2020-09-26 21:23:27 | <[exa]> | is there some nice idiom that would work like `map` except working specially with first and last element (including the case when first is last) ? |
| 2020-09-26 21:24:32 | koz_ | o O O (mapEnds) |
| 2020-09-26 21:24:37 | × | mmohammadi9812 quits (~mmohammad@188.210.108.97) (Quit: I quit (╯°□°)╯︵ ┻━┻) |
| 2020-09-26 21:24:48 | <MarcelineVQ> | some kinda Palindrome view |
| 2020-09-26 21:26:31 | → | brewmarche joins (~brewmarch@aftr-62-216-202-61.dynamic.mnet-online.de) |
| 2020-09-26 21:26:57 | hackage | haskell-gi 0.24.5 - Generate Haskell bindings for GObject Introspection capable libraries https://hackage.haskell.org/package/haskell-gi-0.24.5 (inaki) |
| 2020-09-26 21:27:11 | × | __monty__ quits (~toonn@unaffiliated/toonn) (Quit: leaving) |
| 2020-09-26 21:29:52 | → | aarvar joins (~foewfoiew@50.35.43.33) |
| 2020-09-26 21:30:45 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2020-09-26 21:30:48 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-09-26 21:31:34 | × | DirefulSalt quits (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt) (Remote host closed the connection) |
| 2020-09-26 21:32:26 | → | DirefulSalt joins (DirefulSal@gateway/vpn/privateinternetaccess/direfulsalt) |
| 2020-09-26 21:32:59 | → | cr3 joins (~cr3@192-222-143-195.qc.cable.ebox.net) |
| 2020-09-26 21:35:18 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 258 seconds) |
| 2020-09-26 21:38:10 | × | mananamenos quits (~mananamen@84.122.202.215.dyn.user.ono.com) (Ping timeout: 256 seconds) |
| 2020-09-26 21:40:38 | × | justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 246 seconds) |
| 2020-09-26 21:41:21 | → | justanotheruser joins (~justanoth@unaffiliated/justanotheruser) |
| 2020-09-26 21:41:22 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-09-26 21:42:47 | × | sand_dull quits (~theuser@185.217.69.182) (Ping timeout: 240 seconds) |
| 2020-09-26 21:44:01 | × | ryansmccoy quits (~ryansmcco@193.37.254.27) (Ping timeout: 264 seconds) |
| 2020-09-26 21:44:49 | → | ryansmccoy joins (~ryansmcco@156.96.151.132) |
| 2020-09-26 21:44:52 | × | falafel_ quits (~falafel@2605:e000:1527:d491:f090:20fe:cddf:2a1a) (Ping timeout: 260 seconds) |
| 2020-09-26 21:45:27 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2020-09-26 21:45:56 | × | snakemasterflex quits (~snakemast@213.100.206.23) (Ping timeout: 272 seconds) |
| 2020-09-26 21:47:42 | × | brewmarche quits (~brewmarch@aftr-62-216-202-61.dynamic.mnet-online.de) (Quit: This computer has gone to sleep) |
| 2020-09-26 21:49:07 | × | isovector1 quits (~isovector@172.103.216.166) (Ping timeout: 240 seconds) |
| 2020-09-26 21:51:02 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-09-26 22:00:12 | × | IceMichael quits (~IceMichae@v43666.php-friends.de) (Quit: ZNC 1.6.6+deb1ubuntu0.2 - http://znc.in) |
| 2020-09-26 22:03:30 | × | Achylles quits (~Achylles@200-161-190-140.dsl.telesp.net.br) (Quit: Leaving) |
| 2020-09-26 22:03:42 | × | gehmehgeh quits (~ircuser1@gateway/tor-sasl/gehmehgeh) (Remote host closed the connection) |
| 2020-09-26 22:04:56 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 272 seconds) |
| 2020-09-26 22:07:24 | → | gehmehgeh joins (~ircuser1@gateway/tor-sasl/gehmehgeh) |
| 2020-09-26 22:09:06 | → | Dolly joins (585fd1fd@ti0203q160-5312.bb.online.no) |
| 2020-09-26 22:09:12 | × | Dolly quits (585fd1fd@ti0203q160-5312.bb.online.no) (Remote host closed the connection) |
| 2020-09-26 22:11:47 | × | Sheilong quits (uid293653@gateway/web/irccloud.com/x-oxndjxbsupaxjafx) (Ping timeout: 246 seconds) |
| 2020-09-26 22:13:23 | → | Sheilong joins (uid293653@gateway/web/irccloud.com/x-ilwvjocsxxlvfkle) |
| 2020-09-26 22:15:14 | × | aplainzetakind quits (~johndoe@captainludd.powered.by.lunarbnc.net) (Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net) |
| 2020-09-26 22:18:57 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2020-09-26 22:19:51 | × | shafox quits (~shafox@106.51.234.111) (Remote host closed the connection) |
| 2020-09-26 22:20:19 | × | o1lo01ol1o quits (~o1lo01ol1@bl8-213-81.dsl.telepac.pt) (Remote host closed the connection) |
| 2020-09-26 22:20:31 | → | aplainzetakind joins (~johndoe@captainludd.powered.by.lunarbnc.net) |
| 2020-09-26 22:20:58 | → | o1lo01ol1o joins (~o1lo01ol1@bl8-213-81.dsl.telepac.pt) |
| 2020-09-26 22:24:13 | × | dhil quits (~dhil@11.29.39.217.dyn.plus.net) (Ping timeout: 264 seconds) |
| 2020-09-26 22:24:27 | × | Orbstheorem quits (~roosember@hellendaal.orbstheorem.ch) (Ping timeout: 272 seconds) |
| 2020-09-26 22:25:07 | × | o1lo01ol1o quits (~o1lo01ol1@bl8-213-81.dsl.telepac.pt) (Ping timeout: 240 seconds) |
| 2020-09-26 22:28:28 | × | fendor quits (~fendor@178.115.129.156.wireless.dyn.drei.com) (Remote host closed the connection) |
| 2020-09-26 22:28:56 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
All times are in UTC.