Skip to content

Commit 3b96b92

Browse files
authored
Added meeting minutes: Coding Guidelines Subcommittee Meeting on 2025-11-25 @ 20:00 EST / 2025-11-26 10:00 CET (#517)
1 parent 79a808b commit 3b96b92

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

  • subcommittee/coding-guidelines/meetings/2025-11-26
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# **Coding Guidelines Subcommittee Meeting on 2025-11-25 @ 20:00 EST / 2025-11-26 10:00 CET**
2+
3+
[Link](https://www.worldtimebuddy.com/?qm=1&lid=5,100,2643743,12,1850147,2193733,8,6,2673730,1261481&h=5&date=2025-11-25&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-11-12/minutes.md)
15+
3. Introduction of new members
16+
4. Review progress on guidelines incorporated from CERT
17+
* [High-level mapping of CERT rule groups to Rust](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/152)
18+
* Integers - Félix Fischer
19+
* Arrays - Alex Celeste
20+
* Floating Point - Andrew Fernandes
21+
5. Merging of [https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pull/149](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pull/149) has happened
22+
* Have a read on GOALS.md, README.md and CONTRIBUTING.md and think about valuable additions and clarifications
23+
* Please start incorporating updates (e.g. from review comments) as separate PRs
24+
6. Proposals and ideas for new rules
25+
* Idea: Give room for the optional step 0 in our contributing guideline, aka "round table for new rules".
26+
7. Grooming of rule issues \- promote to PRs if appropriate
27+
8. Round table
28+
29+
## **Check-in area**
30+
31+
**Please add your name, and an emoji that describes your day.**
32+
33+
* Pete LeVasseur 🦀💤
34+
* Mikhail Antoshkin ☕
35+
* Slava Barinov 👂
36+
* Yuchen Shen
37+
* Robert C. Seacord
38+
39+
**Notetaker:**
40+
41+
* Slava Barinov
42+
43+
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.
44+
45+
## **Housekeeping section**
46+
47+
* Document space: [coding-guidelines](https://github.com/rustfoundation/safety-critical-rust-consortium/tree/main/subcommittee/coding-guidelines)
48+
* Zulip: [safety-critical-consortium: Coding Guidelines](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium/topic/Coding.20Guidelines)
49+
* [Kanban board](https://github.com/orgs/rustfoundation/projects/1/views/3)
50+
* [`contributor experience`](https://github.com/orgs/rustfoundation/projects/1/views/4) view
51+
* [`coding guideline`](https://github.com/orgs/rustfoundation/projects/1/views/5) view
52+
53+
## **Tasks**
54+
55+
* \[todo\] @PLeVasseur: reply to [#202](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/202)
56+
* \[todo\] @rcseacord: discuss the [#185](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/185) details
57+
58+
## **Meeting Minutes**
59+
60+
* CERT status
61+
* Integer PRs [#180](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pull/180) and [#181](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pull/181) were merged.
62+
* PRs [#220](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pull/220) for arithmetic overflow has been prepared.
63+
* Floating Point [requests](https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=87152181) are marked as a good place to start contribution.
64+
* New contributors can check the [Contribution Guidelines](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/blob/main/CONTRIBUTING.md) to begin.
65+
* Merge of [#149](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pull/149) happened and introduced basic structure for further guideline development.
66+
* Splitting guidelines’ parts into safe and unsafe and explicitly.
67+
* \[idea\] Align with CERT C and highlight the differences from Rust.
68+
* Currently there’s a draft [#152](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/152) of mapping from CERT C to Rust
69+
* \[idea\] check if there are other certified languages (FORTRAN, ADA?) to compare and check if there are guides for FFI and other cross-language related parts.
70+
* Issue backlog grooming
71+
* Issue [#202](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/202)
72+
* This looks related to the "Attributes" section in the Man Pages project: description of thread and memory safety. Possibly, the approach can be reused.
73+
* Ideally this should be checked by compiler or tooling. Currently the contracts exploration issue [#137134](https://github.com/rust-lang/rust/issues/137134) exists.
74+
* Issue [#185](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/185)
75+
* \[idea\] Need to add saturation semantics usage into the proposal?
76+
77+
## **Material**
78+
79+
Any material to read before the meeting should be included here.
80+
81+
* Milestone: [Prepare for launch to wider Rust community](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/milestone/1)
82+
* FLS Maintenance: [FLS Team - North Star](https://hackmd.io/@plevasseur/HJb6qomOge/edit)
83+
* [Github Issue to discuss about panicking in Safety Critical](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/158)

0 commit comments

Comments
 (0)