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

Add CI for MinGW on Windows #24

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Add CI for MinGW on Windows #24

merged 1 commit into from
Nov 8, 2023

Conversation

saghul
Copy link
Contributor

@saghul saghul commented Nov 6, 2023

No description provided.

@saghul saghul marked this pull request as ready for review November 7, 2023 22:02
@saghul
Copy link
Contributor Author

saghul commented Nov 7, 2023

@bnoordhuis PTAL, this is ready now. It's not perfect but it's something :-)

@@ -340,6 +341,11 @@ function test_number()
assert(Number.isNaN(Number("-")));
assert(Number.isNaN(Number("\x00a")));

// TODO: Fix rounding error on MinGW.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know why this happens or what values the methods produce? We're calling fesetround() so in theory it should Just Work™ but maybe we're missing a call somewhere.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More info here: #27. I updated my Windows machine yesterday and I'll dig into this shortly!

@saghul saghul merged commit 2f51cbc into master Nov 8, 2023
9 checks passed
@saghul saghul deleted the ci-mingw branch November 8, 2023 10:12
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