Skip to content

Add generateErrorReport for better error messages (0.0.16)#17

Open
jcschaff wants to merge 2 commits into
mainfrom
errorMessageImprovement
Open

Add generateErrorReport for better error messages (0.0.16)#17
jcschaff wants to merge 2 commits into
mainfrom
errorMessageImprovement

Conversation

@jcschaff

Copy link
Copy Markdown
Member

Summary

Adds a generateErrorReport(String, Throwable) entry point so failures surface clear, structured error reports instead of opaque stack traces. Bumps version to 0.0.16 (new feature).

Changes

  • vcell-native/.../Entrypoints.java — new generateErrorReport(String, Throwable) function (+47 lines)
  • vcell-native/.../MiscTests.java — test coverage (+133 lines)
  • vcell-native/src/test/resources/bad_vcml.vcml — malformed-VCML fixture for error-path tests
  • pyproject.toml — version 0.0.15.40.0.16

Context

Stacked on #16 (now merged). With those build/release commits already in main, this PR reduces to the single error-reporting feature commit plus the version bump.

🤖 Generated with Claude Code

CodeByDrescher and others added 2 commits June 17, 2026 09:25
Releases the new generateErrorReport(String, Throwable) error-reporting
support added in this branch.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants