-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix: Add tests for extensions's signatures #17133
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
Conversation
08f26bd
to
c82af99
Compare
23cae33
to
c15bdfc
Compare
scaladoc/test/dotty/tools/scaladoc/signatures/SignatureTest.scala
Outdated
Show resolved
Hide resolved
scaladoc/test/dotty/tools/scaladoc/signatures/SignatureTest.scala
Outdated
Show resolved
Hide resolved
scaladoc/test/dotty/tools/scaladoc/signatures/TranslatableSignaturesTestCases.scala
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR.
Overall looks good, I added some comments.
scaladoc/test/dotty/tools/scaladoc/signatures/SignatureTest.scala
Outdated
Show resolved
Hide resolved
scaladoc/test/dotty/tools/scaladoc/signatures/SignatureTest.scala
Outdated
Show resolved
Hide resolved
scaladoc/test/dotty/tools/scaladoc/signatures/SignatureTest.scala
Outdated
Show resolved
Hide resolved
The corrections are done, thank you very much for your feedback @ckipp01 @KacperFKorban ! |
scaladoc/test/dotty/tools/scaladoc/signatures/SignatureTest.scala
Outdated
Show resolved
Hide resolved
0ce1120
to
11900fa
Compare
- Correct typo in SignatureTest file - Correct from the feedback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good on my end. Thanks @Dedelweiss!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In this PR, I added new tests examples for extensions's signatures.
To do that I did multiple changement :
SignatureTest
ExtensionParam
TranslatableSignaturesTestCases
Fixes: #17108