-
Notifications
You must be signed in to change notification settings - Fork 1.1k
TastyInspector.inspectTastyFilesInJar doesn't inspect jar #11696
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
I came across something similar. I think that I don't know if this is intentional, but the current behavior is certainly surprising |
It should be reading tastys within packages. |
Should I create a new issue? I can confirm that under Scala 3.0.0, the tasty inspector only finds tasty files in jars if they are at the top level (i.e. their zip file entry does not contain a slash). |
Yes, we should have another issue |
is this fixed by #13254 @romanowski ? |
Yes, this was fixed by #13254 |
Compiler version
3.0.0-RC1
Minimized code
I took the code from some files in
tests
directory.The only difference is that test files from dotty repo extract jars somehow from classpath.
I tried to run it against local jars.
Output
Expectation
scala3-compiler
has tasty files so there should be someTasty
passed intoinspect
The text was updated successfully, but these errors were encountered: