Open BarkingBad opened 3 years ago
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 https://github.com/lampepfl/dotty/issues/12669#issuecomment-1401913967, 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 ~along with @rjolly~ (my bad, I see @rjolly will work on 16250 today) during tonight's spree.
I made a branch that adds the test case in the description as a Dotty test in case it might be useful: https://github.com/dotty-staging/dotty/commit/ca1201d866ccf23433db3c07ffc2a6f167a4c37b.
See you tonight!
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 directory