Fixed deprecated calls of vim.validate#1876
Merged
williamboman merged 5 commits intomason-org:mainfrom Feb 15, 2025
marks0mmers:main
Merged
Fixed deprecated calls of vim.validate#1876williamboman merged 5 commits intomason-org:mainfrom marks0mmers:main
williamboman merged 5 commits intomason-org:mainfrom
marks0mmers:main
Conversation
williamboman
approved these changes
Feb 15, 2025
Member
williamboman
left a comment
There was a problem hiding this comment.
Thanks! I added a check to make sure it only uses the new validate API when it's available.
* origin/main: tests: add new nvim versions to test matrix (#1877)
williamboman
added a commit
to Captainfl4me/mason.nvim
that referenced
this pull request
Feb 15, 2025
* origin/main: fix: avoid calling vim.fn in fast event (mason-org#1878) fix(ui): reposition window if border is different than "none" (mason-org#1859) fix: replace deprecated calls to vim.validate (mason-org#1876) tests: add new nvim versions to test matrix (mason-org#1877)
williamboman
added a commit
to vuxuanhungg/mason.nvim
that referenced
this pull request
Feb 15, 2025
* origin/main: fix(fs): fall back to `fs_stat` if entry type is not returned by `fs_readdir` (mason-org#1783) fix: avoid calling vim.fn in fast event (mason-org#1878) fix(ui): reposition window if border is different than "none" (mason-org#1859) fix: replace deprecated calls to vim.validate (mason-org#1876) tests: add new nvim versions to test matrix (mason-org#1877)
3 tasks
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, this is a simple PR to change the way
vim.validateis called because of a deprecation in NeovimThis closes #1875