-
Notifications
You must be signed in to change notification settings - Fork 18
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
Goggles crashes when a package cannot be parsed due to syntax error #31
Comments
Well that's no good, could you post the last 10 or so lines of |
I don't see it in your repository list so I'm guessing it's a private repo right? |
Thanks for writing back. Sorry about the delay. I have a new son since I posted this issue. Yes, nearly all our repos are private. Here is the crashing line from the log you mentioned. Was this trying to compile some of my code when it crashed?!
I quickly ran a Looks like for some reason it was trying to compile this random out of place |
@integrii thanks for the response and congratulations on the new baby! Goggles doesn't compile or execute any of your code, but it does use the go/build package to parse and analyze the source code. This is the same internal package used by GoDoc, the various go commands (build, install, vet, etc), and many other tools. If the source code can't be compiled Goggles would definitely fail to parse it, so I'm going to retitle this issue to simply ignore packages that cannot be compiled, rather than crashing. |
Perfect! Thanks @KyleBanks. I love the project. |
Kyle, first of all -> Hell i <3 Goggle Edit:// Still dont find the logs, do i have to build it from the source to enjoy them? |
Various experiments when searching other things reveals that it crashes when I select any of my private home-ai repos.
The text was updated successfully, but these errors were encountered: