Skip to content

chore(graphql-resolve-batch): run prettier#32696

Closed
mc0 wants to merge 1 commit intoDefinitelyTyped:masterfrom
mc0:graphql-resolve-batch-test
Closed

chore(graphql-resolve-batch): run prettier#32696
mc0 wants to merge 1 commit intoDefinitelyTyped:masterfrom
mc0:graphql-resolve-batch-test

Conversation

@mc0
Copy link
Copy Markdown
Contributor

@mc0 mc0 commented Feb 1, 2019

  • Use a meaningful title for the pull request. Include the name of the package modified.
  • Test the change in your own code. (Compile and run.)
  • Add or edit tests to reflect the change. (Run with npm test.)
  • Follow the advice from the readme.
  • Avoid common mistakes.
  • Run npm run lint package-name (or tsc if no tslint.json is present).
  • [n/a] Provide a URL to documentation or source code which provides context for the suggested changes: <>
  • [n/a] Increase the version number in the header if appropriate.
  • [n/a] If you are making substantial changes, consider adding a tslint.json containing { "extends": "dtslint/dt.json" }.

Ran prettier on index.d.ts but also seeing if tests pass with almost no changes.

@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Feb 1, 2019

@mc0 Thank you for submitting this PR!

🔔 @Nayni - please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

If no reviewer appears after a week, a DefinitelyTyped maintainer will review the PR instead.

@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Feb 1, 2019

@mc0 The Travis CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

@Nayni
Copy link
Copy Markdown
Contributor

Nayni commented Feb 1, 2019

Hey @mc0 ,

It appears that the typings are failing because of some changes to how ReadOnlyArray type works with the latest version of TypeScript.

I know your PR is only a style change, but would you be willing to add a few changes that ensure the tests pass? My plan is to change from ReadOnlyArray to a regular Array.

I've already prepared a branch with the changes and checked that tests will pass. Would you be so kind to incorporate my changes into this PR so we can merge them all together?

The relevant commit is right here:
Nayni@2f1a6ae

Thanks!

@Nayni
Copy link
Copy Markdown
Contributor

Nayni commented Feb 1, 2019

Saw your Issue: microsoft/dtslint#192

Let's first wait for an answer there.

@typescript-bot
Copy link
Copy Markdown
Contributor

@mc0 I haven't seen anything from you in a while and this PR currently has problems that prevent it from being merged. The PR will be closed tomorrow if there aren't new commits to fix the issues.

@typescript-bot typescript-bot added the Abandoned This PR had no activity for a long time, and is considered abandoned label Feb 8, 2019
@typescript-bot
Copy link
Copy Markdown
Contributor

@mc0 To keep things tidy, we have to close PRs that aren't mergeable but don't have activity from their author. No worries, though - please open a new PR if you'd like to continue with this change. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Abandoned This PR had no activity for a long time, and is considered abandoned

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants