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

neovim / neovim / 1209
77%

Build:
DEFAULT BRANCH: master
Ran 11 Apr 2014 05:46PM UTC
Jobs 2
Files 176
Run time 11min
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

pending completion
1209

push

travis-ci

tarruda
Add `msgpack_rpc_dispatch`/metadata generator

This adds a lua script which parses the contents of 'api.h'. After the api is
parsed into a metadata table. After that, it will generate:

- A msgpack blob for the metadata table. This msgpack object contains everything
  scripting engines need to generate their own wrappers for the remote API.
- The `msgpack_rpc_dispatch` function, which takes care of validating msgpack
  requests, converting arguments to C types and passing control to the
  appropriate 'api.h' function. The result is then serialized back to msgpack
  and returned to the client.

This approach was used because:

- It automatically modifies `msgpack_rpc_dispatch` to reflect API changes.
- Scripting engines that generate remote call wrappers using the msgpack
  metadata will also adapt automatically to API changes

64608 of 113083 relevant lines covered (57.13%)

94604.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1209.1 11 Apr 2014 05:58PM UTC 0
59.89
Travis Job 1209.1
2 1209.2 11 Apr 2014 05:46PM UTC 0
0.37
Travis Job 1209.2
Source Files on build 1209
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1209
  • 35ff53c6 on github
  • Prev Build on master (#1207)
  • Next Build on master (#1213)
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