--- Log opened Tue Aug 10 00:00:34 2021 04:51 -!- Netsplit *.net <-> *.split quits: pigeons, rjected, achow101 04:58 -!- pigeons [~pigeons@androzani.sysevolve.com] has joined #utreexo 04:58 -!- achow101 [~achow101@user/achow101] has joined #utreexo 05:22 -!- rjected [~rjected@2001:470:69fc:105::949] has joined #utreexo 10:27 -!- FelixWeis [sid154231@id-154231.stonehaven.irccloud.com] has quit [Ping timeout: 258 seconds] 10:35 -!- FelixWeis [sid154231@id-154231.stonehaven.irccloud.com] has joined #utreexo 10:55 < adiabat> just putting it out there again: I hate go.mod & want to get rid of it asap 10:56 < adiabat> it's basically DEFINE but not even in the same file. And not having DEFINE is a really nice thing about go... 10:58 < adiabat> Jump to declaration, change code, recompile... no change. Silently ignores edits... or basically breaks jump to declaration right? 10:59 < adiabat> is there a go.mod aware jump to declaration? I guess it'd have to modify go.mod? 11:16 < adiabat> I still can't figure out how to edit anything in utcutil 11:17 < adiabat> also what does go.sum even do? it makes me download piotrnar/gocoin but nothing anywhere imports that 15:52 < kcalvinalvin> adiabat We're not dependent on utcutil anymore though on master 15:56 < kcalvinalvin> All up-to-date go lsps should support go.mod jump to definition 15:58 < kcalvinalvin> go.sum is just hashes of all previously downloaded packages to mark that you downloaded it from there before 15:58 < kcalvinalvin> You just ignore it 18:24 < adiabat> but why would go.sum have packages nothing uses? 20:01 < kcalvinalvin> It's for everything that was previously used 20:01 < kcalvinalvin> So even if the dependency isn't used anymore (as in, not in the go.mod file), it would exist in the go.sum file 20:08 < kcalvinalvin> adiabat could you merge 303? It's super simple one line change --- Log closed Wed Aug 11 00:00:35 2021