-
Notifications
You must be signed in to change notification settings - Fork 572
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
update descriptions in Lexicons #2110
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.
all minor copy tweaks
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 is great, thanks for putting these together 🙌
@dholms when I went to rebase, codegen, and merge this, I got some scary diffs like: @@ -167,39 +167,39 @@ export class Server {
export class ComNS {
_server: Server
- atproto: ComAtprotoNS
+ atproto: AtprotoNS is there some refactor in-flight? This PR is docs-only, so i'm open to merging as-is; or if somebody else knows how to wrangle the codegen. It would be great to get this in by early next week, but also not a huge deal. |
See also: #1713 |
b3e9989
to
e4f33df
Compare
Ooookey doke, figure out I was just missing Also did a rebase before codegen. closes: #1713 |
Ah yup sorry! We updated the lexgen cli & you probably out an out of date build |
Probably need to do a codegen to update comments etc, but i'm not sure if that might cause merge conflicts with large feature branches.
Annotated many ambiguous endpoints as requiring auth (or not), but did not annotate all. Likewise annotated some as being implemented by specific network services, but didn't do this for every endpoint. This was taking a long time so I mostly just included stuff I was confident about, but might be ambiguous or confusing to devs.
Motivation here is to improve auto-generated docs.
Emily tagged for copy-editing and style, Devin for factual correctness.