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

rjeczalik / cmd / 69
31%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2014 01:28PM UTC
Jobs 2
Files 0
Run time –
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
69

push

travis-ci

rjeczalik
fs/memfs: Refactor tree parsing out to TreeBuilder struct

Breaks public interface, the following gofmt commands takes care of 4/5
rewrites one must perform to fix ones code:

	gofmt -w -r 'TabTree -> UnmarshalTab' .
	gofmt -w -r 'Unix.Tree -> Unix.Decode' .
	gofmt -w -r 'UnixTree -> UnmarshalUnix' .
	gofmt -w -r 'ErrCustomTree -> ErrTreeBuilder' .

The remaining one is to change CustomTree to TreeBuilder, like in the
following example:

	- var ct CustomTree = func...
	+ var tb TreeBuilder = TreeBuilder{DecodeLine: func...
Jobs
ID Job ID Ran Files Coverage
1 69.1 09 Aug 2014 01:28PM UTC 0
Travis Job 69.1
2 69.2 09 Aug 2014 01:28PM UTC 0
Travis Job 69.2
Source Files on build 69
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #69
  • 94aaf283 on github
  • Prev Build on master (#65)
  • Next Build on master (#70)
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