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

mewkiz / flac / 107

Builds Branch Commit Type Ran Committer Via Coverage
107 errors meta: fix issue with errors.WithStack, io.Copy expect io.EOF We cannot use errors.WithStack [1] to maintain call stack information of zeros.Read as this method is invoked from io.Copy (in verifyPadding) which expects io.EOF. Note, the type of th... push 25 May 2018 05:45PM UTC mewmew travis-ci pending completion   set done
106 errors flac: use errors.Cause(err) to compare against specific error values (e.g. io.EOF) Updates #22. push 25 May 2018 05:19PM UTC mewmew travis-ci pending completion   set done
105 errors flac: replace return foo, err with return foo, errors.WithStack(err) Automated translation using poor man's refactoring tools. For some reason, I could not figure out a way to make either eg, gofmt -r, nor gorename replace "return foo, err" with... push 25 May 2018 05:03PM UTC mewmew travis-ci pending completion   set done
104 errors flac: replace fmt.Errorf with errors.Errorf Automated replacement using: $ gofmt -w -r 'fmt.Errorf -> errors.Errorf' *.go $ goimports -w *.go push 25 May 2018 04:41PM UTC mewmew travis-ci pending completion   set done
103 errors flac: use pkg/errors instead of mewkiz/pkg/errutil Automatic rewrite using eg with template err.template as include below $ eg -w -t err.template . === /home/u/Desktop/go/src/github.com/mewkiz/flac/enc.go (62 matches) err.template: // +build ig... push 25 May 2018 04:25PM UTC mewmew travis-ci pending completion   set done
102 master flac: minor update of comment push 25 May 2018 04:16PM UTC mewmew travis-ci pending completion   set done
101 master Skip ID3v2 data prepended to flac files on parsing (#21) * Change signature to flacSignature In order to disambiguate the introduction of the ID3v2 signature. * Add check flac files containing ID3v2 data * Implement skipId3v2 Note: a ... push 25 May 2018 03:28PM UTC mewmew travis-ci pending completion   set done
97 master Fix Travis build (#23) bump Go version to latest stable push 24 May 2018 10:01PM UTC web-flow travis-ci pending completion   set done
96 master travis: always use latest stable Pull #23 24 May 2018 09:52PM UTC web-flow travis-ci pending completion   set done
95 travis travis: always use latest stable push 24 May 2018 09:52PM UTC mewmew travis-ci pending completion   set done
94 master travis: use Go 1.10 Lol, the error was not expected. Apparently 1.10 gets converted as float to 1.1. Haha. Great. So string it is. ref: https://docs.travis-ci.com/user/languages/go/ "Note that, in order to choose Go 1.10, you must use go: "1.1... Pull #23 24 May 2018 09:50PM UTC web-flow travis-ci pending completion   set done
93 travis travis: use Go 1.10 Lol, the error was not expected. Apparently 1.10 gets converted as float to 1.1. Haha. Great. So string it is. ref: https://docs.travis-ci.com/user/languages/go/ "Note that, in order to choose Go 1.10, you must use go: "1.1... push 24 May 2018 09:31PM UTC mewmew travis-ci pending completion   set done
92 travis travis: use Go 1.9 until 1.10 is available to Travis CI push 24 May 2018 09:29PM UTC mewmew travis-ci pending completion   set done
89 master flac: fix Close method to close underlying file descriptor push 08 Apr 2018 03:46PM UTC mewmew travis-ci pending completion   set done
88 master Merge branch 'master' of github.com:mewkiz/flac push 26 Dec 2017 02:24PM UTC mewmew travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next →
  • Back to Repo
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