Merge pull request #994 from aiken-lang/conditional-modules

Conditional configuration & environment
This commit is contained in:
Matthias Benkort
2024-08-06 09:05:11 +02:00
committed by GitHub
22 changed files with 548 additions and 111 deletions

View File

@@ -40,6 +40,7 @@ impl LspProject {
u32::default(),
PropertyTest::DEFAULT_MAX_SUCCESS,
Tracing::silent(),
None,
);
self.project.restore(checkpoint);