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/1
branch
from
January 30, 2026 18:25
89c40a2 to
5d2db9a
Compare
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/1
branch
from
February 2, 2026 15:22
5d2db9a to
765b62b
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/1
branch
from
February 2, 2026 15:24
765b62b to
a4ff2fa
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/1
branch
2 times, most recently
from
February 2, 2026 15:38
127c99b to
2b8ac8a
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/1
branch
from
February 2, 2026 15:44
2b8ac8a to
9c0ce9d
Compare
offbyone
force-pushed
the
o1/golang-port/2
branch
2 times, most recently
from
February 2, 2026 19:39
9ec846f to
916309f
Compare
offbyone
force-pushed
the
o1/golang-port/1
branch
from
February 2, 2026 19:39
9c0ce9d to
c0759d9
Compare
This was referenced Mar 31, 2026
offbyone
force-pushed
the
o1/golang-port/1
branch
from
March 31, 2026 14:41
c0759d9 to
2859640
Compare
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
offbyone
force-pushed
the
o1/golang-port/1
branch
from
April 1, 2026 16:16
2859640 to
b7a33e4
Compare
6 tasks
offbyone
force-pushed
the
o1/golang-port/1
branch
from
April 16, 2026 16:38
b7a33e4 to
973fc83
Compare
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/1
branch
from
April 16, 2026 16:55
973fc83 to
dac45d8
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/1
branch
from
April 16, 2026 17:01
dac45d8 to
c8baa79
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/1
branch
from
April 16, 2026 17:09
c8baa79 to
a082d99
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/1
branch
from
April 16, 2026 17:11
a082d99 to
49ab5a6
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/1
branch
2 times, most recently
from
April 16, 2026 17:27
7cb6a6a to
44a0e25
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
offbyone
force-pushed
the
o1/golang-port/1
branch
from
April 22, 2026 15:58
44a0e25 to
b21e206
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)