|
| 1 | +# **Coding Guidelines Subcommittee Meeting on 2026-07-22 @ 1600 CEST / 1100 EDT** |
| 2 | + |
| 3 | +[Link](https://www.worldtimebuddy.com/?qm=1&lid=5,12,2643743,8,1850147,100,14,14,1835848,1816670&h=5&date=2026-7-22&sln=11-12&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/Safety-Critical-Rust-Consortium/safety-critical-rust-consortium/blob/main/subcommittee/coding-guidelines/meetings/2026-07-15/minutes.md) |
| 15 | +3. Introduction of new members |
| 16 | +4. Interest in the MISRA C++ mapping (Mira / Pete) |
| 17 | + - Updates on new things in the MISRA C++ => Rust mapping |
| 18 | + - In talks with MISRA folks still; but in practice the procedure outlined seemed reasonable to them |
| 19 | + - Please register interest on [this Zulip thread](https://rust-lang.zulipchat.com/#narrow/channel/579369-safety-critical-consortium.2Fcoding-guidelines/topic/MISRA.20C.2B.2B.20Mapping.20Interest/with/584764785) |
| 20 | +5. Working session: resolve outstanding feedback on the [CERT C to Rust coding guidelines mapping](https://coding-guidelines.arewesafetycriticalyet.org/appendices/standards-matrices/cert-c-2016-mapping.html) |
| 21 | + - Parent tracking issue: [#336 Mapping of CERT C to Rust Guidelines](https://github.com/Safety-Critical-Rust-Consortium/safety-critical-rust-coding-guidelines/issues/336) |
| 22 | + - Three mappings remain to review in [review batch 2/5](https://github.com/Safety-Critical-Rust-Consortium/safety-critical-rust-coding-guidelines/issues/428): |
| 23 | + - [FIO44: Only use values for `fsetpos()` that are returned from `fgetpos()`](https://wiki.sei.cmu.edu/confluence/display/c/FIO44-C.+Only+use+values+for+fsetpos%28%29+that+are+returned+from+fgetpos%28%29) |
| 24 | + - [MSC37: Ensure that control never reaches the end of a non-void function](https://wiki.sei.cmu.edu/confluence/display/c/MSC37-C.+Ensure+that+control+never+reaches+the+end+of+a+non-void+function) |
| 25 | + - [INT30: Ensure that unsigned integer operations do not wrap](https://wiki.sei.cmu.edu/confluence/display/c/INT30-C.+Ensure+that+unsigned+integer+operations+do+not+wrap) |
| 26 | + - Goal: confirm or revise each proposed Rust categorization and record the result in the batch issue |
| 27 | +6. Working session: close out the CERT C mapping review |
| 28 | + - Review outcomes across all five batches for mapping changes and follow-up actions: [1/5](https://github.com/Safety-Critical-Rust-Consortium/safety-critical-rust-coding-guidelines/issues/427), [2/5](https://github.com/Safety-Critical-Rust-Consortium/safety-critical-rust-coding-guidelines/issues/428), [3/5](https://github.com/Safety-Critical-Rust-Consortium/safety-critical-rust-coding-guidelines/issues/429), [4/5](https://github.com/Safety-Critical-Rust-Consortium/safety-critical-rust-coding-guidelines/issues/430), and [5/5](https://github.com/Safety-Critical-Rust-Consortium/safety-critical-rust-coding-guidelines/issues/431) |
| 29 | + - Capture follow-up guideline work surfaced during review, including the [FIO34 and FIO39 discussions](https://github.com/Safety-Critical-Rust-Consortium/safety-critical-rust-coding-guidelines/issues/428#issuecomment-4982470186) |
| 30 | + - Prepare a final review summary on the parent tracking issue and identify owners for follow-up work |
| 31 | +7. Round table |
| 32 | + |
| 33 | +## **Check-in area** |
| 34 | + |
| 35 | +- xx |
| 36 | +- xx |
| 37 | +- xx |
| 38 | +- xx |
| 39 | +- xx |
| 40 | +- xx |
| 41 | +- xx |
| 42 | +- xx |
| 43 | +- xx |
| 44 | +- xx |
| 45 | +- xx |
| 46 | +- xx |
| 47 | + |
| 48 | +**Notetaker:** |
| 49 | + |
| 50 | +- xx |
| 51 | + |
| 52 | +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. |
| 53 | + |
| 54 | +## **Housekeeping section** |
| 55 | + |
| 56 | +- Document space: [coding-guidelines](https://github.com/rustfoundation/safety-critical-rust-consortium/tree/main/subcommittee/coding-guidelines) |
| 57 | +- Zulip: [safety-critical-consortium: Coding Guidelines](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium/topic/Coding.20Guidelines) |
| 58 | +- [Kanban board](https://github.com/orgs/rustfoundation/projects/1/views/3) |
| 59 | + - [`contributor experience`](https://github.com/orgs/rustfoundation/projects/1/views/4) view |
| 60 | + - [`coding guideline`](https://github.com/orgs/rustfoundation/projects/1/views/5) view |
| 61 | + |
| 62 | +## **Tasks** |
| 63 | + |
| 64 | +- xx |
| 65 | + |
| 66 | +## **Meeting Minutes** |
| 67 | + |
| 68 | +- xx |
| 69 | + |
| 70 | +## **Material** |
| 71 | + |
| 72 | +Any material to read before the meeting should be included here. |
| 73 | + |
| 74 | +Overview of [Safety-Critical Rust](https://rust-lang.github.io/rust-project-goals/2026/roadmap-safety-critical-rust.html) Rust Project Goals Roadmap (Pete) |
| 75 | + |
| 76 | +- Soliciting those interested in [Normative Documentation for Sound unsafe Rust](https://rust-lang.github.io/rust-project-goals/2026/safe-unsafe-for-safety-critical.html) goal |
| 77 | + - Register interest [here](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium/topic/SCRC.20.3C.3D.3E.20t-opsem.3A.20Normative.20Documentation.20for.20Sound.20.60unsafe.60/with/586198564) on Rust Zulip |
| 78 | +- Soliciting those interested in [Establish a Spot for Safety-Critical Lints in Clippy](https://rust-lang.github.io/rust-project-goals/2026/safety-critical-lints-in-clippy.html) goal |
| 79 | + - Register interest [here](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium/topic/Getting.20involved.20with.20Clippy.20for.20SCRC.20lints/with/583090116) on Rust Zulip |
0 commit comments