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

Simplify test task & possibly fix 32 bit #60

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

konsumlamm
Copy link
Contributor

The test task now iterates over an array of backends to check and an array of files to test. I also turned off the hints, because I found them annoying. On the other hand, it now prints the backend currently being tested.

I changed an int in calcSizes (that would overflow on 32 bit platforms) to an int64. As far as I can tell, this was the only int possibly overflowing, so perhaps this library now works on 32 bit platforms (refs #48). It would be good if someone could run the tests on a 32 bit machine (I unfortunately don't have access to one and it doesn't seem like GitHub actions have either), perhaps @def- (since you originally reported tests failing on 32 bit platforms)?

@narimiran narimiran merged commit 75b08a7 into nim-lang:master Jan 3, 2022
@konsumlamm konsumlamm deleted the dev branch January 3, 2022 17:18
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