Skip to content

Allowing escaped colon character in dict operations#1361

Merged
oreflow merged 1 commit intomainfrom
escaped-colon-for-dict
May 27, 2025
Merged

Allowing escaped colon character in dict operations#1361
oreflow merged 1 commit intomainfrom
escaped-colon-for-dict

Conversation

@oreflow
Copy link
Collaborator

@oreflow oreflow commented May 27, 2025

  • dict_add, dict_set and dict_remove can now be used with keys / values containing ":" escaped colon characters
  • updating existing pipe-escape functionality to reuse same operation

@oreflow oreflow requested review from pmbethe09 and vladmos as code owners May 27, 2025 14:45
dict_add, dict_set and dict_remove can now be used with keys / values containing "\:" escaped colon characters
updating existing pipe-escape functionality to reuse same operation
@oreflow oreflow force-pushed the escaped-colon-for-dict branch from c3668ac to 8c2eba0 Compare May 27, 2025 14:56
@oreflow oreflow merged commit 5d14477 into main May 27, 2025
5 checks passed
@oreflow oreflow deleted the escaped-colon-for-dict branch May 27, 2025 15:00
oreflow pushed a commit that referenced this pull request May 30, 2025
#1361 caused an issue when splitting a string if the character before the split would be a unicode character since the character was inserted using byte offset.
New version only modifies string content which is known since it matches the regex separator
oreflow added a commit that referenced this pull request May 30, 2025
#1361 caused an issue when splitting a string if the character before the split would be a unicode character since the character was inserted using byte offset.
New version only modifies string content which is known since it matches the regex separator

Co-authored-by: Tim Malmström <[email protected]>
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