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

chapel-lang / sphinxcontrib-chapeldomain / 49
60%

Build:
DEFAULT BRANCH: master
Ran 20 Feb 2015 12:56AM UTC
Jobs 2
Files 4
Run time 57s
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
49

push

travis-ci

thomasvandoren
Merge pull request #13 from thomasvandoren/fix-ret-sigs

Update signature patterns to better match return types (and drop -> before return type).

Instead of trying to pick out the type that occurs after the colon, or after a
space if its a ref return intent, pick everything including the colon or
space. This will then be used in the output as the return annotation.

E.g., if the signature is `x():int`, then the return annotation will literally
be `:int`. Similarly:

"x(int(64)) : int(32)" --> " : int(32)`
"x()   const"          --> "   const"

Also, update the node type for the return annotation to simply be
`addnodes.desc_type` instead of `addnodes.desc_returns`. desc_returns is a
subclass of desc_type that overrides the astext() method and inserts the string
" -> " before the actual text of the node.

By using desc_type directly, there will no longer be the " -> " string. But,
now that the return annotations preserve the colon, those will be in the node
text and show up in the output (i.e. html).

r: @lydia-duncan

347 of 675 relevant lines covered (51.41%)

1.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 49.1 20 Feb 2015 12:56AM UTC 0
51.41
Travis Job 49.1
2 49.2 20 Feb 2015 12:57AM UTC 0
51.41
Travis Job 49.2
Source Files on build 49
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #49
  • 3ec20d5d on github
  • Prev Build on master (#48)
  • Next Build on master (#52)
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