- Time of benchmarks:
- Target: 8 Apr 2026 - 15:14
- Baseline: 8 Apr 2026 - 15:15
- Package commits:
- Target: ba18697
- Baseline: b53c79e
- Julia commits:
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
| [START][2026-04-22 17:56:51] LSP logging initiated | |
| [INFO][2026-04-22 17:56:51] ...lar/neovim/0.12.1/share/nvim/runtime/lua/vim/lsp/log.lua:151 "Starting RPC client" { cmd = { "julia-lsp" }, extra = {} } | |
| [TRACE][2026-04-22 17:56:51] ...lar/neovim/0.12.1/share/nvim/runtime/lua/vim/lsp/log.lua:151 "LSP[julials]" "init_params" { capabilities = { general = { positionEncodings = { "utf-8", "utf-16", "utf-32" } }, textDocument = { callHierarchy = { dynamicRegistration = false }, codeAction = { codeActionLiteralSupport = { codeActionKind = { valueSet = { "", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } } }, dataSupport = true, disabledSupport = true, dynamicRegistration = true, honorsChangeAnnotations = true, isPreferredSupport = true, resolveSupport = { properties = { "edit", "command" } } }, codeLens = { dynamicRegistration = false, resolveSupport = { properties = { "command" } } }, colorProvider = { dynamicRegistration = true }, completion |
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
| [START][2026-04-22 17:31:05] LSP logging initiated | |
| [ERROR][2026-04-22 17:31:28] ...lar/neovim/0.12.0/share/nvim/runtime/lua/vim/lsp/log.lua:151 "inline_completion" { code = -32802, message = "Request was superseded by a new request", <metatable> = { __tostring = <function 1> } } | |
| [ERROR][2026-04-22 17:31:40] ...lar/neovim/0.12.0/share/nvim/runtime/lua/vim/lsp/log.lua:151 "inline_completion" { code = -32802, message = "Request was superseded by a new request", <metatable> = { __tostring = <function 1> } } | |
| [ERROR][2026-04-22 17:31:40] ...lar/neovim/0.12.0/share/nvim/runtime/lua/vim/lsp/log.lua:151 "inline_completion" { code = -32802, message = "Request was superseded by a new request", <metatable> = { __tostring = <function 1> } } | |
| [ERROR][2026-04-22 17:33:19] ...lar/neovim/0.12.0/share/nvim/runtime/lua/vim/lsp/log.lua:151 'invalid "basics_ls" config: .../Cellar/neovim/0.12.0/share/nvim/runtime/lua/vim/lsp.lua:476: cmd: expected expected function or table with executable command, got table: 0x0108017b18. Info: ba |
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
| ============================================================================== | |
| vim.lsp: 4 ⚠️ | |
| - LSP log level : WARN | |
| - Log path: /Users/dpo/.local/state/nvim/lsp.log | |
| - Log size: 94919 KB | |
| vim.lsp: Active Features ~ | |
| - semantic_tokens |
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
| # TODO: accept maximization problems | |
| import NLPModels: increment! | |
| export NCLModel | |
| """ | |
| NCLModel(nlp) | |
| Subtype of `AbstractNLPModel` designed to represent an NCL subproblem. |
NewerOlder