I am getting the following error via list-packages for cider on melpa-stable:
Install package 'cider-1.1.0.1'? y
Contacting host: <http://stable.melpa.org:443|stable.melpa.org:443>
package--with-response-buffer-1: <https://stable.melpa.org/packages/cider-1.1.0.1.tar>: Not found
The melpa-stable version number mentioned on github is 1.1.1
. Not sure if this is related to the issuewget <https://stable.melpa.org/packages/cider-1.1.1.tar>
does succeed so I imagine the issue is the version number given by list-packages
Your local package database is outdated - a M-x package-refresh-list
should fix this.
Thanks package-refresh-contents
fixed it for me
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?
I don't remember.
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.