Closed sweep-ai[bot] closed 1 year ago
Latest commit: f9b8a4486c4088afeeb4aa61dd1a1affaea1ecf9
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR Feedback: 👎
I created this PR to address this rule:
"All docstrings and comments should be up to date."
Description
This PR updates the docstrings and comments in the
lua/hurl/wrapper.lua
file to accurately reflect recent code changes. The code logic and log messages have been modified, but the corresponding documentation was not updated. This PR ensures that the docstrings and comments accurately describe the updated code logic and log messages.Summary of Changes
on_output
function to include a description of the new log messages and any changes in the code logic.on_output
function to accurately describe the updated code logic.request
,run_current_file
, andrun_selection
functions.lua/hurl/wrapper.lua
file to ensure they are up to date.doc/hurl.nvim.txt
file to reflect the changes in thelua/hurl/wrapper.lua
file.Please review the changes and merge this PR to ensure that the documentation accurately reflects the updated code logic and log messages.