Skip to content

Remove mention of escape sequences from several unapplicable places#937

Merged
Mingun merged 1 commit intotafia:masterfrom
Mingun:clarify-events-content
Feb 15, 2026
Merged

Remove mention of escape sequences from several unapplicable places#937
Mingun merged 1 commit intotafia:masterfrom
Mingun:clarify-events-content

Conversation

@Mingun
Copy link
Collaborator

@Mingun Mingun commented Feb 15, 2026

This PR clarifies some unclear documentation about escape rules in BytesText. Currently it is expected that you may to create event from string with forbidden characters, but they will be escaped.

Fixes #915

@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.99%. Comparing base (d1acdb5) to head (1f6a92c).
⚠️ Report is 42 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #937      +/-   ##
==========================================
- Coverage   58.08%   54.99%   -3.09%     
==========================================
  Files          42       44       +2     
  Lines       15513    16817    +1304     
==========================================
+ Hits         9011     9249     +238     
- Misses       6502     7568    +1066     
Flag Coverage Δ
unittests 54.99% <ø> (-3.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

///
/// This will allocate if the value contains any escape sequences or in
/// non-UTF-8 encoding.
/// This will allocate if the value in non-UTF-8 encoding.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will allocate if the value is encoded in a non-UTF-8 encoding

(and repeat below)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks! All mentioned problems fixed

@Mingun Mingun force-pushed the clarify-events-content branch from 30594bc to 1f6a92c Compare February 15, 2026 15:45
@Mingun Mingun merged commit 142c167 into tafia:master Feb 15, 2026
7 checks passed
@Mingun Mingun deleted the clarify-events-content branch February 15, 2026 18:08
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.

Unclear if BytesText may contain entities or not

3 participants