You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parallel type checking for impl files with backing sig files (#13737)
* revamp parallel checking
* simplify names
* fix diagnostics
* code formatting
* update surface area
* simplify diagnostic logging and format diagnostics eagerly when processing in parallel
* format code
* remove SplitRelatedDiagnostic
* fix build and cleanup
* further cleanup
* further cleanup
* format code
* fix flaterrors
* allow error recovery on collisions
* fix name generation to be deterministic
* fix build
* Update RecursiveSafetyAnalysis.fs
* Add flag for parallel type checking of files backed by signatures.
* Update src/Compiler/Driver/ParseAndCheckInputs.fs
Co-authored-by: Petr Pokorny <[email protected]>
* format code
* Update TypeTests.fs
* Prefix DiagnosticsLoggerProvider with I
* Remove duplicate hadSig binding.
* Add basic test for ParallelCheckingWithSignatureFiles flag.
* Add additional CI job.
* Produce binlog for ParallelCheckingWithSignatureFiles
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update TypeTests.fs
* Update SyntaxTreeTests
* Correct code after rebase
* Correct SynModuleSigDecl in SignatureTypeTests.fs
* Format ParseAndCheckInputs.fs
Co-authored-by: Don Syme <[email protected]>
Co-authored-by: Don Syme <[email protected]>
Co-authored-by: Petr Pokorny <[email protected]>
Co-authored-by: Vlad Zarytovskii <[email protected]>
0 commit comments