-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Coding Guidelines] Review of Unsafe Coding Guidelines Reference Glossary #123
Comments
I'd like to review, |
Interested in: |
This is a great idea, the Learn Unsafe Rust book's chapter organization is currently a mess and we probably could do much better. |
@Manishearth -- as we're looking to contribute to the Learn unsafe Rust book, a couple of questions:
|
(Sorry, been extremely busy these weeks, I'm going to try and respond to this soon) |
Hey, nice to e-meet you, I started going through the info and I'd like to review |
Hi @PLeVasseur I opened this issue to apply for the consortium with motivation, noticed it was closed and then got the invitation through gmail to today's coding guidelines subcommittee meeting. Does it mean the application to the consortium went through? In any case, I will open the issue for the coding guidelines subcommittee. Thanks for the swift reply! |
Hi @PLeVasseur ,
|
I'd be happy to add sections/definitions on the following:
|
It's a nice example, would this be like a tour through the different parts? That would work nicely as an introduction.
Yeah even figuring out what sections the book should have, and in which order, is a huge help. In general my goals for each chapter are:
|
Though I do think this should be done by someone who has a really good understanding of how unsafe works in Rust. There's a certain flow to it, many things depend on many other things. |
That's my thought: a tour through. Intro might be a nice idea for where it fits in.
While I serve as chair, I would not put myself among the crowd that has this level of understanding, frankly. As I've begun to learn more about unsafe, it's true that there's many interlocking pieces. Anyone else in the subcommittee that does I'd welcome to help guide section choice and ordering! |
Hey folks 👋
Based on the discussion we had yesterday in our Coding Guidelines Subcommittee meeting, I'd like to propose we divvy up entries from the glossary of the Unsafe Coding Guidelines Reference.
The idea here is for each entry to ideally have four eyeballs (two people) to review it, dive into the current state within Rust, and become a bit more familiar with talking about them. How you become familiar is up to you -- writing up a small paragraph, trying some Rust code and so on.
The goal is to think about how someone would wish they had this material presented to them in a practical fashion so they can write safe
unsafe
software. Our review of materials here can help inspire us on how to contribute further chapters toward Learn unsafe Rust.May depend a bit on how many folks jump in, but I'd propose starting with each person having say, 3-4 entries to allow for that deep dive.
I'll list up these entries below. If you're interested, please reply with the 3 or 4 entries you'd like to review and I'll update the table.
The text was updated successfully, but these errors were encountered: