-
Notifications
You must be signed in to change notification settings - Fork 7
语义化版本号解析器 #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
我想试试这个 |
收到!有进度都可以在 issue 下反馈。 感谢您对社区工作的支持! |
请问解析失败用Error比较好还是返回None比较好? |
现在来说返回一个 Result 或者 Error 比较好,None 肯定是不太好的。 |
https://github.com/Seedking/SemVer |
第一阶段产出认证!顺带注意文件中的空行问题,好像开头有一些无意义空行。 |
补全了测试以及删除空行了 |
是否有发布到 mooncakes.io? |
|
看到了,那我验收了 |
语义化版本号解析器
简介
语义化版本号解析器用于解析、验证和比较语义化版本号。语义化版本号采用
MAJOR.MINOR.PATCH
的格式,后面可以跟随预发布标签和构建元数据。任务内容
实现一个语义化版本号解析器,支持以下功能:
要求
任务预期
完成任务内容,提供使用文档、示例和测试。确保实现符合 SemVer 规范。
参考资料
产出
将编写的包开源至 moonbit-community。
The text was updated successfully, but these errors were encountered: