-
Notifications
You must be signed in to change notification settings - Fork 1.7k
A fatal error occurred: Extractors for 'go' are found in several same-priority locations #9307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If I understand correctly, you copied the |
Thanks Dave - that worked! The documentation here should probably be clarified to relay that. The docs there instruct you to put the |
The docs currently say
Can you suggest an improvement to the wording? |
I'd suggest the following, since in Section 2, you instruct the user to put the CLI in
|
That step is supposed to specify creating a new, empty directory, not unpacking the CLI. Currently it says
How about changing that to
|
From what @dbartol said the whole issue that I ran into is because the |
That's correct. "Where you will place the CLI" is supposed to mean you're going to do How about amending step 4 to say:
|
Closing: I believe the docs now explain the intended layout, and since we have merged |
I am following the directions listed here.
I am doing this on Mac, running 10.15.7.
These are the steps I've taken:
codeql % codeql version CodeQL command-line toolchain release 2.5.4. Copyright (C) 2019-2021 GitHub, Inc. Unpacked in: /Users/tc/codeql Analysis results depend critically on separately distributed query and extractor modules. To list modules that are visible to the toolchain, use 'codeql resolve qlpacks' and 'codeql resolve languages'.
make
inside of ~/codeql-gocodeql resolve qlpacks
which resulted inlegacy-upgrades (/Users/tc/codeql/legacy-upgrades)
codeql resolve languages
which resulted in:codeql database create appdb --language=go
within the root directory of my Go project which resulted in:Is there something I'm missing? At a minimum, I think the documentation here could be updated to make it more clear. Thanks!
The text was updated successfully, but these errors were encountered: