You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #134, the .feature Cucumber files which lived in apollo-server will now live in this repository. The copies that existed in apollo-server had previously been acting as the single source of truth, but we were copying them (manually) over to this repository in order to verify the conformance of the new Rust query planner.
That means there are now two copies in this repository! We should move them into a (likely, top-level) folder and give them a README on how to use them and remove the duplicated copies in a way that allows the places they are depended on (within this repo) to rely on the single source of truth.
The text was updated successfully, but these errors were encountered:
When copying over those .feature files from the PR to the Rust repo, we had to change a couple of minor things. The only one that pops to mind is some place with different field ordering where Rust actually did the right thing, once we switch to a single source of truth for the .feature files, we'll need to fix that "bug" in JS.
With #134, the
.feature
Cucumber files which lived inapollo-server
will now live in this repository. The copies that existed inapollo-server
had previously been acting as the single source of truth, but we were copying them (manually) over to this repository in order to verify the conformance of the new Rust query planner.That means there are now two copies in this repository! We should move them into a (likely, top-level) folder and give them a README on how to use them and remove the duplicated copies in a way that allows the places they are depended on (within this repo) to rely on the single source of truth.
The text was updated successfully, but these errors were encountered: