Skip to content

Commit e202a80

Browse files
Coding Guidelines meeting minutes from 2025-09-10 (#430)
* Coding Guidelines meeting minutes from 2025-09-10 * Fix formatting * Fix typo --------- Co-authored-by: Pete LeVasseur <plevasseur@gmail.com>
1 parent 80a1931 commit e202a80

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

  • subcommittee/coding-guidelines/meetings/2025-09-10
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# **Coding Guidelines Subcommittee Meeting on 2025-09-10 @ 0900 CEST**
2+
3+
[Link](https://www.worldtimebuddy.com/?qm=1&lid=5,100,2643743,12,1850147,2193733,1880252,8,6&h=5&date=2025-9-2&sln=20-21&hf=1) to meeting time in common time zones.
4+
5+
| Search Key | Description |
6+
| :---- | :---- |
7+
| \[todo\] | Action Item |
8+
| \[decision\] | Something decided on |
9+
| \[important\] | Key information |
10+
11+
## **Agenda**
12+
13+
1. Solicitation of notetaker
14+
2. Acceptance of [Previous Meeting Minutes](https://github.com/rustfoundation/safety-critical-rust-consortium/blob/main/subcommittee/coding-guidelines/meetings/2025-09-02/minutes.md)
15+
5. Review guidelines that are in-progress as Github issues
16+
* [List of in-progress issues](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues?q=state%3Aopen%20label%3A%22coding%20guideline%22%20label%3A%22status%3A%20draft%22)
17+
18+
## **Check-in area**
19+
20+
**Please add your name, and an emoji that describes your day.**
21+
22+
* Christof Petig
23+
* Oreste Bernardi
24+
* Markus Hosch
25+
* Sam Wright
26+
27+
**Notetaker:**
28+
29+
* Markus Hosch
30+
31+
For tips on how we take notes in the Safety-Critical Rust Consortium, please see the [Meeting Notetaker Role](https://github.com/rustfoundation/safety-critical-rust-consortium/blob/main/docs/notetaker-role.md) doc.
32+
33+
## **Housekeeping section**
34+
35+
* Document space: [coding-guidelines](https://github.com/rustfoundation/safety-critical-rust-consortium/tree/main/subcommittee/coding-guidelines)
36+
* Zulip: [safety-critical-consortium: Coding Guidelines](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium/topic/Coding.20Guidelines)
37+
* [Kanban board](https://github.com/orgs/rustfoundation/projects/1/views/3)
38+
* [`contributor experience`](https://github.com/orgs/rustfoundation/projects/1/views/4) view
39+
* [`coding guideline`](https://github.com/orgs/rustfoundation/projects/1/views/5) view
40+
41+
## **Tasks**
42+
43+
* Search for the \[todo\] markers
44+
45+
## **Meeting Minutes**
46+
47+
* Previous notes accepted
48+
* List of issues we looked at:
49+
* https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/97
50+
Heads-up to author
51+
* https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/133
52+
Heads-up to the autor, added some questions
53+
* https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/137
54+
Heads-up to author, convert to PR?
55+
* https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/174
56+
Check already-existing comments and point out that the compiler should be able to catch that / tell the developer
57+
where it _could_ be a problem, at least for constants. Point out the human readability issue?
58+
* https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/156
59+
Looks very similar to #174. How to handle?
60+
* https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/185
61+
What about explicitly allowing smaller -> larger while not changing the signedness? There's already a clippy lint
62+
that warns you in case one's using "as" in non-safe scenarios, so why not allow that?
63+
64+
## **Material**
65+
66+
Any material to read before the meeting should be included here.
67+
68+
* Milestone: [Prepare for launch to wider Rust community](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/milestone/1)
69+
* [Github Issue to discuss about panicking in Safety Critical](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/158)
70+

0 commit comments

Comments
 (0)