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

sass / libsass / 4858
85%

Build:
DEFAULT BRANCH: master
Ran 18 Mar 2019 10:54AM 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
4858

push

travis-ci

xzyfer
Avoid modifying Expression in ast_node_to_sass_value

Previously, the argument to `ast_node_to_sass_value` was a `const Expression_Ptr`.

The `const` there was useless, as it didn't mean the constness of Expression but merely that `val` pointer could not be reassigned within the function (due to how pointer `typedef` and `const` interacts).

Assuming the intended argument type was `const Expression_Ptr *`, I've changed it to `Expression_Ptr_Const`.

This required splitting `to{RGBA,HSLA}(bool)` into separate functions, so that the one that always copies could be marked as `const`.

10116 of 11960 relevant lines covered (84.58%)

413944.24 hits per line

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

© 2025 Coveralls, Inc