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

Change else in match to _ #3361

Merged
merged 1 commit into from
Aug 25, 2020
Merged

Change else in match to _ #3361

merged 1 commit into from
Aug 25, 2020

Conversation

sorawee
Copy link
Collaborator

@sorawee sorawee commented Aug 22, 2020

This fixes at least one "potential" bug in the file
collects/pkg/private/create.rkt, where else in the
cond is bound to else from match instead of racket/base.
(though it turns out that the format will always be
truthy, making the program happen to be correct.)

This fixes at least one "potential" bug in the file
`collects/pkg/private/create.rkt`, where `else` in the
`cond` is bound to `else` from `match` instead of `racket/base`.
(though it turns out that the format will always be
truthy, making the program happen to be correct.)
@mflatt mflatt merged commit 66547f3 into racket:master Aug 25, 2020
@sorawee sorawee deleted the fix-else branch August 25, 2020 17:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants