ci(kotlin): add non-blocking forced-mode preview check with parity counts#1771
ci(kotlin): add non-blocking forced-mode preview check with parity counts#1771Copilot wants to merge 8 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@copilot dont an new ci as we have auto discovery setup already whenever the we put kotlin language into the primary scope resolution array like we did for other already migrated languages! |
Addressed in |
|
@copilot there's an array in the code base where we register languages for scope resolution and that's where you beed to make changes |
Updated in |
|
@copilot merge origin main into this branch and make sure that ci is healthy |
Done in |
|
@copilot don't remove kotlin from that array you must fix the newly written code in the previous pr find that pr and make sure we properly implement kotline scope resolution |
Addressed in Kotlin is back in
|
|
Superseded by #1782 |
This PR adds CI visibility for Kotlin scope-resolution under forced registry-primary mode (
REGISTRY_PRIMARY_KOTLIN=1) while keeping the required migrated-language parity gate unchanged and Kotlin production default on legacy mode.What changed
.github/workflows/ci-kotlin-forced-preview.yml.Forced-mode preview execution
continue-on-error: trueto preserve current baseline behavior while still surfacing regressions/progress.PR-visible parity metrics
total/passed/failed/skippedcounts toGITHUB_STEP_SUMMARY.Scope intentionally unchanged
MIGRATED_LANGUAGES.ci-scope-parityenforcement for already-migrated languages.