chore: merge main into adapter-v2#163
Closed
handcaught wants to merge 2 commits into
Closed
Conversation
Adds WS01 (mechanical schema cleanup: workflow{}/policy nesting, type
expressions, outcome "default" block, environment traversals, cty
stdlib functions, VSCode grammar) and WS02 (data block + outcome
semantics: next traversals, return/continue keywords, data "internal"
replaces shared_variable, write block replaces shared_writes).
Targets main; merges into adapter-v2 once the language phase closes.
For architecture review before implementation begins.
Co-authored-by: Dave Sanderson <dave@brokenbots.net>
#162) * workstream: complete workstreams/language_cleanup/WS01-mechanical-schema-cleanup.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * workstream: complete workstreams/language_cleanup/WS01-mechanical-schema-cleanup.md * fix: address PR review feedback - bare traversal docs, stale comments, adapter env test Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: increase TestClientReconnectMultipleFailures timeout for CI runners Under -race the multiple-reconnect path can exceed 10s on slower CI runners. Bump to 20s and add progress logging so future flakes are easier to diagnose. --------- Co-authored-by: Dave <dave@brokenbots.dev> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
Closing in favor of #164 — needed a resolved branch due to merge conflict in engine_test.go |
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
Why
Keeping adapter-v2 in sync with main while the large v2 workstream (WS03–WS40) is in progress, to reduce future merge pain and ensure language cleanup changes are available on the branch.