Skip to content
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

Solidity listed on Repo, but not when calling scc --languages (on latest or master) #328

Closed
0xdramaone opened this issue Mar 29, 2022 · 1 comment

Comments

@0xdramaone
Copy link

Describe the bug
I run scc --languages and try to run scc in my solidity project, and don't see solidity show up in either.

To Reproduce

  1. install scc from brew or go (@latest or @master)
  2. run scc --languages

Expected behavior
scc should count lines for .sol files, and should list solidity when calling scc --languages

Desktop (please complete the following information):

  • macOS 12.2.1
@boyter
Copy link
Owner

boyter commented Mar 29, 2022

100% down to the Go release stuff that was done. You actually need to download the repo and build to get Solidity because for whatever reason (I really need to investigate) go @latest or @master seems to get the 3.0.0 version and not what is actually sitting in master.

If you need a one off build let me know and I can drop it in here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants