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

ponder-lab / Hybridize-Functions-Refactoring / 27392210002
79%

Build:
DEFAULT BRANCH: main
Ran 12 Jun 2026 03:20AM UTC
Jobs 1
Files 31
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

10 Jun 2026 10:16PM UTC coverage: 78.97% (-0.01%) from 78.982%
27392210002

push

github

web-flow
Return a string from `addInputSignature`; compose one decorator edit (#606)

* Return a string from `addInputSignature`; compose one decorator edit

`addInputSignature` now returns `Optional<String>` (the parenthesized
`(input_signature=...)` text) instead of an `Optional<TextEdit>`. `convertToHybrid`
composes the whole decorator into a single `InsertEdit` rather than three
same-offset zero-length `InsertEdit`s, so correctness no longer depends on
Eclipse sequencing same-offset edits by add-order. The `reconfigure()`
argless-decorator branch wraps the returned string in an `InsertEdit` at its
AST-derived offset.

Pure refactor; behavior unchanged.

Closes #575

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Wrap the composed decorator edit in a `MultiTextEdit`

Keep every element of `convertToHybrid`'s returned list a container. The
processor builds the per-file `TextChange` by making the first edit the root and
adding the rest as children, which requires the root to accept children; a bare
`InsertEdit` root would fail when a file has multiple such edits. Restores the
container shape while keeping the single composed edit from #575.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

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

1442 of 1826 relevant lines covered (78.97%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27392210002.1 12 Jun 2026 03:20AM UTC 31
78.97
GitHub Action Run
Source Files on build 27392210002
  • Tree
  • List 31
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27392210002
  • ab8820ee on github
  • Prev Build on main
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