# 2025 年 04 月 18 日

出席者：markj，emaste，imp

* 批准 Lexi Winter 的 commit 权限，由 kevans 和 des 担任导师
* markj 仍需撰写 srcmgr 季度报告
* kevans 指出 <https://www.freebsd.org/internal/new-account/> 已过时，新 src commit 权限由核心小组授予
  * lwhsu 已更新该页面
  * srcmgr-secretary@ 目前只是 srcmgr@ 的别名，暂无更改计划
    * 我们使用个人 PGP 密钥签署欢迎邮件，目前无需专用的 srcmgr@ PGP 密钥
* markj 考虑是否可以去掉各个 opt\_\* 头文件，仅使用 opt\_global.h
  * 这样可以避免偶尔忘记在每个文件中包含正确 opt\_\* 头文件的问题
  * 删除这些头文件可能会破坏依赖它们的第三方代码（需要示例？）
  * 需要进行一些 config(8) 的调整
* Git 的下一步
  * 希望让 ports 团队支持 GitHub
  * Warner 希望找到将 GitHub 与现有系统（bugzilla、邮件列表）集成的方法
  * 研究一些可以简化提交 PR 的小措施
    * Warner 正在与 Discord 上的成员合作，尝试引导一些小的贡献
* 默认启用 LA57
  * 因为启用 LA57 会破坏 Go 程序的包构建（运行时重新利用堆指针高位），构建受到干扰
  * 需要在 15.0 中统一处理
  * markj 将给 kib 发邮件
  * 参考：<https://reviews.freebsd.org/D49913>
* jhb 有一个 C++ 样式 PR 开放讨论
  * <https://github.com/freebsd/freebsd-src/pull/1658>
  * 一般不应强制将 style(9) 的规则套用到不太妥当的 C++ 中
    * 例如，在函数定义的返回类型后换行在 C++ 中并不合理
* 花时间处理 GitHub PR 积压
  * 已增长到接近 100 个未合并 PR 的积压
  * Warner 已提交他的 PR 合并工具（ghpr）


---

# 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/2025/2025-04-18.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.
