Skip to content

Commit bce675c

Browse files
authored
Add coding-guidelines/meetings/2025-06-25/minutes.md (#359)
1 parent 0784a50 commit bce675c

1 file changed

Lines changed: 79 additions & 0 deletions

File tree

  • subcommittee/coding-guidelines/meetings/2025-06-25
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# **Coding Guidelines Subcommittee Meeting on 2025-06-25 @ 15:00 UTC / 16:00 BST / 11:00 EDT**
2+
3+
[Conversion](https://www.worldtimebuddy.com/?qm=1&lid=5,14,8,12&h=5&date=2025-6-25&sln=11-12&hf=1) between common time zones of attendees.
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-06-18/minutes.md)
15+
3. Introduction of new members
16+
4. Review \- clippy lints suitable for creating safety-critical guidelines \~10m
17+
* [https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/86](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/86)
18+
* [https://docs.google.com/spreadsheets/d/1rRhB9ch0r5hpg5Mb65Prn5Nto05CZ4EjSOdBEZWwVIo/edit?gid=0\#gid=0](https://docs.google.com/spreadsheets/d/1rRhB9ch0r5hpg5Mb65Prn5Nto05CZ4EjSOdBEZWwVIo/edit?gid=0#gid=0)
19+
* Anyone else interested in contributing? Feel free to put your name in the notes\!
20+
5. Review \- Defects vs Subsets \~10m
21+
* [https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pull/127](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pull/127)
22+
6. Roundtable items
23+
7. Review session \- 20 mins
24+
* Review open [PRs](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/pulls) & [issues](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues)
25+
26+
## **Check-in area**
27+
28+
**Please add your name, and an emoji that describes your day.**
29+
30+
* Alex Celeste 🙂
31+
* David Svoboda 🙂
32+
* Pete LeVasseur, 💤
33+
* Andrew Fernandes ☺️ ☕
34+
* Robert C. Seacord 🙈
35+
* Oreste Bernardi😶‍🌫️
36+
* Douglas Deslauriers 🐦
37+
* El Mahdi El Araby 🦭
38+
* Sam Wright 💤
39+
* Stephen Hedrick 🤠
40+
* Markus Hosch 🪄
41+
* Félix Fischer 😪
42+
* Christof Petig 😐
43+
44+
### **Notetaker**
45+
46+
* Andrew Fernandes
47+
48+
## **Housekeeping section**
49+
50+
* Document space: [coding-guidelines](https://github.com/rustfoundation/safety-critical-rust-consortium/tree/main/subcommittee/coding-guidelines)
51+
* Zulip: [safety-critical-consortium: Coding Guidelines](https://rust-lang.zulipchat.com/#narrow/channel/445688-safety-critical-consortium/topic/Coding.20Guidelines)
52+
* [Early Alpha Milestone](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/milestone/1)
53+
54+
## **Tasks**
55+
56+
*
57+
58+
## **Meeting Minutes**
59+
60+
* No new members
61+
* Review of [Clippy Lints to/from Coding Guidelines](https://docs.google.com/spreadsheets/d/1rRhB9ch0r5hpg5Mb65Prn5Nto05CZ4EjSOdBEZWwVIo/edit?gid=0#gid=0)
62+
* Concern: “Everyone has their own definition of ‘Safety Critical’”
63+
* Additional Discussion: [Identify Clippy lints suitable for creating safety-critical guidelines \#86](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/86)
64+
* Review of [Defects vs Subsets](https://github.com/rustfoundation/safety-critical-rust-coding-guidelines/issues/86)
65+
* Discussion of “category: required” and “decidability: undecidable”
66+
* Is it because it is impossible, or because specific tools cannot do it?
67+
* Possible reframing from “undecidable” to “decidable with manually verified restrictions”
68+
* Roundtable Items
69+
* How to think about “unintended integer division by zero”? Is it unsafe? How is it verified or not or annotated?
70+
* In `C` it is undefined behavior, but Rust does not have that (we hope)
71+
72+
## **Material**
73+
74+
Any material to read before the meeting should be included here.
75+
76+
### **GitHub Project Board for Work Items**
77+
78+
* [Work Item Board](https://github.com/orgs/rustfoundation/projects/1)
79+

0 commit comments

Comments
 (0)