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

fix some typos in 0.6.0 release notes #60

Merged
merged 2 commits into from Apr 13, 2020
Merged

fix some typos in 0.6.0 release notes #60

merged 2 commits into from Apr 13, 2020

Conversation

ghost
Copy link

@ghost ghost commented Apr 13, 2020

I tried to read through the whole thing. Please double check that I didn't break the intending meaning of anything. Some of these changes are more anal than others. Speaking of which, "merge_anal_dumps"... yeesh.

Also, I liked the Zen programming language link.

@@ -2444,7 +2444,7 @@ <h1>0.6.0 Release Notes</h1>
_ = 0xff00_00ff;
_ = 0b10000000_10101010;
_ = 0b1000_0000_1010_1010;
_ = 0x123_190.109_038_018p102;
_ = 0x123_190.109_038_018_102;
Copy link
Author

Choose a reason for hiding this comment

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

I assumed the "p" was a typo

Copy link
Member

Choose a reason for hiding this comment

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

I think it's legit. That literal came from ziglang/zig#504 and docgen release-notes actually runs that code and it passes. https://en.cppreference.com/w/cpp/language/floating_literal also shows the same syntax.

Copy link
Author

Choose a reason for hiding this comment

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

Ok, I reverted it.

@andrewrk andrewrk merged commit d4fd5e8 into ziglang:master Apr 13, 2020
@andrewrk
Copy link
Member

Thanks! Will upload in a few minutes

andrewrk pushed a commit that referenced this pull request Jan 7, 2021
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.

3 participants