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

ponder-lab / Hybridize-Functions-Refactoring / #2136
78%
main: 79%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-696-16c5019c2c8d84dc1f53543cb7e5c06071fbb1a7
DEFAULT BRANCH: main
Ran 25 Jun 2026 06:22PM UTC
Jobs 1
Files 32
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

25 Jun 2026 06:18PM UTC coverage: 77.969%. Remained the same
#2136

push

github

web-flow
Suppress launcher dialogs and default `performChange` off for the headless evaluator (#668)

* Suppress launcher dialogs and default performChange off for the headless evaluator

The product launcher showed a GUI "JVM terminated" dialog whenever the application exited non-zero, which is wrong for a headless tool and disruptive on a machine with a display. Add `--launcher.suppressErrors` to the product launcher and the run script; diagnostics are unaffected, since errors still reach the console (`-consoleLog`), the workspace `.log`, and the non-zero exit code.

Also default `PERFORM_CHANGE` off in the run script, matching the tool's own default (the evaluation applies the transformation only in special cases, e.g. the performance evaluation), and refresh the script header for the now-built self-contained product.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

* Note the headless run option in CONTRIBUTING

The Running the Evaluator section described only the IDE launch; mention that
the evaluator can also run headlessly from the command line, pointing to the
wiki for the launcher, wrapper script, and configuration.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FuhM8SsTRB6BraLt3Ph7ZC

* Forward only set flags in the headless run script

The script restated the tool's flag defaults (redundant, since the tool defaults
every flag off via Boolean.getBoolean) and the heap (already set by the product
launcher). Forward only the flags set in the environment, letting the tool
default the rest, and append to the product launcher's vmargs with
--launcher.appendVmargs rather than restating the heap. Set MAX_HEAP to override
the heap when pointing ECLIPSE at a non-product Eclipse.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01F... (continued)

1628 of 2088 relevant lines covered (77.97%)

0.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2136.1 25 Jun 2026 06:22PM UTC 32
77.97
Source Files on build #2136
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c1ec706b 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