upgrading to 4.1.0 to 4.2.0 (wanted to turn on conjure#log#wrap
) breaks my <localleader>cf
(always gives "No nREPL port file found")
copying .nrepl-port
to src/dev
when running ,cf
in src/dev/user.clj
fixes it
seems like it's no longer doing this:
`g:conjure#client#clojure#nrepl#connection#port_files`
...
Conjure checks every directory above your current one
...
I can make this a github issue if this is indeed a bugHmm that is most definitely still working fine for me.
What does :cwd show?
i have set autochdir
so it shows src/dev
I've never used that option so maybe it's helping expose a more subtle issue
I'll take a look in ~30 minutes
(technically i'm using au BufEnter * silent! lcd %:p:h
, forget why lol)
This isn't urgent, I can work around it pretty easily for a day or two, so no rush from me
I can repro! 😱 I'm sure it's something simple
Thank you for bringing it to my attention.
(the odd part is that the related code hasn't changed)
git bisect to the rescue?
Quite possibly :thinking_face:
Oh wow, I know what it is.
🤦
I've got two functions called resolve
in my fs
module
Which works similarly, but not the same, which is why it was hidden partially
This should be fixed on develop
If so, I'll get this published in a patch
@adambros (sorry I should've used a thread! Also no rush to test it!)
I have now renamed all of the functions that were waaaay to close in name to much more specific names.
Also thank you so much @orestis for the sponsorship! 😱 ❤️
DM me if you're interested in me posting you a couple of Conjure stickers, I'm building up a list of addresses, I'll make a post office run some day soon-ish
(although I'm away on holiday next week)
@olical can confirm that develop fixed it, thanks for the quick turnaround!
Fixed and released, although I accidentally tagged the wrong commit at first... so... released twice!