-
Notifications
You must be signed in to change notification settings - Fork 111
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
Issue with the array type #1728
Comments
@jpolitz this one's weird -- I think this has to do with the fact that |
Ugh, @sorawee do you mind sharing what you were writing when you found this? |
Here's the repaired program written by B Nagy András. https://code.pyret.org/editor#share=1bVMDO1TN8XX_jlnOIBMeONfMtr-WBg0d&v=0c33ff0 If I'm not mistaken, he is managing https://exercism.org/tracks/pyret, and this is one of the ported problems that he tried out to make sure it's feasible to solve. EDITED: A couple of other solutions here: https://exercism.org/tracks/pyret/exercises/circular-buffer/solutions There gotta be a stencil file somewhere, but I couldn't find it. |
Ah, his GitHub handler is @BNAndras. |
Yup, that’s correct. |
fails with
when it's run with the type checker on.
However, this program works fine.
It looks like something's gone wrong with the default namespace?
Originally reported by B Nagy András in Discord.
The text was updated successfully, but these errors were encountered: