• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gookit / validate / 29588117855

Builds Branch Commit Type Ran Committer Via Coverage
29588117855 master chore(deps): bump actions/setup-go from 6 to 7 (#341) push 17 Jul 2026 02:28PM UTC web-flow github
89.04
29519501629 dependabot/github_actions/actions/setup-go-7 chore(deps): bump actions/setup-go from 6 to 7 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6..... Pull #341 16 Jul 2026 05:23PM UTC web-flow github
89.04
28219300013 master chore(deps): bump github.com/gookit/goutil from 0.7.6 to 0.8.0 (#340) push 26 Jun 2026 05:32AM UTC web-flow github
89.04
27857210193 master chore(deps): bump actions/checkout from 6 to 7 (#339) push 20 Jun 2026 02:17AM UTC web-flow github
89.04
27777118342 dependabot/github_actions/actions/checkout-7 chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/... Pull #339 18 Jun 2026 05:22PM UTC web-flow github
89.04
27276497239 master docs: 同步 struct 源 Validate/ValidateErr 自动免收集后的分配数字 struct 源只读校验入口(Validate/ValidateErr/ValidateE)默认走 skipCollect 快路径后, `Struct(&u).Validate()` flat-valid 实测从 12 → 7 allocs(~1150 → ~769 B/op)。 - docs/diff-with-go-playground.md §4 性能表更新该行实测新值,并注明 ... push 10 Jun 2026 12:33PM UTC inhere github
89.04
27203075083 master docs(readme): CheckErr struct-valid 3→0 allocs(RV-native 端到端去装箱) README / README.zh-CN 的 CheckErr 分配数从过时的 3 更正为 0, 与 RV-native 重构后实测一致(详见 docs/perf/rv-native-validators-rfc.md)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> push 09 Jun 2026 11:29AM UTC inhere github
89.02
27113711952 master chore: move some docs and update some test push 08 Jun 2026 03:08AM UTC inhere github
92.97
27090789080 master docs(perf): 记录 S3.1 rules 切片复用 + Check allocs 拆解 (7→6) §5.4 新增 S3.1 结论与 memprofile 拆解(7 allocs 来源:装箱×3/safeData×2/ ValidResult 壳×1/rules make×1);§5 路线图加 S3.1 行;§9 交接累计更新为 Check 6 allocs,并标注剩余 6 = 2 必需输出 + 1 壳 + 3 装箱(S4/T3 只攻装箱)。 Co-Authored-By: ... push 07 Jun 2026 11:08AM UTC inhere github
92.9
27080747878 master docs(perf): 记录 S3 StructData 池化结论与基准 (Check 10→7 allocs) 计划文档:S3 标记 ✅,补 §5.3 实施结论 + 基准表(Check 7 allocs/472 B)、 §5 路线图、§8/§9 交接(下一步 S4=T3 去装箱,剩余 7 allocs 来源)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> push 07 Jun 2026 02:48AM UTC inhere github
92.93
27080509030 master docs(result): S2 基准/示例/文档同步 + Check 基准 (S2-P1c) - _examples/bench-vs-goplayground:新增 BenchmarkGookitCheckValid(池化无状态 入口),对标 playground 复用单实例。实测 Check 12→10 allocs / 1059→848 B。 - _examples/httpdemo、httpdemo2:改走 v.ValidateR() + ValidResult(原 v.S... push 07 Jun 2026 02:35AM UTC inhere github
92.89
27053946427 master docs(perf): Step 2 懒分配标注已实施并补改前/改后实测 标注 T4/T5(懒分配)/T6 已实施,新增 Step 2 专项小节,记录写入点覆盖、 ResetResult/resetForReuse 兼容处理与 Flat/Nested 改前/改后 allocs/ns 实测。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> push 06 Jun 2026 05:36AM UTC inhere github
92.82
27051098806 refs/tags/v2.0.0 docs(issues): 核查文档将 #257 挪入已核查(feat 已实现 isActiveURL) §2 把 #257 从"未处理特性"挪到已核查表,结论 feat 已实现 isActiveURL; 更新已核查计数 19→20、新增 feature 3→4,顶部状态行同步,未处理列表 删除 #257(剩 2 个纯特性/文档类)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> push 06 Jun 2026 03:17AM UTC inhere github
94.81
27049939825 master docs(issues): 核查文档将 #257 挪入已核查(feat 已实现 isActiveURL) §2 把 #257 从"未处理特性"挪到已核查表,结论 feat 已实现 isActiveURL; 更新已核查计数 19→20、新增 feature 3→4,顶部状态行同步,未处理列表 删除 #257(剩 2 个纯特性/文档类)。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> push 06 Jun 2026 02:22AM UTC inhere github
94.81
27049399280 master docs(issues): #292 rule_one_of 标记已实施并更新核查文档 - 设计稿头部加 "✅ 已实施" 状态行, 补"实施记录"小节(方法签名 2 入参、 未知名 panic、init() 注册避初始化环 三处与设计稿片段的差异)。 - 核查文档 #292 从"未处理"挪入已核查表(feat 已实现 phase1), 已核查 18 -> 19, 顶部状态行同步, 未处理列表删 #292。 Co-Authored-By: Claude Opus 4.8 (1M ... push 06 Jun 2026 01:56AM UTC inhere github
94.83
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 40
  • 41
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc