Fork me on GitHub
#nrepl
<
2022-01-06
>
Célio02:01:10

Hi, I’m playing with the sideloader middleware and something curious happened right out of the gate. When I eval’d (ns core (:require [something])) I received a sideloader-lookup message with something__init.class as the name. I was expecting to receive a source file path instead, like something.clj. Is that something I can control, or am I missing something?

Célio23:01:11

Nevermind, when I responded with content = empty string, I noticed the middleware attempts to lookup source file resources.