-
Notifications
You must be signed in to change notification settings - Fork 316
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
Add docs and type annotations to unit_buildmenu_config.lua
#3936
Add docs and type annotations to unit_buildmenu_config.lua
#3936
Conversation
unit_buildmenu_config.lua
couple things slipped from #3935 but rest looks fine! |
Right, it's in the description lol. Anyways it's not very good practice to base one PR on top of another since you never know which will be merged first and just generating confusion. |
Agreed! I was told PRs were reviewed merged on Thursday, and instead of being merged I just got this comment: |
@rhys-vdw Can you resolve merge conflicts, then this should be good to merge |
Doesn't seem to be serving a purpose and complicates type annotations (to be added in a later commit)
Add doc comments, types and minor styling cleanup.
003a286
to
7908a93
Compare
@rhys-vdw Why did you close this PR? |
Yes, but why? |
Work done
Important
Includes changes from #3935, please review and merge that PR first.
Adds lua language server docs and type annotations to
unit_buildmenu_config.lua
.This PR replaces #3905 which was rejected for including code cleanup and documentation changes in one PR.
Test steps
No functional changes