fancy-app
fancy-app copied to clipboard
Add a version exception for racket versions without scribble/example
What version of Racket are you using?
Racket version 6.3.
What should have happened?
I should be able to install fancy-app
, as I could before commit https://github.com/samth/fancy-app/commit/905f31ccdd1ee3f87be0333803b0db23f9db0d13 by @jackfirth.
This can be fixed by adding a version exception to the package server for racket versions 6.3 and below, pointing to commit https://github.com/samth/fancy-app/commit/5743b26557fbd76b39b47bfb4d9720f67abf6434.
The versioned package source would be:
git://github.com/samth/fancy-app#5743b26
Or:
github://github.com/samth/fancy-app/5743b26
Or this if you want to create a new branch for it:
github://github.com/samth/fancy-app/for-version-up-to-6.3
I'm not particularly worried about 6.3, since that was released quite a while ago.
It’s the first version with the scope-set macro expander, so it’s what I use to compare weird macros.
6.3 vs 6.2.1 I mean