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

maruel / panicparse / 203

Builds Branch Commit Type Ran Committer Via Coverage
203 master stack: Fix unit test TestAugment on go1.11 and later Zap out arguments expectation on go1.11 and later Where arguments used to be listed explicitly, they are now listed as "(...)". This broke the unit tests. For example with "panic slice_str", ... push 13 May 2019 02:24PM UTC maruel travis-ci
64.66
202 0_fix_test stack: Fix unit test TestAugment on go1.11 and later Zap out arguments expectation on go1.11 and later Where arguments used to be listed explicitly, they are now listed as "(...)". This broke the unit tests. For example with "panic slice_str", ... push 13 May 2019 02:20PM UTC maruel travis-ci
64.4
200 0_fix_test stack: Fix unit test TestAugment on go1.11 and later Zap out arguments expectation on go1.11 and later Where arguments used to be listed explicitly, they are now listed as "(...)". This broke the unit tests. For example with "panic slice_str", ... push 13 May 2019 02:11PM UTC maruel travis-ci
64.66
199 0_fix_test stack: Fix unit test TestAugment on go1.11 and later Zap out arguments expectation on go1.11 and later Where arguments used to be listed explicitly, they are now listed as "(...)". This broke the unit tests. For example with "panic slice_str", ... push 13 May 2019 02:08PM UTC maruel travis-ci
64.4
198 master Remove github.com/maruel/ut from Gopkg.toml Prune tests, non go files, unused packages. Ran dep ensure -update push 06 Aug 2018 08:36PM UTC maruel travis-ci pending completion   set done
197 master stack: move Example to separate test package This makes the code copy-pastable, which is much more useful for users. push 18 Mar 2018 11:02PM UTC maruel travis-ci pending completion   set done
196 master stack: change []Goroutine to []*Goroutine Using a slice of objects was an error in hindsight. This is much more efficient when constructing the slice, as each Goroutine instance is fairly large. push 18 Mar 2018 03:09PM UTC maruel travis-ci pending completion   set done
195 master Fix html regression in 8fe0a69c9dd8b4 Add simple unit test to stop regressing. push 18 Mar 2018 03:04PM UTC maruel travis-ci pending completion   set done
194 master stack: Rename Bucketize to Aggregate, simplify Bucket Change the returned slice to be a slice of pointers, which makes sorting more efficient. Simplify tests in bucket_test.go to be more focused. push 18 Mar 2018 02:38PM UTC maruel travis-ci pending completion   set done
193 master stack: Move Bucketize tests into bucket_test.go No functional change. push 18 Mar 2018 02:11PM UTC maruel travis-ci pending completion   set done
192 master stack: unexport Less This further reduce the API surface, making it more user friendly. Eventually Signature.Less() will be user-provided in Bucketize() so users can decide what ordering they want. See issue #23. push 18 Mar 2018 01:22PM UTC maruel travis-ci pending completion   set done
191 master stack: unexport SortBuckets and Buckets This significantly reduce the API surface. The only drawback is that it is now not possible to not get the unsorted buckets, but I don't see a use case for this. push 18 Mar 2018 02:02AM UTC maruel travis-ci pending completion   set done
190 master stack: unexport Equal, Similar and Merge This greatly simplify the API surface and users can reimplement these if they want their own bucketing algorithm. May reexport if there is a good use case. push 18 Mar 2018 01:49AM UTC maruel travis-ci pending completion   set done
189 master Switch code to use keyed member in initialization May make future refactoring simpler. No functional change. push 18 Mar 2018 01:35AM UTC maruel travis-ci pending completion   set done
188 master stack: shorten names In Go, characters are costly (tm) so rename Function to Func and Source to Src. Change methods on Func, Arg and Args be all using pointer instead of struct copying, which is inefficient. Update call sites. This is another b... push 18 Mar 2018 12:58AM UTC maruel 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