Merged
Conversation
This appears to be a regressions in d6721a7 which added the broken import ``` Error executing vim.schedule lua callback: ...im/lazy/opencode.nvim/lua/opencode/ui/session_picker.lua:5: module 'lua.opencode. api' not found: no field package.preload['lua.opencode.api'] cache_loader: module 'lua.opencode.api' not found cache_loader_lib: module 'lua.opencode.api' not found no file '/nix/store/5nxkn4vpgfdyzwqp1l5s7wqczcsppkwa-luajit-2.1.1741730670-env/share/lua/5.1/lua/opencode/api.lua' no file '/nix/store/5nxkn4vpgfdyzwqp1l5s7wqczcsppkwa-luajit-2.1.1741730670-env/share/lua/5.1/lua/opencode/api/init.lua' no file '/nix/store/5nxkn4vpgfdyzwqp1l5s7wqczcsppkwa-luajit-2.1.1741730670-env/lib/lua/5.1/lua/opencode/api.so' no file '/Users/elsesiy/.local/share/nvim/lazy/blink.cmp/lua/blink/cmp/fuzzy/rust/../../../../../target/release/liblua/ opencode/api.dylib' no file '/Users/elsesiy/.local/share/nvim/lazy/blink.cmp/lua/blink/cmp/fuzzy/rust/../../../../../target/release/lua/ope ncode/api.dylib' no file '/nix/store/5nxkn4vpgfdyzwqp1l5s7wqczcsppkwa-luajit-2.1.1741730670-env/lib/lua/5.1/lua.so' no file '/Users/elsesiy/.local/share/nvim/lazy/blink.cmp/lua/blink/cmp/fuzzy/rust/../../../../../target/release/liblua. dylib' no file '/Users/elsesiy/.local/share/nvim/lazy/blink.cmp/lua/blink/cmp/fuzzy/rust/../../../../../target/release/lua.dyl ib' stack traceback: [C]: in function 'require' ...im/lazy/opencode.nvim/lua/opencode/ui/session_picker.lua:5: in main chunk [C]: in function 'require' ...cal/share/nvim/lazy/opencode.nvim/lua/opencode/ui/ui.lua:195: in function 'select_session' ...ocal/share/nvim/lazy/opencode.nvim/lua/opencode/core.lua:21: in function 'select_session' ...local/share/nvim/lazy/opencode.nvim/lua/opencode/api.lua:89: in function 'fn' ...zy/opencode.nvim/lua/opencode/ui/completion/commands.lua:80: in function '' vim/_editor.lua: in function '' vim/_editor.lua: in function <vim/_editor.lua:0> ```
Contributor
Author
|
@sudo-tee Thanks for the great plugin! I just encountered a small issue in the last version, PTAL 🙇 |
Collaborator
Owner
|
@cameronr Ill have to check when I'm back home. But it's weird that it didn't cause issues for me. |
Owner
|
@cameronr |
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.
This appears to be a regression introduced 2 days ago via d6721a7 which added the broken import