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

tarantool / tarantool / 20204 / 4
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: imeevma/gh-12911-rework-parsing-of-default
DEFAULT BRANCH: master
Ran 13 Jan 2020 04:14PM UTC
Files 306
Run time 36s
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

13 Jan 2020 02:10PM UTC coverage: 82.492% (+0.02%) from 82.474%
TARGET=coverage

push

travis-ci

Totktonada
lua: keeping the pointer type in msgpackffi.decode()

Method decode_unchecked returns two values - the one that has
been decoded and a pointer to the new position within the buffer
given as a parameter. The type of returned pointer used to be
cdata<unsigned char *> and it was not possible to assign returned
value to buf.rpos due to the following error:

> cannot convert 'const unsigned char *' to 'char *'

The patch fixes this by making decode_unchecked method return either
cdata<char *> or cdata<const char *> depending on the given parameter.

Closes #3926

(cherry picked from commit 84bcba52a)

41745 of 50605 relevant lines covered (82.49%)

918089.84 hits per line

Source Files on job 20204.4 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 277
  • Source Changed 4
  • Coverage Changed 277
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15740
  • Travis Job 20204.4
  • 750d5e30 on github
  • Prev Job for TARGET=coverage on 1.10 (#20158.4)
  • Next Job for TARGET=coverage on 1.10 (#20221.4)
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