fix: resolve runtime compiler and tooling regressions - #805
Merged
Conversation
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
Acceptnegotiation, structured multipart parsing, independent metrics/tracing, bounded trace export, and CSRF secret rotation.Root causes included permissive parsing and unbounded queues/scanners, configuration metadata that was documented but not executed consistently, and discovery/build paths that discarded project-local context.
Issue Closure
Closes #715
Closes #725
Closes #727
Closes #732
Closes #734
Closes #735
Closes #736
Closes #738
Closes #739
Closes #740
Closes #759
Closes #764
Related: #695
Generated Output / Compatibility
Generated Go app source and component WASM asset paths change where required by the fixes; the generated-source golden is updated. Existing CSRF secrets remain valid, with optional verification-only secrets enabling rotation. No removed language syntax is introduced.
Verification
gofmtgit diff --checkgo build ./cmd/gowdkscripts/check-docs-links.shscripts/check-docs-style.shscripts/check-removed-syntax.shscripts/check-doc-versions.shscripts/test-go-modules.shcompleted most packages, but the finalinternal/gowdkcmdpass exhausted the temporary build quota and produced secondary VCS-stamping failures; the rerun was stopped before publication at the user's requestLLM Assistance