Replies: 1 comment
-
Hey 👋 Thanks for the feedback. I think it's definitely worth creating an issue. I'll transfer this 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just installed lux with
cargo install lux-cli --locked
as the tutorial suggested, tried to create a project, and was a little confused at the results. I wrote these down chronologically to illustrate.lx new
went fine, andlx debug project
seemingly showed everything ok:Then I tried the first thing that came to mind, running a repl:
Alright, I assumed it would know my lua version or have a self contained one, that's on me.
So I try looking up how to specify my lua version. Maybe
lx help lua
:There's no
--lua-version
here. Again, on me, back tolx --help
.That didn't help as much as I expected. What counts as a valid installation? Maybe I should just try whatever?
Ok, I really need to know what counts as a lua version first. At this point I tried searching the repo and found that
--lua-version jit
should(?) be valid, except it wasn't—maybe it was outdated?Same for
--lua-version jit52
. Randomly, I decided to testjit51
:Finally, I got the list of valid options.
I guess the luajit version I have installed isn't compatible. I did try
install-lua
with 5.1 and jit52, but I got a missing dependency error and a panic, respectively. Installing lua via my package manager "fixed" it.I initially intended to open an issue, but I wasn't sure what to focus on, here. I recognize that lux is a very young project, so this hasn't discouraged me from using it, but I'd like to communicate this confusion.
Did I just go about this completely backwards and misunderstand the tool?
Beta Was this translation helpful? Give feedback.
All reactions