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

neovim / neovim / 1821 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 03 May 2014 02:16PM UTC
Files 183
Run time 27s
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

03 May 2014 02:04PM UTC coverage: 60.196%. Remained the same
TRAVIS_BUILD_TYPE=clang/asan

push

travis-ci

justinmk
Remove project int types: Case long_i: Replace with plain long.

Replace long_i with plain long.

long_i was just plain long, adding marker __w64, to be used by
Microsoft's compilers only, as an aid when transitioning from 32 bits to
64 bits. Purpose of this marker was, in fact, to make a 32 bit compiler
emit the same warnings that a 64 bit compiler would.

This __w64 marker is nowadays deprecated by said compilers, and use of a
real 64 bit compiler is recommended instead. See
http://msdn.microsoft.com/en-us/library/s04b5w00.aspx for details.

So, there's no reason to maintain this anymore, and thus is removed.

Refactoring long into int64_t is not attempted, as doing that in a bulk
way is too much complicated. That is left to be done later, on a
file-by-file basis, probably intermixed with file-by-file -Wconversion
activation.

Requested in #459.

64832 of 107702 relevant lines covered (60.2%)

95746.98 hits per line

Source Files on job 1821.1 (TRAVIS_BUILD_TYPE=clang/asan)
  • Tree
  • List 0
  • Changed 28
  • Source Changed 10
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1821
  • Travis Job 1821.1
  • 4fe0a518 on github
  • Prev Job for TRAVIS_BUILD_TYPE=clang/asan on master (#1820.1)
  • Next Job for TRAVIS_BUILD_TYPE=clang/asan on master (#1825.1)
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