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

neovim / neovim / 1821
77%

Build:
DEFAULT BRANCH: master
Ran 03 May 2014 02:07PM UTC
Jobs 2
Files 184
Run time 9min
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
1821

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.

64899 of 113021 relevant lines covered (57.42%)

91241.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1821.1 (TRAVIS_BUILD_TYPE=clang/asan) 03 May 2014 02:16PM UTC 0
60.2
Travis Job 1821.1
3 1821.3 (TRAVIS_BUILD_TYPE=gcc/unittest) 03 May 2014 02:07PM UTC 0
0.47
Travis Job 1821.3
Source Files on build 1821
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1821
  • 4fe0a518 on github
  • Prev Build on master (#1820)
  • Next Build on master (#1825)
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