refactor: implement context based progress tracker #1145
Annotations
10 errors and 4 warnings
base/search/index_test.go#L26
could not import github.com/zhenghaoz/gorse/model/ranking (-: # github.com/zhenghaoz/gorse/model/ranking
|
base/search/hnsw.go#L132
cannot use len(h.vectors) (value of type int) as int64 value in argument to progress.Start (typecheck)
|
base/search/hnsw.go#L145
cannot use throughput (variable of type int) as int64 value in argument to span.Add (typecheck)
|
base/search/hnsw.go#L368
cannot use trials (variable of type int) as int64 value in argument to progress.Start (typecheck)
|
config/settings.go#L18
could not import github.com/zhenghaoz/gorse/model/click (-: # github.com/zhenghaoz/gorse/model/click
|
config/settings.go#L19
could not import github.com/zhenghaoz/gorse/model/ranking (-: # github.com/zhenghaoz/gorse/model/ranking
|
master/local_cache.go#L23
could not import github.com/zhenghaoz/gorse/model/click (-: # github.com/zhenghaoz/gorse/model/click
|
master/local_cache.go#L24
could not import github.com/zhenghaoz/gorse/model/ranking (-: # github.com/zhenghaoz/gorse/model/ranking
|
master/tasks.go#L33
could not import github.com/zhenghaoz/gorse/base/search (-: # github.com/zhenghaoz/gorse/base/search
|
master/master.go#L175
m.RankingModel undefined (type *Master has no field or method RankingModel) (typecheck)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading