Skip to content

Conversation

lambdalisue
Copy link
Member

Summary

  • Update supported Deno version from 1.x to 2.x in CI configuration
  • Update supported versions to Vim 9.1.1646 and Neovim 0.11.3
  • Fix code generation for Neovim 0.11+ documentation changes
  • Regenerate function definitions with updated type information

Test plan

  • CI tests pass with new supported versions
  • Code generation works with Neovim 0.11+
  • Function definitions are properly regenerated

🤖 Generated with Claude Code

Copy link

coderabbitai bot commented Aug 24, 2025

Warning

Rate limit exceeded

@lambdalisue has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 13 minutes and 23 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between ac2df57 and 504bc8e.

📒 Files selected for processing (26)
  • .github/workflows/test.yml (2 hunks)
  • .scripts/apply-supported-versions.ts (1 hunks)
  • .scripts/gen-function/format.ts (1 hunks)
  • .scripts/gen-function/gen-function.ts (1 hunks)
  • .scripts/utils.ts (1 hunks)
  • .scripts/utils_test.ts (1 hunks)
  • README.md (1 hunks)
  • buffer/decoration.ts (1 hunks)
  • deno.jsonc (1 hunks)
  • function/buffer.ts (19 hunks)
  • function/common.ts (6 hunks)
  • function/cursor.ts (20 hunks)
  • function/getreginfo.ts (1 hunks)
  • function/input.ts (5 hunks)
  • function/nvim/nvim_open_win.ts (5 hunks)
  • function/nvim/nvim_win_get_config.ts (1 hunks)
  • function/nvim/nvim_win_set_config.ts (1 hunks)
  • function/various.ts (1 hunks)
  • function/vim/_generated.ts (151 hunks)
  • function/vim/popup_create.ts (1 hunks)
  • function/vim/popup_setoptions.ts (1 hunks)
  • function/vim/prop_add_list.ts (1 hunks)
  • function/window.ts (3 hunks)
  • option/_generated.ts (79 hunks)
  • option/nvim/_generated.ts (4 hunks)
  • option/vim/_generated.ts (24 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bump-supported-versions

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

lambdalisue and others added 5 commits August 24, 2025 17:57
Neovim 0.11+ removed builtin.txt and eval.txt files. Add fallback
support to use vimfn.txt and vimeval.txt respectively for newer
versions while maintaining backward compatibility.

Fixes vim-denops/denops.vim#459

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Updates generated TypeScript functions and options to include new
supported versions and documentation improvements from the upstream
Denops repository for v8 compatibility.

Related: vim-denops/denops.vim#458

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Update Deno from 1.x to 2.x in CI workflow
- Update version badges in README to reflect new supported versions
- Regenerate function/option definitions with improved documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@lambdalisue lambdalisue force-pushed the bump-supported-versions branch from bed81ac to 504bc8e Compare August 24, 2025 09:02
@lambdalisue lambdalisue changed the title Update supported versions and CI configuration Update supported versions Aug 24, 2025
@lambdalisue lambdalisue mentioned this pull request Aug 24, 2025
17 tasks
Copy link

codecov bot commented Aug 24, 2025

Codecov Report

❌ Patch coverage is 94.11765% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 84.75%. Comparing base (ac2df57) to head (504bc8e).
⚠️ Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
.scripts/utils.ts 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
- Coverage   85.84%   84.75%   -1.09%     
==========================================
  Files          65       65              
  Lines        3468     3018     -450     
  Branches      302      303       +1     
==========================================
- Hits         2977     2558     -419     
+ Misses        489      458      -31     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lambdalisue
Copy link
Member Author

lambdalisue commented Aug 24, 2025

check failed because denops v8 is not yet released so ignore.

We can see CI result with proper denops branch here:
https://github.com/vim-denops/deno-denops-std/actions/runs/17187182440

@lambdalisue lambdalisue merged commit 4d24486 into main Aug 24, 2025
16 of 18 checks passed
@lambdalisue lambdalisue deleted the bump-supported-versions branch August 24, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant