fix(prettyCQL): prettyCQL crashes on ouf-of-bound access #533
Annotations
10 errors
pkg/generators/statement_generator.go#L68
missing type in composite literal (typecheck)
|
pkg/jobs/gen_check_stmt.go#L387
declared and not used: valuesCount (typecheck)
|
pkg/querycache/querycache.go#L23
could not import github.com/scylladb/gemini/pkg/typedef (-: # github.com/scylladb/gemini/pkg/typedef
|
pkg/typedef/typedef.go#L200
undefined: PrettyCQLer) (typecheck)
|
pkg/querycache/querycache.go#L29
cannot range over c (variable of type QueryCache) (typecheck)
|
pkg/querycache/querycache.go#L30
invalid operation: cannot index c (variable of type QueryCache) (typecheck)
|
pkg/querycache/querycache.go#L60
invalid operation: cannot index c.cache (variable of type QueryCache) (typecheck)
|
pkg/typedef/typedef.go#L200
undefined: PrettyCQLer (typecheck)
|
pkg/typedef/columns_test.go#L28
could not import github.com/scylladb/gemini/pkg/typedef (-: # github.com/scylladb/gemini/pkg/typedef [github.com/scylladb/gemini/pkg/typedef.test]
|
pkg/typedef/typedef.go#L200
undefined: PrettyCQLer) (typecheck)
|
This job failed
Loading