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

Broken dependency in scaladoc on tasty-inpector #17655

Open
nicolasstucki opened this issue May 31, 2023 · 1 comment
Open

Broken dependency in scaladoc on tasty-inpector #17655

nicolasstucki opened this issue May 31, 2023 · 1 comment

Comments

@nicolasstucki
Copy link
Contributor

The scaladoc project depends on scala3-tasty-inspector, but for some reason, some of the use cases do not include this dependency at runtime. It fails with Caused by: java.lang.ClassNotFoundException: scala.tasty.inspector.Inspector (see community-build and sbt-test/scripted). The previous version did not use the proper inspector classes either and therefore did not encounter this issue.

It is fine to have a copy of these files here for now, as it is equivalent to the current state. Someone will need to investigate and fix this issue later. I will open an issue for this.

Originally posted by @nicolasstucki in #17623 (comment)

@nicolasstucki
Copy link
Contributor Author

To fix this issue we need to delete all files in https://github.com/lampepfl/dotty/tree/main/scaladoc/src/scala/tasty/inspector and resolve any dependency issues.

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

No branches or pull requests

1 participant