We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Racket version 6.3.
I should be able to install fancy-app, as I could before commit 905f31c by @jackfirth.
fancy-app
This can be fixed by adding a version exception to the package server for racket versions 6.3 and below, pointing to commit 5743b26.
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
The text was updated successfully, but these errors were encountered:
I'm not particularly worried about 6.3, since that was released quite a while ago.
Sorry, something went wrong.
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
No branches or pull requests
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 905f31c 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 5743b26.
The versioned package source would be:
Or:
Or this if you want to create a new branch for it:
The text was updated successfully, but these errors were encountered: