Push on main #67
codeql
on: dynamic
Matrix: Analyze
Annotations
10 errors
Analyze (go)
not enough arguments in call to GetLinuxFlags
|
Analyze (go)
assignment mismatch: 1 variable but GetLinuxFlags returns 2 values
|
Analyze (go)
bc.NeedBuildables undefined (type "github.com/poppolopoppo/ppb/utils".BuildContext has no field or method NeedBuildables)
|
Analyze (go)
not enough arguments in call to GetCompileFlags
|
Analyze (go)
multiple-value GetCompileFlags() (value of type (*compile.CompileFlags, error)) in single-value context
|
Analyze (go)
cannot use &llvm (value of type *LlvmCompiler) as compile.Compiler value in variable declaration: *LlvmCompiler does not implement compile.Compiler (wrong type for method CreateAction)
|
Analyze (go)
invalid operation: compiler == &llvm (mismatched types compile.Compiler and *LlvmCompiler)
|
Analyze (go)
undefined: GetBuildableFlags
|
Analyze (go)
not enough arguments in call to GetCompileFlags
|
Analyze (go)
undefined: GetBuildableFlags
|