Run simulation tests against rewritten closures - #34
Merged
Conversation
Add project-level simulation test instrumentation, automatic strong-name stripping, test-host safety, and no-build test execution support. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53300199-7e32-483c-b46a-e3c06ddc9047
Allow repositories using a Clockwork source dependency to point the shared targets at the built task assembly. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53300199-7e32-483c-b46a-e3c06ddc9047
Keep source-dependent simulation suites compatible with the simplified node context API. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53300199-7e32-483c-b46a-e3c06ddc9047
Suppress false-positive disposal diagnostics when downstream source builds enable the full analyzer set. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53300199-7e32-483c-b46a-e3c06ddc9047
Copy the test host entry point unchanged while rewriting and deploying its application dependency closure. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53300199-7e32-483c-b46a-e3c06ddc9047
Strip rewritten strong names only when copied closure assemblies do not retain token-qualified references to them. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53300199-7e32-483c-b46a-e3c06ddc9047
Treat Clockwork assemblies as host infrastructure so they can create the active simulation used by rewritten application dependencies. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53300199-7e32-483c-b46a-e3c06ddc9047
Exclude shared Testing helpers from simulation rewriting and emit standard instrumentation path metadata from the shared targets. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 53300199-7e32-483c-b46a-e3c06ddc9047
Compare selected strong-name assemblies by metadata identity instead of closure filename so renamed ReadyToRun inputs report the rewrite correctly. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e9bb584d-ff5e-4a15-8146-a7b2f8c3ae96
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e9bb584d-ff5e-4a15-8146-a7b2f8c3ae96
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
Validation