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

the definition of Bitmap% conflicts with typed/racket/draw #1

Open
yjqww6 opened this issue Dec 1, 2015 · 0 comments
Open

the definition of Bitmap% conflicts with typed/racket/draw #1

yjqww6 opened this issue Dec 1, 2015 · 0 comments

Comments

@yjqww6
Copy link

yjqww6 commented Dec 1, 2015

(bitmap->flomap (make-object bitmap% 1 1))
. Type Checker: type mismatch;
wrong type for method `get-argb-pixels'
expected: (->* (Integer Integer Integer Integer Bytes) (Boolean Boolean #:unscaled? Boolean) Void)
given: (->* (Real Real Nonnegative-Integer Nonnegative-Integer Bytes) (Any Any #:unscaled? Any) Void) in: (make-object bitmap% 1 1)

samth added a commit to samth/images that referenced this issue Dec 2, 2015
samth added a commit to samth/images that referenced this issue Dec 2, 2015
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 a pull request may close this issue.

1 participant