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

Automatically import vstd and builtin #9

Draft
wants to merge 3 commits into
base: pre-2023-rebase-master
Choose a base branch
from

Conversation

chanheec
Copy link
Collaborator

This PR is to automatically import Verus' vstd(verified std) and builtin without the user's guide.

Currently Verus uses "pervasive" which will be replaced by "vstd", and we have the user to generated a symlink to the pervasive in the project's "src" directory. This was because "pervasive" was a module rather than a crate. As vstd becomes a separate crate, this PR changes verus-analyzer to index vstd crate when it index std crate in the startup.

@achreto
Copy link
Collaborator

achreto commented Jul 9, 2024

Would it make sense to apply those commits to #27 ? I did a rebase to the most recent rust-analyzer there (or well as of June 25) -- or are those commits already in there?

@chanheec
Copy link
Collaborator Author

chanheec commented Jul 9, 2024

These changes are incomplete, so I don't think we want to merge these into the latest rebase now.
(These commits are not in the current main branch.)

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

Successfully merging this pull request may close these issues.

2 participants