-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TastyInspector sometimes return EmptyTree
for tasty files
#12669
Comments
This issue was picked for the Issue Spree No. 24 of 29 November 2022 which takes place in a week from now. @issackurian, @rjolly will be working on it. If you have any insight into the issue or guidance on how to fix it, please leave it here. |
This issue was picked for the Issue Spree No. 25 of 24 January 2023 which takes place in a week from now. @issackurian, @mbovel will be working on it. If you have any insight into the issue or guidance on how to fix it, please leave it here. |
@issackurian, @rjolly: I see that you already worked on this issue during a previous Spree. What was the status? |
@mbovel Yes, we worked on this with Nicholas Stucki. I was supposed to make
a pull request, but unfortunately wasn't able to do it yet. I'll work on
that and submit it by the end of this week.
Should I join the spree in that case, I think it might be useful to get
another pair of eyes , since this is my first scala PR.
…On Tue, Jan 24, 2023, 08:03 Matt Bovel ***@***.***> wrote:
@issackurian <https://github.com/issackurian>, @rjolly
<https://github.com/rjolly>: I see that you already worked on this issue
during a previous Spree. What was the status?
—
Reply to this email directly, view it on GitHub
<#12669 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGKSIROI5YGVOLMBL2FTODWT7HITANCNFSM454PT3ZQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I see. Yes we can work on this PR together I made a branch that adds the test case in the description as a Dotty test in case it might be useful: dotty-staging@ca1201d. See you tonight! |
However, the A.tasty and B_rename.tasty files from the repo in the issue don't seem to load inside the dotty repo ???
https://github.com/BarkingBad/tasty-bug
TastyInspector correctly loads
A
andB
tasty files, though they are atresources/tasties/
pathTastyInspector incorrectly loads many combinations of
Array.tasty
stdlib tasty file unless it is exactly atscala/Array.tasty
path suffix with companion.class
file. Otherwise, it returnsEmptyTree
It's worth noting that
A
andB
files load correctly even with.class
file at the same directoryThe text was updated successfully, but these errors were encountered: