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
$ elan toolchain list
leanprover/lean4:v4.13.0-rc3
leanprover/lean4:v4.8.0-rc2
$ elan toolchain link oh--no--anyway ~/.elan/toolchains/leanprover--lean4---v4.13.0-rc3/
$ elan toolchain list
error: invalid toolchain name: 'oh/no/anyway'
Some motivation for this weird elan toolchain link command; I need a way to smuggle arbitrary paths into toolchain names, and was previously encoding path/to/my/toolchain as path--to--my--toolchain, since / characters are not legal.
This all works correctly when actually running lean and lake, but elan toolchain list fails.
The text was updated successfully, but these errors were encountered:
See this shell session:
Some motivation for this weird
elan toolchain link
command; I need a way to smuggle arbitrary paths into toolchain names, and was previously encodingpath/to/my/toolchain
aspath--to--my--toolchain
, since/
characters are not legal.This all works correctly when actually running
lean
andlake
, butelan toolchain list
fails.The text was updated successfully, but these errors were encountered: