Skip to content

Commit

Permalink
Get compiler playground working again (#4336)
Browse files Browse the repository at this point in the history
Summary:
Now that we've upgraded parking lot, the compiler playground can build correctly again.

I've tested it locally with these changes. Adding the crate to the cargo workspace, and removing deleted feature flags.

With these fixes applied, we can look at rebasing/landing #3928 which would add the playground build to CI.

https://github.com/facebook/relay/assets/162735/e058b15e-f29f-4bab-a6c7-6ed6453929df

Pull Request resolved: #4336

Reviewed By: tyao1

Differential Revision: D46484880

Pulled By: captbaritone

fbshipit-source-id: 25c3ee4bddd27de34a461e6936f5c1930fbbb543
  • Loading branch information
captbaritone authored and facebook-github-bot committed Jun 12, 2023
1 parent 59912af commit a2c2b64
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 28 deletions.
211 changes: 195 additions & 16 deletions compiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ members = [
"crates/relay-bin",
"crates/relay-codegen",
"crates/relay-compiler",
"crates/relay-compiler-playground",
"crates/relay-lsp",
"crates/relay-schema",
"crates/relay-test-schema",
Expand Down
Loading

0 comments on commit a2c2b64

Please sign in to comment.