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

jackfirth / resyntax
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Repo Added 28 Oct 2025 07:40AM UTC
Files 164
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

LAST BUILD ON BRANCH null-when-guard-to-match-pattern
branch: null-when-guard-to-match-pattern
CHANGE BRANCH
x
Reset
  • null-when-guard-to-match-pattern
  • HEAD
  • allow-comments-in-refactoring-tests
  • autofix-24-1
  • autopilot-blocking
  • autopilot-workflow
  • ci-debug
  • claude-github-actions
  • claude/gracious-feistel-2be52d
  • cli-json
  • cli-tests
  • compile-test
  • copilot/add-analyzer-load-tests
  • copilot/add-analyzer-timeout-option
  • copilot/add-expanded-id-table-utility
  • copilot/add-function-expression-analyzer
  • copilot/add-fuse-map-with-for-rule
  • copilot/add-in-syntax-paths-utility
  • copilot/add-printf-without-specifiers-rule
  • copilot/add-resyntax-fix-json-output
  • copilot/add-string-representation-syntax-paths-again
  • copilot/add-syntax-path-filter-utility
  • copilot/add-syntax-property-extraction-apis
  • copilot/add-warning-rule-support
  • copilot/allow-custom-analyzers-in-rules
  • copilot/configurable-analyzer-timeout
  • copilot/consolidate-legacy-migration-rules
  • copilot/extract-let-from-arguments
  • copilot/fix-8175575-328049080-6434af77-80e7-42db-a2ea-55d3c2dafeba
  • copilot/fix-aggressive-when-merging
  • copilot/fix-broken-code-replacements
  • copilot/fix-error-to-raise-arguments-error
  • copilot/fix-identifier-usage-analyzer
  • copilot/fix-improper-syntax-paths
  • copilot/fix-syntax-parse-rule-issue
  • copilot/fix-syntax-path-logging
  • copilot/fix-unwanted-suggestion
  • copilot/handle-multiple-variables-in-rule
  • copilot/improve-test-coverage-file-group
  • copilot/improve-test-coverage-github
  • copilot/move-rules-to-let-replacement
  • copilot/refactor-analyzers-reuse-table-code
  • copilot/refactor-rules-suites-analyzers
  • copilot/refactor-sequence-tail-replacement
  • copilot/refactor-source-analyze-analyzers
  • copilot/refactor-test-imports
  • copilot/remove-matching-comparator-file
  • copilot/remove-proper-syntax-path-predicate
  • copilot/skip-failing-analyzers
  • copilot/skip-push-workflows-for-copilot
  • copilot/split-formatting-preservation-tests
  • copilot/store-visited-paths
  • copilot/suggest-using-define-syntax-parse-rule
  • copilot/update-identifier-usage-analyzer
  • copilot/use-module-lexer-for-comments
  • coverage
  • coverage-fixing
  • coverage-loops
  • coverage-workflow
  • docs-preview
  • document-github-integration
  • document-github-integrations-448
  • fix-800-flattening-perf
  • fix-comment-reading
  • fix-define-syntax-parser-syntax-loc
  • fix-property-bundle-error-source-830
  • fix-quasiquote-to-list-quoted-datums
  • fix-reysntax-typo
  • github-env-vars-lazy-820
  • grimoire
  • grimoire-examples-property-bundle
  • grimoire-examples-source
  • grimoire-examples-source-group
  • grimoire-file-group
  • grimoire-linemap
  • grimoire-string-replacement
  • grimoire-string-replacement-examples
  • grimoire-stxpath
  • grimoire-syntax-movement
  • grimoire-syntax-property-bundle
  • jackfirth-patch-1
  • jackfirth-patch-1-1
  • jackfirth-patch-2
  • let-replacement
  • limit-open-autopilot-prs-770
  • make-immutable-hash-quasiquote-to-hash
  • manual-display-to-file-rule
  • manual-testing
  • manual-workflow
  • master
  • perf/analysis-hash-tables
  • perf/eager-search-everything
  • perf/syntax-line-count
  • perf/syntax-path-comparator
  • pr-analysis
  • remove-copilot
  • rule-application-timing
  • run-rule
  • split-grimoire
  • syntax-path-tree-diagram
  • test-git-rkt
  • test-github-review-construction-820
  • test-refactoring-result-pure-functions
  • test-run-command
  • test-syntax-path-error-branches-816
  • text-trees
  • when-unless-keyword-multi-body-only

21 Jul 2026 01:48AM UTC coverage: 96.611%. First build
#571

Pull #839

cover

jackfirth
Add null-when-guard-to-match-pattern rule

Fold a `#:when (null? xs)` / `#:when (empty? xs)` guard on a match clause
whose pattern ends in a trailing ellipsis variable `xs ...` directly into
the pattern by dropping the variable, turning e.g. `[(list 'array elems ...)
#:when (null? elems) body]` into `[(list 'array) body]`. Only applies when
the trailing variable isn't used in the clause body.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #839: Add null-when-guard-to-match-pattern rule

131 of 131 new or added lines in 2 files covered. (100.0%)

17619 of 18237 relevant lines covered (96.61%)

0.97 hits per line

Relevant lines Covered
Build:
Build:
18237 RELEVANT LINES 17619 COVERED LINES
0.97 HITS PER LINE
Source Files on null-when-guard-to-match-pattern
  • Tree
  • List 164
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#571 null-when-guard-to-match-pattern Add null-when-guard-to-match-pattern rule Fold a `#:when (null? xs)` / `#:when (empty? xs)` guard on a match clause whose pattern ends in a trailing ellipsis variable `xs ...` directly into the pattern by dropping the variable, turning e.g. `[(li... Pull #839 21 Jul 2026 02:00AM UTC jackfirth cover
96.61
See All Builds (580)
  • Repo on GitHub
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