update fd_permissions_set() signature#213
Conversation
kubkon
left a comment
There was a problem hiding this comment.
Hey! Thanks for the PR! It indeed looks like a bug. Thanks for fixing this!
|
Oh, and BTW, in order to make the CI green whenever introducing a change to the This will regenerate the docs for all phases which you can then commit in the PR :-) |
|
Thanks @kubkon. I noticed the link checking was failing, but also noticed that the witx and generated docs hadn't been kept in sync, so I wasn't sure if that was something I was supposed to do. |
Yep, we got behind on keeping our docs up-to-date with the state of the |
It appears that the permissions argument to permissions_set() was labeled as an output instead of an input.
|
Ping. I pushed a commit to regenerate the docs. |
It appears that the
permissionsargument topermissions_set()was labeled as an output instead of an input.