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

Repair errors uncovered by racket/typed-racket#1367. #129

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

samth
Copy link
Member

@samth samth commented Mar 29, 2024

Some arguments were not type checked correctly, meaning some type
errors slipped through.

The most significant change is that the jitter parameters become
Nonnegative-Real, which is backwards-incompatible. Other choices
there are possible, but this is the simplest.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resyntax analyzed 0 files in this pull request and found no issues.

@samth samth requested a review from alex-hhh March 29, 2024 17:09
plot-lib/plot/private/plot3d/point.rkt Outdated Show resolved Hide resolved
Some arguments were not type checked correctly, meaning some type
errors slipped through.

The most significant change is that the jitter parameters become
`Nonnegative-Real`, which is backwards-incompatible. Other choices
there are possible, but this is the simplest.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resyntax analyzed 0 files in this pull request and found no issues.

@samth samth merged commit a14222e into racket:master Apr 1, 2024
5 checks passed
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.

2 participants