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

sass / libsass / 4860
85%

Build:
DEFAULT BRANCH: master
Ran 20 Mar 2019 08:22AM UTC
Jobs 1
Files 133
Run time 7s
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
4860

push

travis-ci

xzyfer
Remove _Ptr(_Const) typedefs (#2847)

Removes these typedefs because pointers should be handled with care.
Having them visually stand out in the code helps us avoid common pitfalls,
such as accidentally using `Ptr` instead of `Obj`.

This change has been automatically generated using the following command:

```bash
find src \( -name '*.cpp' -o -name '*.hpp' \) -exec sed -i \
'/typedef.*_Ptr[_;]/d;'\
's/\([A-Za-z_]*\)_Ptr_Const/const \1*/g;'\
's/\([A-Za-z_]*\)_Ptr/\1*/g;'\
's/\([a-z]\)##\*/\1*/g' '{}' \+
```

Fixes #2785

10116 of 11960 relevant lines covered (84.58%)

414073.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4860.1 (AUTOTOOLS=no COVERAGE=yes BUILD=static) 20 Mar 2019 08:22AM UTC 0
84.58
Travis Job 4860.1
Source Files on build 4860
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4860
  • c55821a4 on github
  • Prev Build on master (#4858)
  • Next Build on master (#4862)
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