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

chore: introducing fast-check feature #2205

Closed
wants to merge 1 commit into from
Closed

Conversation

AlseinX
Copy link
Contributor

@AlseinX AlseinX commented Oct 20, 2023

The current build scripts of the wasm(runtime) projects runs wasm builds unconditionally, which makes cargo check(which is called by rust-analyzer on save to perform compilation checks) extremely slow.
I added a feature switch to disable these scripts when cargo check is called by rust-analyzer.

This feature is never used on build, just for rust-analyzer only, with the following config:
.vscode/settings.json :

{
    "rust-analyzer.check.features": [
        "fast-check"
    ]
}

@AlseinX AlseinX closed this Oct 23, 2023
@AlseinX AlseinX deleted the alsein/fast-check branch October 23, 2023 02:28
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.

1 participant