2025/11/10

Newest at the top

2025-11-10 19:42:20 +0100nschoe(~nschoe@2a01:e0a:8e:a190:d977:548d:70c4:d88f) nschoe
2025-11-10 19:42:03 +0100nschoe(~nschoe@2a01:e0a:8e:a190:dcbd:e63a:1e59:c9c4) (Quit: ZNC 1.8.2 - https://znc.in)
2025-11-10 19:38:24 +0100ft(~ft@p4fc2aaeb.dip0.t-ipconnect.de) ft
2025-11-10 19:37:03 +0100img(~img@user/img) img
2025-11-10 19:35:45 +0100img(~img@user/img) (Quit: ZNC 1.8.2 - https://znc.in)
2025-11-10 19:34:34 +0100infinity0(~infinity0@pwned.gg) infinity0
2025-11-10 19:33:36 +0100tromp(~textual@2001:1c00:3487:1b00:5862:9c78:2f27:3ade)
2025-11-10 19:32:18 +0100tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net)
2025-11-10 19:30:42 +0100Googulator(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu)
2025-11-10 19:30:35 +0100Googulator(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu) (Quit: Client closed)
2025-11-10 19:24:00 +0100Googulator24Googulator
2025-11-10 19:20:49 +0100Googulator16(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu) (Quit: Client closed)
2025-11-10 19:20:49 +0100Googulator24(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu)
2025-11-10 19:18:28 +0100peterbecich(~Thunderbi@172.222.148.214) peterbecich
2025-11-10 19:13:43 +0100infinity0(~infinity0@pwned.gg) (Ping timeout: 250 seconds)
2025-11-10 19:10:56 +0100edwtjo(~edwtjo@fsf/member/edwtjo) (Ping timeout: 240 seconds)
2025-11-10 19:00:42 +0100Googulator16(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu)
2025-11-10 19:00:40 +0100Googulator(~Googulato@80-95-87-101.pool.digikabel.hu) (Quit: Client closed)
2025-11-10 18:58:37 +0100sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2025-11-10 18:49:19 +0100Googulator(~Googulato@80-95-87-101.pool.digikabel.hu)
2025-11-10 18:49:08 +0100tromp(~textual@2001:1c00:3487:1b00:5862:9c78:2f27:3ade) (Quit: My iMac has gone to sleep. ZZZzzz…)
2025-11-10 18:49:00 +0100Googulator(~Googulato@2a01-036d-0106-0180-8127-ba79-55a7-6f29.pool6.digikabel.hu) (Quit: Client closed)
2025-11-10 18:47:36 +0100 <tomsmeding> oh I see
2025-11-10 18:47:05 +0100 <haskellbridge> <Morj> Which an identifier can't start with so \w would still work... Whatever
2025-11-10 18:46:46 +0100 <haskellbridge> <Morj> It doesn't match operator symbols, but it matches "'"
2025-11-10 18:46:17 +0100 <tomsmeding> seems identical to \w
2025-11-10 18:46:07 +0100 <tomsmeding> at least in haskell for me
2025-11-10 18:45:50 +0100 <tomsmeding> oh it matches essentially everything
2025-11-10 18:45:29 +0100 <tomsmeding> right I found that
2025-11-10 18:45:26 +0100 <haskellbridge> <Morj> Like a smarter \w
2025-11-10 18:45:15 +0100 <haskellbridge> <Morj> :help /\k - a keyword character
2025-11-10 18:44:46 +0100 <tomsmeding> \k?
2025-11-10 18:44:24 +0100 <tomsmeding> but yeah it sounds like it should be perfectly fine to support that
2025-11-10 18:44:19 +0100 <haskellbridge> <Morj> V/^\k<CR>:s
2025-11-10 18:43:57 +0100 <tomsmeding> V}}}:s
2025-11-10 18:43:47 +0100 <haskellbridge> <Morj> I have empty lines in my functions ;-) But true
2025-11-10 18:42:40 +0100 <tomsmeding> (if we're in vim lingo anyway)
2025-11-10 18:42:38 +0100trickard_trickard
2025-11-10 18:42:21 +0100 <tomsmeding> tbh V}:s
2025-11-10 18:41:59 +0100 <tomsmeding> https://github.com/haskell/haskell-language-server/blob/39519d60f868b618ca5c2f07c97a60ddd0e6c2af/p…
2025-11-10 18:41:46 +0100 <haskellbridge> <Morj> That's a silly restriction
2025-11-10 18:41:39 +0100 <haskellbridge> <Morj> Ohh right. Without an export list I can't even rename local bindings like function arguments
2025-11-10 18:41:35 +0100 <geekosaur> it's also possible that multi-component rename is on a WIP branch somewhere, since multi-component support is still fairly new
2025-11-10 18:40:59 +0100 <geekosaur> keep in mind that that might have been true for older HLS versions; it is under active development
2025-11-10 18:40:50 +0100 <tomsmeding> yes, a module without an export list exports everything so HLS categorically rejects renaming anything in such a module
2025-11-10 18:40:26 +0100 <haskellbridge> <Morj> You're right, I get the same error. Am I getting mandela syndrome right now. I was very sure there was some limitation on modules without export lists
2025-11-10 18:38:42 +0100 <tomsmeding> Morj: a within-module rename can still be more powerful than :s if the name is a normal english word that also appears in comments
2025-11-10 18:37:52 +0100Googulator2Googulator
2025-11-10 18:37:50 +0100 <tomsmeding> yeah checked the HLS source and this is explicitly unsupported
2025-11-10 18:37:17 +0100 <tomsmeding> I haven't used that kind of IDE for a language like Java, but I think there this behaviour is considered standard