You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
The PR's base branch is set to master, and this PR causes 512 rebuilds.
Please consider whether this PR causes a mass rebuild according to our conventions.
If it does cause a mass rebuild, please change the base branch to the right base branch for your changes (probably staging).
If it does not cause a mass rebuild, this message can be ignored.
ok 103 - lua functions detect_man_page_helper detects lines with each char overwritten by itself
ok 104 - lua functions detect_man_page_helper works with leading whitespace
ok 105 - lua functions detect_man_page_helper works for non capital letters
ok 106 - lua functions detect_man_page_helper fails if some chars are not overwritten
ok 107 - lua functions detect_man_page_helper detects lines with underscores overwritten by anything
ok 108 - lua functions detect_man_page_helper does not accept an empty line
ok 109 - lua functions detect_man_page_helper does not accept a line with only spaces
ok 110 - lua functions check_escape_sequences only checks files with filetype 'text'
ok 111 - lua functions check_escape_sequences finds ansi escape sequences
ok 112 - lua functions detect_process parses python3.11 as pydoc
ok 113 - lua functions detect_process parses ruby as ri
ok 114 - lua functions detect_process parses man as man
ok 115 - lua functions detect_process parses pydoc as pydoc
ok 116 - lua functions detect_process parses perldoc as perldoc
ok 117 - lua functions detect_process parses git as git
ok 118 - lua functions detect_process parses python27 as pydoc
ok 119 - lua functions detect_process parses perl as perldoc
ok 120 - lua functions detect_process returns nil for unknown parents
1..120
make: *** [makefile:38: test] Error 1
ok 101 - lua functions detect_man_page_helper detects lines with each char overwritten by itself
ok 102 - lua functions detect_man_page_helper works with leading whitespace
ok 103 - lua functions detect_man_page_helper works for non capital letters
ok 104 - lua functions detect_man_page_helper fails if some chars are not overwritten
ok 105 - lua functions detect_man_page_helper detects lines with underscores overwritten by anything
ok 106 - lua functions detect_man_page_helper does not accept an empty line
ok 107 - lua functions detect_man_page_helper does not accept a line with only spaces
ok 108 - lua functions check_escape_sequences only checks files with filetype 'text'
ok 109 - lua functions check_escape_sequences finds ansi escape sequences
ok 110 - lua functions detect_process parses python3.11 as pydoc
ok 111 - lua functions detect_process parses ruby as ri
ok 112 - lua functions detect_process parses man as man
ok 113 - lua functions detect_process parses pydoc as pydoc
ok 114 - lua functions detect_process parses perldoc as perldoc
ok 115 - lua functions detect_process parses git as git
ok 116 - lua functions detect_process parses python27 as pydoc
ok 117 - lua functions detect_process parses perl as perldoc
ok 118 - lua functions detect_process returns nil for unknown parents
1..118
make: *** [makefile:38: test] Error 1
ok 101 - lua functions detect_man_page_helper detects lines with each char overwritten by itself
ok 102 - lua functions detect_man_page_helper works with leading whitespace
ok 103 - lua functions detect_man_page_helper works for non capital letters
ok 104 - lua functions detect_man_page_helper fails if some chars are not overwritten
ok 105 - lua functions detect_man_page_helper detects lines with underscores overwritten by anything
ok 106 - lua functions detect_man_page_helper does not accept an empty line
ok 107 - lua functions detect_man_page_helper does not accept a line with only spaces
ok 108 - lua functions check_escape_sequences only checks files with filetype 'text'
ok 109 - lua functions check_escape_sequences finds ansi escape sequences
ok 110 - lua functions detect_process parses python3.11 as pydoc
ok 111 - lua functions detect_process parses ruby as ri
ok 112 - lua functions detect_process parses man as man
ok 113 - lua functions detect_process parses pydoc as pydoc
ok 114 - lua functions detect_process parses perldoc as perldoc
ok 115 - lua functions detect_process parses git as git
ok 116 - lua functions detect_process parses python27 as pydoc
ok 117 - lua functions detect_process parses perl as perldoc
ok 118 - lua functions detect_process returns nil for unknown parents
1..118
make: *** [makefile:38: test] Error 1
vimPlugins.haskell-tools-nvim
Error → spec/repl_spec.lua @ 44
mk_repl_cmd prefers cabal even if stack.yml exists if cabal files exist
lua/haskell-tools/log/internal.lua:103: haskell-tools: Invalid log level: 3
stack traceback:
lua/haskell-tools/log/internal.lua:103: in function 'set_level'
lua/haskell-tools/log/internal.lua:114: in main chunk
Error → spec/repl_spec.lua @ 51
mk_repl_cmd prefers cabal if no stack.yml exists and cabal files exist
lua/haskell-tools/init.lua:32: loop or previous error loading module 'haskell-tools.repl'
stack traceback:
lua/haskell-tools/init.lua:32: in function '__index'
spec/repl_spec.lua:52: in function <spec/repl_spec.lua:51>
> Attempting to require module: catppuccin.lib.detect_integrations
> Error in pre-vimrc command line:
> E5108: Lua: ...vim-unwrapped-0.12.1/share/nvim/runtime/lua/vim/pack.lua:262: No `git` executable
> stack traceback:
> [C]: in function 'error'
> ...vim-unwrapped-0.12.1/share/nvim/runtime/lua/vim/pack.lua:262: in function 'git_ensure_exec'
> ...vim-unwrapped-0.12.1/share/nvim/runtime/lua/vim/pack.lua:1471: in function 'get'
> ...le-2026-04-02/lua/catppuccin/lib/detect_integrations.lua:14: in function 'detect_plugins'
> ...le-2026-04-02/lua/catppuccin/lib/detect_integrations.lua:42: in main chunk
> [C]: in function 'require'
> [string ":lua"]:1: in main chunk
> Attempting to require module: catppuccin.lib.detect_integrations
> Error in pre-vimrc command line:
> E5108: Lua: ...vim-unwrapped-0.12.1/share/nvim/runtime/lua/vim/pack.lua:262: No ``git`` executable
> stack traceback:
> [C]: in function 'error'
> ...vim-unwrapped-0.12.1/share/nvim/runtime/lua/vim/pack.lua:262: in function 'git_ensure_exec'
> ...vim-unwrapped-0.12.1/share/nvim/runtime/lua/vim/pack.lua:1471: in function 'get'
> ...le-2026-04-02/lua/catppuccin/lib/detect_integrations.lua:14: in function 'detect_plugins'
> ...le-2026-04-02/lua/catppuccin/lib/detect_integrations.lua:42: in main chunk
> [C]: in function 'require'
> [string ":lua"]:1: in main chunk
The grug-far.nvim failure is a golden test (expected UI compared with actual UI).
Its CI runs against Neovim 11.0, and against specific ripgrep and ast-grep versions.
But they look brittle to me and could easily break if the Neovim UI changes again.
I suggest we add a line that deletes the tests/screenshots/* files to the grug-far-nvim override.
The grug-far.nvim failure is a golden test (expected UI compared with actual UI). Its CI runs against Neovim 11.0, and against specific ripgrep and ast-grep versions.
But they look brittle to me and could easily break if the Neovim UI changes again. I suggest we add a line that deletes the tests/screenshots/* files to the grug-far-nvim override.
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
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.
Changelog: neovim/neovim@7ac5a26
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.