Skip to content

Replace message() with stop() in graph validation#62

Merged
vangberg merged 1 commit into
mainfrom
issue-61-stdout-cleanup
Aug 5, 2025
Merged

Replace message() with stop() in graph validation#62
vangberg merged 1 commit into
mainfrom
issue-61-stdout-cleanup

Conversation

@vangberg

@vangberg vangberg commented Aug 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • Replace multiple message() calls with single stop() calls in graph validation
  • Consolidate error messages for cleaner output in validation failures
  • Maintain same formatting and color codes for error messages

Test plan

  • All existing tests pass (343/343)
  • R CMD check passes with only expected warnings/notes
  • Error message formatting preserved

🤖 Generated with Claude Code

Consolidate validation error messages into single stop() calls instead of using multiple message() calls followed by stop(). This provides cleaner error output and follows the requirement to not use message() in graph().

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vangberg
vangberg merged commit 1c443da into main Aug 5, 2025
1 check passed
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.

1 participant