nrepl

Célio 2022-01-06T02:41:10.002500Z

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élio 2022-01-06T23:29:11.002600Z

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