-
Notifications
You must be signed in to change notification settings - Fork 303
add blog post "Stabilizing naked functions" #1650
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
base: master
Are you sure you want to change the base?
Conversation
d01096f
to
caea311
Compare
Hi, noticed this while reviewing the 1.88 relnotes (#1651 (comment)). I feel like this should be a public Blog Post, because this is about the stabilized user-facing language feature, especially about "well, why do we need this language feature in the first place"? Sure, it has some tidbits on the implementation details on how we got to stabilized naked functions, and some possible future directions, but I think that might also be interesting for the community at large :) |
caea311
to
1dbdd38
Compare
Sure, I've adjusted it, and made some further small tweaks/typo fixes. |
63ddac4
to
e323c5b
Compare
This looks good to me. 👍 🚢 |
e323c5b
to
6e8b140
Compare
Made some final tweaks
With that, I think this is ready, but it looks like it needs a re-approve? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A handful of optional comments from one final read through, but overall this looks pretty great!
6e8b140
to
16b4124
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me as well!
16b4124
to
b4a94c2
Compare
I updated the date. I'm not sure how signing off on blog posts works exactly, how does the decision to actually merge/post get made? |
Since Josh approved it I think it just needs somebody with permissions to merge. @traviscross maybe? |
Providing an introduction to naked functions, some background on the 10-year journey to stabilization, and some future features related to inline assembly.
cc @tgross35 @joshtriplett
Rendered