Phase 2 of the go port - generate-script - #1501
Draft
offbyone wants to merge 1 commit into
Draft
Conversation
offbyone
force-pushed
the
o1/golang-port/2
branch
from
January 30, 2026 18:25
8eee164 to
d8a241f
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
2 times, most recently
from
February 2, 2026 15:24
a1013ab to
37b5d6a
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
from
February 2, 2026 15:28
37b5d6a to
74c0e8e
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
from
February 2, 2026 15:38
74c0e8e to
1ffa277
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
2 times, most recently
from
February 2, 2026 19:39
9ec846f to
916309f
Compare
This was referenced Mar 31, 2026
offbyone
force-pushed
the
o1/golang-port/2
branch
from
March 31, 2026 14:41
916309f to
6ec826e
Compare
This was referenced Mar 31, 2026
offbyone
force-pushed
the
o1/golang-port/2
branch
from
April 1, 2026 16:16
6ec826e to
e070b3e
Compare
6 tasks
offbyone
force-pushed
the
o1/golang-port/2
branch
from
April 16, 2026 16:38
e070b3e to
b64f0e9
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
from
April 16, 2026 16:55
b64f0e9 to
d99bbe1
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
from
April 16, 2026 17:01
d99bbe1 to
a2176e6
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
from
April 16, 2026 17:09
a2176e6 to
2b6282d
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
2 times, most recently
from
April 16, 2026 17:13
8d57f3a to
9630efd
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
3 times, most recently
from
April 16, 2026 17:46
ff76e9c to
a776c9b
Compare
This phase is focused on getting generate-script working, as it's the primary interface. - introduce a validator to ensure that we do not break compatibility with the scripts generated by the dotnet CLI (for now ;) ) - implement a template-based script generator in scriptgen
offbyone
force-pushed
the
o1/golang-port/2
branch
from
April 22, 2026 15:58
a776c9b to
d245059
Compare
Unit Test Results 1 files 1 suites 27s ⏱️ Results for commit d245059. ♻️ This comment has been updated with latest results. |
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.
This phase is focused on getting generate-script working, as it's the primary interface.
introduce a validator to ensure that we do not break compatibility with the scripts generated by the dotnet CLI (for now ;) )
implement a template-based script generator in scriptgen
Did you write/update appropriate tests
Release notes updated (if appropriate)— not user-facing yet (parallel Go port)Appropriate logging output
Issue linked— tracking via PR stackDocs updated (or issue created)
New package licenses are added to
ThirdPartyNotices.txt(if applicable)PR Stack (Go port)