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

eaburns / T / 1392
88%

Build:
DEFAULT BRANCH: master
Ran 04 May 2016 06:51PM UTC
Jobs 1
Files 19
Run time 16s
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
1392

Pull #296

travis-ci

eaburns
editor/view,ui: return errors preforming edits on a View.

We were returning errors from individual edits, but if the entire HTTP request failed, no error was returned, and the response channel was never notified. This caused any such error to deadlock waiting for a response that would never be sent. Now, the interface is changed to hide the underlying channel and simply return the response or an error instead.

This change also makes the ui code more explicit about whether it's doing a synchronous or asynchornous request. This is important, because we want to avoid blocking the window's event goroutine on synchronous requests, which we currently do in a few places (see #295).

Fixes #293.
Pull Request #296: editor/view,ui: return errors preforming edits on a View.

57 of 57 new or added lines in 5 files covered. (100.0%)

3884 of 4413 relevant lines covered (88.01%)

2.14 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
100.0
ui/sheet.go
6
100.0
ui/textbox.go

Uncovered Existing Lines

Lines Coverage ∆ File
6
100.0
ui/sheet.go
Jobs
ID Job ID Ran Files Coverage
1 1392.1 (PATH=$HOME/gopath/bin:$PATH) 04 May 2016 06:51PM UTC 0
88.01
Travis Job 1392.1
Source Files on build 1392
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1392
  • Pull Request #296
  • PR Base - master (#1390)
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