Closed kamecha closed 4 months ago
The recent changes enhance the functionality of the traqvim
plugin by refining how channels are opened through the command line. Key modifications include improved parameter specificity for the timeline
function and the introduction of the channelUUID
helper function, which streamline channel path handling and enhance error reporting for users.
Files | Change Summary |
---|---|
autoload/traqvim/command.vim |
Removed a comment about a known issue in the traqvim#command#channel function, improving code readability. |
denops/traqvim/main.ts |
Changed timeline function parameter from args to channelPath ; enhanced string manipulation and user feedback. |
denops/traqvim/model.ts |
Introduced channelUUID function for retrieving channel UUIDs based on hierarchical paths, improving data handling. |
.github/workflows/format.yml |
Reverted Deno setup action to a stable version, enhancing reliability in workflow execution. |
Objective | Addressed | Explanation |
---|---|---|
Fix the bug when opening channels from command line (#88) | ✅ |
🐰 In the meadow where bunnies play,
New paths for channels brighten the day!
With clearer calls and UUIDs in tow,
Hopping along, watch the improvements grow!
A nudge for bugs, a leap for cheer,
Code's now a garden, flourishing here! 🌷✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
lintでのエラーがdenoのバージョンによるものっぽいから、CIで使用されるdenoが新しくなるようにしといた
Close #88 これをマージしたらコマンドラインからのチャンネル名補完とかもやりたい
Summary by CodeRabbit
New Features
Improvements