Closed eHammarstrom closed 9 months ago
it runs on my machine...
there are also people reporting this in #42. Which version are you using? can you update the source file here? Can you also try compile it from source and see if it is working?
This is my version output,
cxx2flow
Build Timestamp: 2024-01-27T16:43:10.723665879Z
Build Version: 0.6.1
Commit SHA: Some("00c7aec26e7babc1a9de50c53a5b48e6620871b3")
Commit Date: Some("2023-12-18T19:56:54Z")
Commit Branch: Some("main")
Cargo Target Triple: x86_64-unknown-linux-gnu
Cargo Profile: release
I built it from cargo install
just a couple of days ago.
Are there perhaps any requirements on any external dependencies at build time?
maybe try cargo install --locked
? cargo install
doesn't respect lock file and it might use a different version of tree-sitter
That works. I didn't know about it not respecting the lock file, thanks for sharing.
The following code,
With the following parameters,
Results in this output,