-
Notifications
You must be signed in to change notification settings - Fork 671
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
docs: fix principal -construct -destruct api reference #3573
docs: fix principal -construct -destruct api reference #3573
Conversation
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! I think the change you proposed sounds good & would be appropriate to include in this pr
Alright I will 👌 |
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.
Good catch!
Codecov Report
@@ Coverage Diff @@
## develop #3573 +/- ##
===========================================
- Coverage 29.86% 29.83% -0.04%
===========================================
Files 298 298
Lines 275049 275049
===========================================
- Hits 82152 82061 -91
- Misses 192897 192988 +91
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Your doc tests are failing |
Thanks for warning me @jcnelson, I had to change PS: when a re-requested a review from Brice, it removed you as a reviewer and now I don't have the rights to add you again |
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.
Great! Thanks for the updates.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
The api reference for
principal-construct
andprincipal-destruct
was built with the wrong argumentIdea: An other option would be to pass
function
(and do it for every othermake_for_simple_native
calls here) to limit the risk of having the same issue in the futureI wanted to limit the footprint of my PR but let me know if I should perform this change
Applicable issues
N/A
Additional info (benefits, drawbacks, caveats
Improve the LSP.
The output type is displayed in VSCode (and other editors) on hover
Checklist
N/A