Enhances send elements to supported status#93
Merged
Conversation
Implements content data processing improvements: - Adds better error handling with LogManager warnings - Adds JSON serialization for complex map values using Jason - Preserves :undefined atoms for invalid expressions - Adds String.trim() for direct content text Implements parameter processing improvements: - Adds enhanced parameter name validation with regex checks - Adds better handling of complex parameter values with normalization - Adds comprehensive error reporting with structured metadata - Adds support for preserving :undefined values from failed evaluations Updates feature detection: - Moves send_content_elements from :partial to :supported - Moves send_param_elements from :partial to :supported 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
Improves code readability and performance by converting cond statements to pattern matching: - build_event_data: Converts cond to pattern matching on content/params/namelist presence - build_content_data: Converts cond to pattern matching on expr/content fields - validate_param_name: Converts cond to pattern matching with guards for parameter validation - get_param_value: Converts cond to pattern matching on expr/location fields Additional improvements: - Extracts process_single_param helper to reduce function nesting depth (fixes Credo issue) - Adds underscore prefixes to unused variables to eliminate compiler warnings - Maintains all existing functionality and test compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements content data processing improvements:
Implements parameter processing improvements:
Updates feature detection:
🤖 Generated with Claude Code