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

jackfirth / resyntax / #574
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Ran 22 Jul 2026 01:44AM UTC
Jobs 1
Files 164
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Jul 2026 12:22AM UTC coverage: 96.591%. First build
#574

Pull #840

cover

jackfirth
Compare syntax paths directly instead of via a generic lexicographic comparator

`syntax-path<=>` was built with `(comparator-map (lexicographic-comparator
natural<=>) syntax-path-elements)`. That generic implementation drives each
comparison through `sequence-generate` on both treelists and crosses a contract
boundary for every individual element comparison, which is expensive enough to
dominate expansion analysis: `source-analyze` stores every visited syntax object
in mutable sorted maps keyed by syntax path, so this comparator runs a
logarithmic number of times per observed expansion event.

Writing the comparison out as a direct indexed loop over the two treelists cuts
analysis time for `xrepl-lib/xrepl/xrepl.rkt` (1877 lines) from ~78 seconds to
~44 seconds.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pull Request #840: Compare syntax paths directly instead of via a generic lexicographic comparator

22 of 22 new or added lines in 1 file covered. (100.0%)

17508 of 18126 relevant lines covered (96.59%)

0.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #574.1 22 Jul 2026 01:44AM UTC 164
96.59
Source Files on build #574
  • Tree
  • List 164
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #840
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc