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

carapace-sh / carapace-bridge / 29170664650
0%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2026 10:32PM UTC
Jobs 1
Files 30
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

11 Jul 2026 10:31PM UTC coverage: 0.0%. Remained the same
29170664650

push

github

web-flow
Expand zsh compdef patterns (#311)

* Expand zsh compdef patterns

* Fix zsh bridge losing 85% of completers due to bare #compdef aborting the glob loop

Lines like "#compdef -value-,DISPLAY,-default-" were reduced to a bare
"#compdef" by the sed option-stripping step. This reached the while
loop, matched the glob-character check, and caused an invalid pattern
error that aborted the entire loop, dropping all subsequent entries.
Filter these bare #compdef strings before the loop so glob expansion
runs to completion.

Assisted-by: Crush:glm-5.2

* Isolate glob expansion in subshell to contain malformed patterns

A bare #compdef was one bad pattern that aborted the while loop, but
malformed globs like unmatched parens or brackets from other zsh
completion packages could cause the same failure. Running the expansion
in a subshell with stderr suppressed ensures any bad pattern only
skips that single entry instead of aborting the entire loop.

Assisted-by: Crush:glm-5.2

---------

Co-authored-by: rsteube-bot <rsteube-bot@users.noreply.github.com>

0 of 1294 relevant lines covered (0.0%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29170664650.1 11 Jul 2026 10:32PM UTC 30
0.0
GitHub Action Run
Source Files on build 29170664650
  • Tree
  • List 30
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 70a08176 on github
  • Prev Build on master (#29170131068)
  • Next Build on master (#29172048302)
  • Delete
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