-
Notifications
You must be signed in to change notification settings - Fork 8
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
save-identikon
violates its own contract
#23
Comments
Ah yup I see the problem. Also realized there's no test for |
@greghendershott went ahead and updated the contract to specify |
@greghendershott I kicked off a package rescan, so:
|
Thanks! |
causes:
From what I can tell from a quick look at the source, this is because
save-identikon
calls functions that returnvoid
. Or, it raises an error.save-identikon
return#t
.main.rkt
and the Scrbibble doc) to say it returnsvoid?
.I think 2 better and almost went ahead and submitted a PR with that. But thought I should ask first.
The text was updated successfully, but these errors were encountered: