-
Notifications
You must be signed in to change notification settings - Fork 212
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
feat: integrate matchstick into the graph CLI #1549
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: cf29a94 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hey, you'll also need to integrate matchstick-as as well, which is a helper library similar to |
Deploying graph-tooling with Cloudflare Pages
|
fb76495
to
8c543eb
Compare
} = await this.parse(TestCommand); | ||
|
||
// Ensure PostgreSQL 14 is installed | ||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
.changeset/slow-pears-agree.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's update this to real message
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | ||
|
||
# CLI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uncomment now so we can prep to merge?
packages/cli/package.json
Outdated
@@ -29,12 +29,12 @@ | |||
}, | |||
"dependencies": { | |||
"@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4", | |||
"@graphprotocol/graph-tooling-napi-utils": "workspace:*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the issue we are facing now is even for test suite we have to build otherwise it will fail 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, but we build it in the CI, maybe locally we should pre-build before testing too
packages/napi-utils/Cargo.toml
Outdated
@@ -0,0 +1,43 @@ | |||
[package] | |||
name = "matchstick" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename to napi-utils
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
# - host: windows-latest | ||
# target: i686-pc-windows-msvc | ||
# build: | | ||
# rustup target add i686-pc-windows-msvc | ||
# pnpm build --target i686-pc-windows-msvc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
No description provided.