Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Deleting Go code #6956

Merged
merged 8 commits into from
Jan 30, 2024
Merged

refactor: Deleting Go code #6956

merged 8 commits into from
Jan 30, 2024

Conversation

NicholasLYang
Copy link
Contributor

@NicholasLYang NicholasLYang commented Jan 8, 2024

Description

LFG

Testing Instructions

Closes TURBO-2011

Copy link

vercel bot commented Jan 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 6:02pm
examples-svelte-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 6:02pm
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 30, 2024 6:02pm
8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 6:02pm
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 6:02pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 6:02pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 6:02pm
examples-nonmonorepo ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 6:02pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 6:02pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 6:02pm
rust-docs ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2024 6:02pm

Copy link
Contributor

github-actions bot commented Jan 8, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Jan 8, 2024

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented Jan 8, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turborepo integration tests
  • Turbopack Rust benchmark tests (linux)
  • Turbopack Rust benchmark tests (mac/win, non-blocking)

See workflow summary for details

@chris-olszewski
Copy link
Member

Copy link
Contributor

@mehulkar mehulkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

cli/package.json Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're keeping cli/ as a package?

@@ -139,11 +139,6 @@ jobs:
components: clippy
targets: wasm32-unknown-unknown

- name: Setup Go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Installing protoc needs to be added back here


name: Benchmark on ${{ matrix.bench.name }}

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Installing protoc needs to be added back here

@@ -352,11 +342,6 @@ jobs:
- name: Fetch the base branch
run: git -c protocol.version=2 fetch --no-tags --progress --no-recurse-submodules --depth=1 origin +${{ github.base_ref }}:base

- name: Setup Go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Installing protoc needs to be added back here

@@ -24,9 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/setup-go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Installing protoc needs to be added back here

@@ -32,10 +32,6 @@ jobs:

- uses: ./.github/actions/setup-rust

- uses: ./.github/actions/setup-go
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Installing protoc needs to be added back here

@NicholasLYang NicholasLYang merged commit 951a1c8 into main Jan 30, 2024
54 of 59 checks passed
@NicholasLYang NicholasLYang deleted the nicholasyang/delete-go branch January 30, 2024 19:08
NicholasLYang added a commit that referenced this pull request Feb 2, 2024
### Description

Our error printing was a little wonky with some stuttering due to old Go
behavior. With #6956 merged we can now clean this up

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes TURBO-2190

---------

Co-authored-by: Chris Olszewski <[email protected]>
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

LFG

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes TURBO-2011
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

LFG

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes TURBO-2011
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
### Description

LFG

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes TURBO-2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants