feat(languages): add Swift, Dart, Scala, and Groovy universal evidence - #277
Merged
Conversation
Contributor
Author
|
Follow-up commit Refactor verification: full |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
compass.swift,compass.dart,compass.scala, andcompass.groovyas version 1Qualifyingpipelines.RawCallpaths, Swift member-table compatibility, and broad JVM/native terminal-name fallbacks.Independent qualification
All three-corpus audits passed the record-count, corpus-diversity, per-relation/capability, precision, Wilson, recall, and zero-critical-violation gates:
Providers are pinned outside the checkout: SwiftSyntax 603.0.0, Dart Analyzer 8.4.0, scala.meta 4.13.10, and Groovy 4.0.27. Corpus checkouts are immutable, clean, and SHA-pinned by the manifests under
tests/qualification/.Cold, warm, fact-neutral, forced, alternate-checkout, delete, rename, and restore runs were byte-deterministic and within the established performance/RSS gates. Qualification artifacts and provider binaries remain on the mounted target volume and are not committed.
Verification
CARGO_TARGET_DIR=/Volumes/Workspace/crabbuild-target/compass-main cargo test -p compass-languages --tests --lockedCARGO_TARGET_DIR=/Volumes/Workspace/crabbuild-target/compass-main cargo test -p compass-resolve --tests --lockedCARGO_TARGET_DIR=/Volumes/Workspace/crabbuild-target/compass-main cargo test -p compass-core --test code_graph_v1_determinism --lockedCARGO_TARGET_DIR=/Volumes/Workspace/crabbuild-target/compass-main cargo test -p compass-cli --test compass_product --lockedCARGO_TARGET_DIR=/Volumes/Workspace/crabbuild-target/compass-main cargo clippy --workspace --lib --bins --locked -- -D warningsCARGO_TARGET_DIR=/Volumes/Workspace/crabbuild-target/compass-main cargo test --workspace --lib --bins --lockedCARGO_TARGET_DIR=/Volumes/Workspace/crabbuild-target/compass-main ./scripts/qualify_code_graph_v1.sh --fixtures-onlysh scripts/check_product_boundary.shpython3 -m unittest discover scripts/tests -v(27 passed)cargo fmt --all -- --checkgit diff --checkCompatibility
This changes the producer route for the four languages while preserving the versioned graph/evidence contracts. Cache fingerprints and evidence validation require current universal evidence; normal invalidation handles rebuilds. No manual migration is required. Registry state intentionally remains
Qualifying; promotion toQualifiedis a separate product decision.