Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fstar.exe does not support full-buffer queries #6

Closed
chandradeepdey opened this issue Mar 31, 2023 · 4 comments
Closed

fstar.exe does not support full-buffer queries #6

chandradeepdey opened this issue Mar 31, 2023 · 4 comments

Comments

@chandradeepdey
Copy link
Contributor

I'm getting the following -

$ fstar.exe --ide A.fst
{"kind":"protocol-info","version":2,"features":["autocomplete","autocomplete/context","compute","compute/reify","compute/pure-subterms","describe-protocol","describe-repl","exit","lookup","lookup/context","lookup/documentation","lookup/definition","peek","pop","push","search","segment","vfs-add","tactic-ranges","interrupt","progress"]}

Is there a particular branch or flag that enables full-buffer and the rest? I installed with the opam dev-repo method.

$ fstar.exe --version
F* 2023.03.22~dev
platform=Linux_x86_64
compiler=OCaml 4.13.1
date=2023-03-29 13:43:00 -0300
commit=3cb6386009297ebc0f3a287cff62082320b765b4
@nikswamy
Copy link
Contributor

Thank you for trying it... but this is really on the bleeding edge. You need to build this F* PR from sources in order to use this extension. FStarLang/FStar#2853

@nikswamy
Copy link
Contributor

We expect to do a binary release with support for fstar-vscode-assistant in the next week or so

@nikswamy
Copy link
Contributor

nikswamy commented Apr 2, 2023

This is in F* master now and you can install a full-buffer-capable fstar.exe using the dev-repo method you mentioned.
A new binary release will come out soon.

@nikswamy nikswamy closed this as completed Apr 2, 2023
@chandradeepdey
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants