# 2024 年 11 月 29 日

出席者：markj，emaste，imp

* 今天因为是美国的感恩节，所以时间有点紧。
* 接收了 grehan@ 的一些东西以便保存。
* 讨论了一次 bug triage 会。
  * linimon@ 已经关闭了许多和某些提交相关的旧 bug。
  * 有时这是不正确的，例如 bug 是为了一个测试失败而开启的，而提交中引用了这个 bug 只是因为跳过了 CI 中的测试。
  * 想到也许可以有一个“Fixes PR:”标签来更容易理解提交和 PR 之间的关系。
  * 但不确定是否要强加额外流程；后续可能也会让 github 感到混淆，因为“PR”一词有复用含义（**译者注：PR 存在 Problem Report 和 Pull Request 两种含义**）。
* 计划在 12 月 6 日星期五，美国东部时间上午 11 点到下午 2 点举办一次 src bug triage 会。
  * markj 将在星期一或星期二发通知到 developers@。
  * emaste 将帮助设置 zoom。
* 花了一些时间检查 github 上未关闭的 PR。
  * imp 合并了一大堆。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.bsdcn.org/srcmgr/2024/2024-11-29.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
