You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: subcommittee/coding-guidelines/meetings/2025-10-08/minutes.md
+78-39Lines changed: 78 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,55 +3,64 @@
3
3
[Link](https://www.worldtimebuddy.com/?qm=1&lid=5,100,2643743,12,1850147,2193733,8,6,2673730,1261481&h=5&date=2025-10-8&sln=11-12&hf=1) to meeting time in common time zones.
4
4
5
5
| Search Key | Description |
6
-
| -----|----- |
6
+
|:---- |:---- |
7
7
|\[todo\]| Action Item |
8
8
|\[decision\]| Something decided on |
9
9
|\[important\]| Key information |
10
10
11
11
## **Agenda**
12
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-10-01/minutes.md)
15
-
3. Introduction of new members
16
-
4. October 14th, 15th \- Global Virtual Meetup (Pete)
17
-
* Agenda posted to Zulip and shared on mailing list
18
-
*[Link](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium/topic/2025.20Late.20Year.20Global.20Virtual.20Meetup/near/540871684) to Zulip message with agenda in PDF
19
-
5. Share launch milestone & Kanban board (Pete)
20
-
*[Prepare for launch to wider Rust community](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/milestone/1)
2. Acceptance of [Previous Meeting Minutes](https://github.com/rustfoundation/safety-critical-rust-consortium/blob/main/subcommittee/coding-guidelines/meetings/2025-10-01/minutes.md)
15
+
3. Introduction of new members
16
+
4. October 14th, 15th \- Global Virtual Meetup (Pete LeVasseur)
17
+
* Agenda posted to Zulip and shared on mailing list
18
+
*[Link](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium/topic/2025.20Late.20Year.20Global.20Virtual.20Meetup/near/540871684) to Zulip message with agenda in PDF
10. Review progress on guidelines incorporated from CERT
32
+
*[High-level mapping of CERT rule groups to Rust](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/152)
33
+
* Integers \- Félix Fischer
34
+
* Arrays \- Alex Celeste
35
+
* Floating Point \- Andrew Fernandes
36
+
11. Round table
37
+
38
+
## People Pete had to admit, i.e. we need another Google Meet-friendly email address on file
39
+
40
+
* Daniel Krippner
41
+
* Tshepang
42
+
* Christof
43
+
* Lachlan
44
+
* Gideon
45
+
* Max Jacinto
35
46
36
47
## **Check-in area**
37
48
38
49
**Please add your name, and an emoji that describes your day.**
39
50
40
-
*xx
41
-
*xx
42
-
*xx
43
-
*xx
44
-
*xx
45
-
*xx
46
-
*xx
47
-
*xx
48
-
*xx
49
-
*xx
50
-
*xx
51
+
*Pete LeVasseur ✈️🧑💻
52
+
*Oreste Bernardi 🪂
53
+
*Daniel Krippner 🙂
54
+
*William Barsse :)
55
+
*David Svoboda :)
56
+
*Christof Petig (missing a wasm unicode symbol)
57
+
*Félix Fischer 🥱☕
58
+
*Samuel Wright 🌞
59
+
*Robert C. Seacord 😣
60
+
*Tshepang
61
+
*Max Jacinto 👾
51
62
52
-
**Notetaker:**
53
-
54
-
* xx
63
+
**Notetaker: Oreste Bernardi**
55
64
56
65
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.
57
66
@@ -65,11 +74,41 @@ For tips on how we take notes in the Safety-Critical Rust Consortium, please see
65
74
66
75
## **Tasks**
67
76
68
-
* Search for the \[todo\] markers
77
+
* Is there a rule about type inference in Misra C++ ?
78
+
*\[Pete\] Which is the strategy regarding the rule checking between Clippy and Rust compiler ?
* Request to discuss with our organization on funding in person meetup.
91
+
* Presented agenda. If members have topics, it is possible to allocate them.
92
+
* Launch milestone & Kanban board
93
+
* Open for contribution. Milestone reviewed.
94
+
* Kanban board presented.
95
+
* Review Clippy lint
96
+
* David and Felix worked on which rules of Clippy can be useful.
97
+
* Presented a spreadsheet that is used to track the Clippy rule activity.
98
+
* Most of "suspicious" could become a good guideline rule.
99
+
* Some of the Clippy rules look like they address uncommon situations. Focus on useful rules. Red rules (not good rules), green good rules.
100
+
* Question: Do we need a general coding guidelines rule about type inference ? → Maybe a recommendation
101
+
* Question which is the strategy about warnings check in Clippy and compiler:
102
+
* Deprecated language features goes in compiler
103
+
* Performance rules to Clippy
104
+
* When a suspicious/correctness rule is stabilized, it could be moved from Clippy to Rust compiler
105
+
* Discuss collaboration with ANSSI regarding their Secure Rust Coding
106
+
* There is an overlap with safety coding guidelines.
107
+
* The license is strange.
108
+
* It is not possible to be safe without being secure. → Make sense to have one guideline.
109
+
* Round table
110
+
* Big appreciation of the presentation [Rust@Rivian](https://youtu.be/3RIxy9YE-Yk?list=PL2b0df3jKKiRFEuVNk76ufXagOgEJ9sBZ). Wish to have more companies coming out on Rust usage.
0 commit comments