Skip to content

Added _process_list as a _raw and _truncate helper#378

Merged
rongxin-liu merged 1 commit into4.0.0-devfrom
fix/issue-376-lists-as-strs
Aug 7, 2025
Merged

Added _process_list as a _raw and _truncate helper#378
rongxin-liu merged 1 commit into4.0.0-devfrom
fix/issue-376-lists-as-strs

Conversation

@ivanharvard
Copy link

_process_list now handles converting lists to strings. _raw will no longer handle "raw"-ing a list, as that will be outsourced to _process_list. This closes #376, since the responsibilities of each function have now been changed.

@ivanharvard ivanharvard self-assigned this Aug 7, 2025
@ivanharvard ivanharvard added enhancement 4.x Issues relating to check50 4.x labels Aug 7, 2025
Copy link
Contributor

@rongxin-liu rongxin-liu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! Thank you!

@rongxin-liu rongxin-liu merged commit 4fc0c42 into 4.0.0-dev Aug 7, 2025
1 check passed
@rongxin-liu rongxin-liu deleted the fix/issue-376-lists-as-strs branch August 7, 2025 16:18
@rongxin-liu rongxin-liu linked an issue Aug 7, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.x Issues relating to check50 4.x enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_raw(s) and _truncate(s, other) handle (nested) lists differently

2 participants