Skip to content

Instantly share code, notes, and snippets.

@steveyen
Created February 17, 2016 18:41
Show Gist options
  • Save steveyen/2ea1738dcc93e5c761b4 to your computer and use it in GitHub Desktop.
Save steveyen/2ea1738dcc93e5c761b4 to your computer and use it in GitHub Desktop.
go vet on bleve on steve macbook
Steves-MacBook-Pro:bleve steveyen$ git log
commit 54774a9e5f1b2941e567d90d67b601d1e457c644
Author: Steve Yen <[email protected]>
Date: Tue Feb 16 22:20:44 2016 -0800
use logf to pass go vet
commit 57cd5e0ced92114744a45f5e011730bddddcfc4f
Author: Steve Yen <[email protected]>
Date: Tue Feb 9 17:29:58 2016 -0800
integrate index/store/moss KV store
commit 1006bf54b4782b0644e66a600c27e80652937d91
Author: Marty Schoch <[email protected]>
Date: Tue Feb 9 16:26:03 2016 -0500
try to close indexes at end of http handler test
commit 208b700e1739b038ce639dea190b35b5b7ddb0a0
Author: Marty Schoch <[email protected]>
Date: Tue Feb 9 15:57:35 2016 -0500
add missing build tag guarding cznicb benchmark
commit e523bf757e4b6a16d6bda40a8e3156613ed5ac1e
Author: Marty Schoch <[email protected]>
Date: Tue Feb 9 15:48:08 2016 -0500
test slow timer with different way to avoid windows 15ms timer
commit 9a1e6e1905a3a246ff880ff168636bdb2cd6c69d
Author: Marty Schoch <[email protected]>
Date: Tue Feb 9 13:33:11 2016 -0500
fix some test failures on windows
commit ebb7d2d0764e3c9de062a2a9cbdacf7490d6ba85
Author: Marty Schoch <[email protected]>
Date: Mon Feb 8 17:19:45 2016 -0500
added ability to limit the max number of disjunction clauses
set DisjunctionMaxClauseCount to a non-zero value to enforce
the limit
commit 71ba2ea40c29684d8f8140ae6b73948fc3848026
Merge: 40c1a8e a5080ac
Author: Marty Schoch <[email protected]>
Date: Fri Feb 5 13:44:27 2016 -0500
Merge pull request #148 from StreamBoat/handle_numerics
Handle numeric fields other than float64 in processProperty
commit 40c1a8e835d22f69357eac323a5dbc5c62d081a1
Merge: 40c9551 c07fa47
Author: Marty Schoch <[email protected]>
Date: Fri Feb 5 13:10:28 2016 -0500
Steves-MacBook-Pro:bleve steveyen$ go vet ./...
search/highlight/term_locations_test.go:343: search.Locations composite literal uses unkeyed fields
search/highlight/term_locations_test.go:365: search.Locations composite literal uses unkeyed fields
search/highlight/term_locations_test.go:388: search.Locations composite literal uses unkeyed fields
search/highlight/term_locations_test.go:414: search.Locations composite literal uses unkeyed fields
search/highlight/term_locations_test.go:440: search.Locations composite literal uses unkeyed fields
search/highlight/term_locations_test.go:466: search.Locations composite literal uses unkeyed fields
exit status 1
search/highlight/fragment_formatters/html/fragment_formatter_html_test.go:32: search.Locations composite literal uses unkeyed fields
search/highlight/fragment_formatters/html/fragment_formatter_html_test.go:67: search.Locations composite literal uses unkeyed fields
exit status 1
search/highlight/highlighters/simple/fragment_scorer_simple_test.go:33: search.Locations composite literal uses unkeyed fields
search/highlight/highlighters/simple/fragment_scorer_simple_test.go:50: search.Locations composite literal uses unkeyed fields
search/highlight/highlighters/simple/fragment_scorer_simple_test.go:57: search.Locations composite literal uses unkeyed fields
search/highlight/highlighters/simple/highlighter_simple_test.go:37: search.Locations composite literal uses unkeyed fields
search/highlight/highlighters/simple/highlighter_simple_test.go:44: search.Locations composite literal uses unkeyed fields
search/highlight/highlighters/simple/highlighter_simple_test.go:82: search.Locations composite literal uses unkeyed fields
search/highlight/highlighters/simple/highlighter_simple_test.go:109: search.Locations composite literal uses unkeyed fields
search/highlight/highlighters/simple/highlighter_simple_test.go:121: search.Locations composite literal uses unkeyed fields
exit status 1
search/scorers/scorer_term_test.go:73: search.Locations composite literal uses unkeyed fields
exit status 1
Steves-MacBook-Pro:bleve steveyen$ go version
go version go1.5.2 darwin/amd64
Steves-MacBook-Pro:bleve steveyen$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment