Skip to content
New issue

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

Add a version exception for racket versions without scribble/example #6

Open
AlexKnauth opened this issue Nov 26, 2017 · 3 comments
Open

Comments

@AlexKnauth
Copy link
Contributor

AlexKnauth commented Nov 26, 2017

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:

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
@samth
Copy link
Owner

samth commented Nov 27, 2017

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

@AlexKnauth
Copy link
Contributor Author

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

@AlexKnauth
Copy link
Contributor Author

6.3 vs 6.2.1 I mean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants