fancy-app icon indicating copy to clipboard operation
fancy-app copied to clipboard

Add a version exception for racket versions without scribble/example

Open AlexKnauth opened this issue 7 years ago • 3 comments

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

AlexKnauth avatar Nov 26 '17 04:11 AlexKnauth

I'm not particularly worried about 6.3, since that was released quite a while ago.

samth avatar Nov 27 '17 02:11 samth

It’s the first version with the scope-set macro expander, so it’s what I use to compare weird macros.

AlexKnauth avatar Nov 27 '17 03:11 AlexKnauth

6.3 vs 6.2.1 I mean

AlexKnauth avatar Nov 27 '17 03:11 AlexKnauth