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
Originally posted by killerddd3 November 11, 2024 Describe the bug
mise use -g clang
mise ERROR Failed to install clang@9.0.1
mise ERROR runtime error: attempt to yield across metamethod/C-call boundary
stack traceback:
[C]: in ?
[C]: in function 'yield'
[string "?"]:16: in function 'get'
...rs\zxd\AppData\Local\mise\plugins\clang\lib/util.lua:7: in function 'fetchVersions'
...rs\zxd\AppData\Local\mise\plugins\clang\lib/util.lua:23: in main chunk
[C]: in function 'require'
...AppData\Local\mise\plugins\clang\hooks\available.lua:1: in main chunk
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
mise use -g clang -verbose
DEBUG ARGS: D:\userData\software\mise\bin\mise.exe use -g clang -verbose
DEBUG config: C:\Users\zxd\mise.toml
DEBUG config: C:\Users\zxd\.config/mise/config.toml
DEBUG install_versions: clang@latest
INFO clang@9.0.1 installing
DEBUG [vfox:clang] pre_install
DEBUG Getting metadata for clang
DEBUG starting new connection: https://github.com/
DEBUG proxy(http://127.0.0.1:7890) intercepts 'https://github.com/'
Error:
0: Failed to install clang@9.0.1
1: runtime error: attempt to yield across metamethod/C-call boundary
stack traceback:
[C]: in ?
[C]: in function 'yield'
[string "?"]:16: in function 'get'
...rs\zxd\AppData\Local\mise\plugins\clang\lib/util.lua:7: in function 'fetchVersions'
...rs\zxd\AppData\Local\mise\plugins\clang\lib/util.lua:23: in main chunk
[C]: in function 'require'
...AppData\Local\mise\plugins\clang\hooks\available.lua:1: in main chunk
Location:
src\backend\vfox.rs:69
Version:
2024.11.7 windows-x64 (c1b0623 2024-11-11)
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
The text was updated successfully, but these errors were encountered:
Discussed in #3545
Originally posted by killerddd3 November 11, 2024
Describe the bug
To Reproduce
mise use -g clang
Expected behavior
clang be installed
mise doctor
outputAdditional context
The text was updated successfully, but these errors were encountered: