inf-clojure

2021-07-26T16:36:22.011300Z

Anyone ever use inf-clojure with remote socket repls? Things mostly just work but it would be cool if load-file worked with files accessed with tramp. Thinking about attempting to get that working, or is there a better way or reason not to that I'm missing?

dpsutton 2021-07-26T16:39:11.011500Z

i use it 100% now

dpsutton 2021-07-26T16:39:27.011800Z

oh remote socket repls. not yet. but i am anticipating a switch to that

dpsutton 2021-07-26T16:39:53.012100Z

what about load file fails?

2021-07-26T16:44:14.013500Z

Will run things now so I get the exact error again but I believe it was sending the filepath including the protocol(?) when load file was used on a tramp file. So it would try to load, ie, ssh:user:/my/path

dpsutton 2021-07-26T16:47:34.014300Z

oh i see. If you could create a repo with instructions i can take a look. I'm not familiar with tramp (yet) so if you could include the instructions of how to recreate the workflow i can work on that this week

2021-07-26T16:49:04.014900Z

Awesome thanks! I'll try to get a repo up by tomorrow at the latest

🎉 1