Skip to content

infra improvements#1150

Merged
OmarTawfik merged 2 commits intoNomicFoundation:mainfrom
OmarTawfik-forks:follow-up-infra
Nov 22, 2024
Merged

infra improvements#1150
OmarTawfik merged 2 commits intoNomicFoundation:mainfrom
OmarTawfik-forks:follow-up-infra

Conversation

@OmarTawfik
Copy link
Copy Markdown
Contributor

@OmarTawfik OmarTawfik commented Nov 15, 2024

minor improvements to the codegen backend based on earlier changes in #1101 and #1120

  • build npm packages in parallel
  • rename BuiltInLabel to PredefinedLabel to disambiguate from the newly introduced built-ins in bindings.
  • rename wasm32-wasi to wasm32-wasip1, as it is already deprecated in nightly.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 15, 2024

⚠️ No Changeset found

Latest commit: 8eed45c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@OmarTawfik OmarTawfik force-pushed the follow-up-infra branch 2 times, most recently from 7304707 to b4b1879 Compare November 15, 2024 09:14
@OmarTawfik OmarTawfik marked this pull request as ready for review November 19, 2024 06:24
@OmarTawfik OmarTawfik requested a review from a team as a code owner November 19, 2024 06:24
@OmarTawfik OmarTawfik enabled auto-merge November 19, 2024 06:24
@OmarTawfik OmarTawfik requested a review from ggiraldez November 19, 2024 06:24
@ggiraldez ggiraldez disabled auto-merge November 19, 2024 18:55
Copy link
Copy Markdown
Contributor

@ggiraldez ggiraldez left a comment

Choose a reason for hiding this comment

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

One minor non-blocking nit, but otherwise LGTM!

@@ -15,7 +15,7 @@ pub struct KindsModel {
/// Defines `EdgeLabel` enum variants.
labels: BTreeSet<Identifier>,
/// Built-in labels for edges.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: Update the comment as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good catch.

minor improvement to the codegen backend based on earlier changes in NomicFoundation#1101 and NomicFoundation#1120

- build npm packages in parallel
- rename `BuiltInLabel` to `PredefinedLabel` to disambiguate from the newly introduced built-ins in bindings.
- rename `wasm32-wasi` to `wasm32-wasip1`, as it is already deprecated in nightly.
@OmarTawfik OmarTawfik enabled auto-merge November 22, 2024 06:14
@OmarTawfik OmarTawfik added this pull request to the merge queue Nov 22, 2024
Merged via the queue into NomicFoundation:main with commit 249a5b1 Nov 22, 2024
@OmarTawfik OmarTawfik deleted the follow-up-infra branch November 22, 2024 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants