• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 6048421051
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: drewdzzz/dict-overflow-errcode
DEFAULT BRANCH: master
Ran 01 Sep 2023 10:58AM UTC
Jobs 1
Files 476
Run time 25s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Sep 2023 10:35AM UTC coverage: 85.843% (-0.001%) from 85.844%
6048421051

push

github

locker
yaml: don't encode unprintable strings as binary blobs

Historically, we encode strings that contain invalid or non-printable
utf-8 sequences in YAML as binary base64 blobs. We do that because of
limitations/bugs of the YAML encoder, which refuses to encode invalid
utf-8 strings. To work around this issue, we introduced the helper
utf8_check_printable, which is basically a copy of yaml_check_utf8,
and treat strings for which it fails as binary data (MP_BIN).

This commit updates the YAML submodule to the version where all known
issues with encoding invalid/unprintable utf-8 strings are fixed and
removes special treatment of such strings (drops utf8_check_printable).
Now unprintable or invalid utf-8 sequences are emitted as code points,
e.g. '\xFF' or '\uFFFF'. This change is a pre-requisite for introducing
the new varbinary type to Lua. Without it plain strings would be
implicitly converted to varbinary after decoding/encoding them in YAML,
which would be confusing.

Closes #8756

NO_DOC=bug fix

(cherry picked from commit 890a821c3)

62299 of 114119 branches covered (0.0%)

7 of 7 new or added lines in 2 files covered. (100.0%)

93299 of 108685 relevant lines covered (85.84%)

2812239.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6048421051.1 01 Sep 2023 10:58AM UTC 0
85.84
GitHub Action Run
Source Files on build 6048421051
Detailed source file information is not available for this build.
  • Back to Repo
  • 8caf1fff on github
  • Prev Build on release/2.11 (#6021860140)
  • Next Build on release/2.11 (#6073061372)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc