Fork me on GitHub
#cider
<
2021-06-24
>
waffletower16:06:28

I am getting the following error via list-packages for cider on melpa-stable:

Install package 'cider-1.1.0.1'? y
Contacting host: 
package--with-response-buffer-1: : Not found
The melpa-stable version number mentioned on github is 1.1.1. Not sure if this is related to the issue

waffletower16:06:09

wget 
does succeed so I imagine the issue is the version number given by list-packages

bozhidar19:06:44

Your local package database is outdated - a M-x package-refresh-list should fix this.

waffletower16:06:35

Thanks package-refresh-contents fixed it for me

Joshua Suskalo19:06:42

Is there an issue filed or has there been work to fix the bug with the debugger where shadowed vars used in function position call the var and not the shadowing binding?

bozhidar20:06:44

I don't remember.

Joshua Suskalo21:06:56

I'll take a peek in the issue tracker and submit one if I can reproduce this on the latest cider and there isn't a tracking issue already.

👍 2