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

std.fmt: support vector formatting #3904

Closed
wants to merge 9 commits into from
Closed

std.fmt: support vector formatting #3904

wants to merge 9 commits into from

Conversation

data-man
Copy link
Contributor

No description provided.

@data-man data-man changed the title fmt: vector formatting std.fmt: support vector formatting Dec 15, 2019
@data-man data-man mentioned this pull request Dec 19, 2019
@daurnimator daurnimator added the standard library This issue involves writing Zig code for the standard library. label Dec 22, 2019
@fengb fengb mentioned this pull request Jan 4, 2020
10 tasks
Copy link
Member

@andrewrk andrewrk left a comment

Choose a reason for hiding this comment

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

Thanks! A few review comments to address, and then I think this is ready to merge.

lib/std/fmt.zig Outdated
}

if (builtin.arch == .mipsel) {
return error.SkipZigTest;
Copy link
Member

Choose a reason for hiding this comment

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

Can you link to the relevant issue here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sadly not.
I noticed that the tests for mipsel did not pass in CI after initial commit of this PR.

Copy link
Member

Choose a reason for hiding this comment

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

is it this one? #3317

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let's see the CI results now :)

@data-man data-man closed this Jan 8, 2020
@data-man data-man reopened this Jan 8, 2020
@data-man
Copy link
Contributor Author

I'm wondered why Windows tests failed.

@data-man data-man closed this Jan 17, 2020
@FireFox317
Copy link
Contributor

These are good contributions I think, why did you close it?

andrewrk added a commit that referenced this pull request Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants