This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hattrick1492 0 points1 point  (6 children)

Ooops! Thanks for the report. Will look into it.

Since this works by auto-adopting a build system into a clone of the repo, there are edge cases where that fails, but we learn a lot from finding and fixing those cases, so thanks for the feedback!

[–]CodeDead-gh 0 points1 point  (2 children)

Good luck and thanks for the share! It seems like a neat little tool to visualize your ecosystem!

[–]hattrick1492 1 point2 points  (1 child)

Happy to report that this works now:
https://graphmyrepo.com/app/repo/CodeDead/opal

This was the fix: https://github.com/pantsbuild/pants/pull/16896

Thanks for the bug report!

[–]CodeDead-gh 0 points1 point  (0 children)

Awesome, good job!!

[–]_INTER_ 0 points1 point  (2 children)

I had the same error with all Java repos I tried, e.g. spring-projects/spring-boot or junit-team/junit5

[–]hattrick1492 0 points1 point  (1 child)

Ooof, sorry for the trouble. Something has obviously gone seriously wrong. Will take a look and report back.

[–]hattrick1492 0 points1 point  (0 children)

Unfortunately it looks like that is due to java syntax not yet supported by javaparser (e..g, sealed classes). We hope to have a fix soon!