[0039] 实现 SRFI 233: INI 文件解析与生成#771
Open
Kabukimono-Sakura wants to merge 6 commits intoMoganLab:mainfrom
Open
Conversation
da-liii
reviewed
May 5, 2026
da-liii
reviewed
May 6, 2026
da-liii
reviewed
May 6, 2026
Contributor
Author
|
第一条(版权年份): 第二条(函数命名): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
(liii ini-file)库,完全符合 SRFI 233 规范。make-ini-file-generator(从端口读取并解析 INI 内容)。make-ini-file-accumulator(向端口写入 INI 格式内容)。变更文件
goldfish/liii/ini-file.scm: SRFI 233 的核心逻辑实现。tests/liii/ini-file-test.scm: 详尽的单元测试(47 checks, 0 failed)。README.md: 在 "Python-like standard library" 表格中添加了(liii ini-file)条目,响应维护者建议。验证与测试
bin/gf fmt确保符合项目风格。bin/gf tests/liii/ini-file-test.scm结果为47 correct, 0 failed。