-
Notifications
You must be signed in to change notification settings - Fork 16
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
nim CI failure: nimgame2\utils.nim(169, 31) Error: type mismatch: got <ptr RWops, ptr char, csize, int literal(1000)> #40
Comments
I believe it's already fixed in devel: 8ea89ba#diff-cdb07207a519ef4c7003f883c113dc5bL241 |
devel doesn't help; nim CI clones the main branch (which is set to master in your repo) Note: IMO it's possible to have nim CI test both your devel AND master branch; but support for that feature in important_packages may need to be added for that to work |
Fair enough. |
should be but haven't verified, closing for now, thanks! |
see nim-lang/Nim#13550 (comment)
EDIT: see PR #41 that fixes it
The text was updated successfully, but these errors were encountered: