-
Notifications
You must be signed in to change notification settings - Fork 482
chore: cleanup and minor syntax improvements #1217
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
This commit mainly tackled several minor touch-ups and syntax
improvements:
- Addressed `luacheck` issues from previous commits.
- Added some to-do comments for `_buf_vtext`.
- Eliminated redundant/outdated options.
- Temporarily removed the ability to install nightly-version configs
and updated the names of relevant functions:
- `clone_by_https_or_ssh` -> `clone_repo`
- Rewrote `dotstutor` to make it more readable.
ayamir
left a comment
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 fact, I'm trying to use |
|
65d580e further simplified the |
Agreed. The new UPDATE: See 354ed80. |
* chore: cleanup and minor syntax improvements
This commit mainly tackled several minor touch-ups and syntax
improvements:
- Addressed `luacheck` issues from previous commits.
- Added some to-do comments for `_buf_vtext`.
- Eliminated redundant/outdated options.
- Temporarily removed the ability to install nightly-version configs
and updated the names of relevant functions:
- `clone_by_https_or_ssh` -> `clone_repo`
- Rewrote `dotstutor` to make it more readable.
* perf(debugpy): simplify venv detection logic
* fixup! chore: cleanup and minor syntax improvements
* fixup! Merge branch 'main' into chore/cleanups
* chore: cleanup and minor syntax improvements
This commit mainly tackled several minor touch-ups and syntax
improvements:
- Addressed `luacheck` issues from previous commits.
- Added some to-do comments for `_buf_vtext`.
- Eliminated redundant/outdated options.
- Temporarily removed the ability to install nightly-version configs
and updated the names of relevant functions:
- `clone_by_https_or_ssh` -> `clone_repo`
- Rewrote `dotstutor` to make it more readable.
* perf(debugpy): simplify venv detection logic
* fixup! chore: cleanup and minor syntax improvements
* fixup! Merge branch 'main' into chore/cleanups
This commit mainly tackled several minor touch-ups and syntax improvements:
luacheckissues from previous commits._buf_vtext.clone_by_https_or_ssh->clone_repodotstutorto make it more readable.