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

rm-hull / jasengo / 19698584797

Builds Branch Commit Type Ran Committer Via Coverage
19698584797 main chore: Enable Go race detector in CI build Adds the `-race` flag to the `go test` invocation within the CI workflow (`build.yml`). This ensures that potential data races are detected during automated testing. push 26 Nov 2025 09:18AM UTC rm-hull github
80.61
19671112074 main Clarify library port and enhance examples section Updated README to clarify the nature of the port and improved example references. push 25 Nov 2025 01:27PM UTC web-flow github
80.61
19653481484 main feat: Add `Not` combinator and syslog parsing example (#10) * feat: Add `Not` combinator and syslog parsing example Introduces the `Not` parser combinator, which provides negative lookahead functionality. It succeeds if the inner parser fails an... push 25 Nov 2025 12:06AM UTC web-flow github
80.61
19653348563 feat/example3-test docs: Clarify buffer exhaustion comment in `Read` Updates the internal comment explaining why a final underlying read operation is performed when the buffer is exhausted. This clarifies that the purpose is to capture the definitive stream error,... Pull #10 25 Nov 2025 12:00AM UTC rm-hull github
73.83
19653172591 feat/example3-test refactor: Simplify chunkSize calculation in reader The logic for determining the replenishment `chunkSize` within the `runeReader` has been simplified by using the `max` function. This removes redundant conditional checks for ensuring `chunkSize... Pull #10 24 Nov 2025 11:50PM UTC rm-hull github
73.71
19652964788 feat/example3-test perf: Implement eager lookahead buffering in reader The `runeReader` now implements an eager replenishment strategy to maintain a lookahead buffer. Instead of reading one rune at a time from the underlying `io.Reader`, it now reads in chunks. Th... Pull #10 24 Nov 2025 11:40PM UTC rm-hull github
73.53
19631796455 feat/example3-test chore: Remove unused digitPredicate function Removes the utility function `digitPredicate` and the associated import of the standard library package `unicode`. This function was no longer referenced by any test case. Pull #10 24 Nov 2025 10:54AM UTC rm-hull github
79.89
19630731007 feat/example3-test Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Pull #10 24 Nov 2025 10:16AM UTC web-flow github
79.89
19617149011 feat/example3-test Merge branch 'main' of github.com:rm-hull/jasengo into feat/example3-test * 'main' of github.com:rm-hull/jasengo: feat: Add RegexP parser for pattern matching (#12) test: Add tests for RuneReader buffer sliding fix: Pre-fill reader buffer o... Pull #10 23 Nov 2025 08:55PM UTC rm-hull github
79.89
19617131553 main feat: Add RegexP parser for pattern matching (#12) * feat: Pre-fill reader buffer on initialization Implement initial pre-filling logic for `runeReader` buffers to improve startup performance. * Bounded buffers pre-fill 25% of capacity. * U... push 23 Nov 2025 08:53PM UTC web-flow github
78.77
19617123069 feat/regex-parser Merge branch 'main' into feat/regex-parser Pull #12 23 Nov 2025 08:53PM UTC web-flow github
78.77
19617116355 main test: Add tests for RuneReader buffer sliding This commit introduces comprehensive behavior tests for the `parser.Reader` implementation. Key areas covered include: * Verifying initial prefill state and buffered length. * Testing cache hit/m... push 23 Nov 2025 08:52PM UTC rm-hull github
78.21
19616567758 feat/regex-parser style: Remove duplicate comment in RegexP Pull #12 23 Nov 2025 08:05PM UTC rm-hull github
78.77
19616474440 feat/regex-parser Merge branch 'feat/regex-parser' of github.com:rm-hull/jasengo into feat/regex-parser * 'feat/regex-parser' of github.com:rm-hull/jasengo: Update parser/basic.go Pull #12 23 Nov 2025 07:57PM UTC rm-hull github
78.23
19616458868 feat/regex-parser Update parser/basic.go Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Pull #12 23 Nov 2025 07:55PM UTC web-flow github
78.23
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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

© 2025 Coveralls, Inc