Skip to content

redux-saga-routines: enhanced promisifyRoutine typing#50321

Merged
weswigham merged 1 commit into
DefinitelyTyped:masterfrom
alexey-pelykh:redux-saga-routines/better-promisifyRoutine
Jan 18, 2021
Merged

redux-saga-routines: enhanced promisifyRoutine typing#50321
weswigham merged 1 commit into
DefinitelyTyped:masterfrom
alexey-pelykh:redux-saga-routines/better-promisifyRoutine

Conversation

@alexey-pelykh

Copy link
Copy Markdown
Contributor

Please fill in this template.

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes: <>
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the header.

@typescript-bot typescript-bot added Author is Owner The author of this PR is a listed owner of the package. No Other Owners This DT module only has one owner, so we can't have someone verify the change. labels Dec 29, 2020
@typescript-bot

typescript-bot commented Dec 29, 2020

Copy link
Copy Markdown
Contributor

@alexey-pelykh Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

Because you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ❌ Most recent commit is approved by type definition owners, DT maintainers or others

Once every item on this list is checked, I'll ask you for permission to merge and publish the changes.

Inactive

This PR has been inactive for 19 days — it is still unreviewed!


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 50321,
  "author": "alexey-pelykh",
  "headCommitOid": "f90ed8457a3f796360f12117a0e2b7febc5b508d",
  "lastPushDate": "2020-12-29T18:31:43.000Z",
  "lastActivityDate": "2020-12-29T18:31:43.000Z",
  "maintainerBlessed": false,
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "redux-saga-routines",
      "kind": "edit",
      "files": [
        {
          "path": "types/redux-saga-routines/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/redux-saga-routines/redux-saga-routines-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "alexey-pelykh"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [],
  "ciResult": "pass"
}

@typescript-bot

Copy link
Copy Markdown
Contributor

🔔 @alexey-pelykh — you're the only owner, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...)

@typescript-bot typescript-bot added the The CI failed When GH Actions fails label Dec 29, 2020
@typescript-bot

Copy link
Copy Markdown
Contributor

@alexey-pelykh The CI build failed! Please review the logs for more information.

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

@typescript-bot

Copy link
Copy Markdown
Contributor

👋 Hi there! I’ve run some quick measurements against master and your PR. These metrics should help the humans reviewing this PR gauge whether it might negatively affect compile times or editor responsiveness for users who install these typings.

Let’s review the numbers, shall we?

Comparison details 📊
master #50321 diff
Batch compilation
Memory usage (MiB) 87.7 90.5 +3.2%
Type count 20101 20184 0%
Assignability cache size 2927 3027 +3%
Language service
Samples taken 87 115 +32%
Identifiers in tests 87 115 +32%
getCompletionsAtPosition
    Mean duration (ms) 290.1 287.0 -1.1%
    Mean CV 11.4% 10.6%
    Worst duration (ms) 365.1 360.4 -1.3%
    Worst identifier routine_strarg fulfill
getQuickInfoAtPosition
    Mean duration (ms) 300.5 299.4 -0.4%
    Mean CV 11.2% 9.9%
    Worst duration (ms) 365.8 380.2 +3.9%
    Worst identifier fulfill fulfill

It looks like nothing changed too much. I won’t post performance data again unless it gets worse.

@typescript-bot typescript-bot added the Perf: Same typescript-bot determined that this PR will not significantly impact compilation performance. label Dec 29, 2020
@alexey-pelykh alexey-pelykh force-pushed the redux-saga-routines/better-promisifyRoutine branch from 33ae699 to 46aee17 Compare December 29, 2020 17:07
@typescript-bot

Copy link
Copy Markdown
Contributor

@alexey-pelykh The CI build failed! Please review the logs for more information.

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

@alexey-pelykh alexey-pelykh force-pushed the redux-saga-routines/better-promisifyRoutine branch from 46aee17 to 81a62b5 Compare December 29, 2020 18:11
@typescript-bot

Copy link
Copy Markdown
Contributor

@alexey-pelykh The CI build failed! Please review the logs for more information.

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

@alexey-pelykh alexey-pelykh force-pushed the redux-saga-routines/better-promisifyRoutine branch from 81a62b5 to ff0fc12 Compare December 29, 2020 18:18
@typescript-bot

Copy link
Copy Markdown
Contributor

@alexey-pelykh The CI build failed! Please review the logs for more information.

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

@alexey-pelykh alexey-pelykh force-pushed the redux-saga-routines/better-promisifyRoutine branch from ff0fc12 to 5e430b2 Compare December 29, 2020 18:26
@typescript-bot

Copy link
Copy Markdown
Contributor

@alexey-pelykh The CI build failed! Please review the logs for more information.

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

@alexey-pelykh alexey-pelykh force-pushed the redux-saga-routines/better-promisifyRoutine branch from 5e430b2 to f90ed84 Compare December 29, 2020 18:31
@typescript-bot typescript-bot added Where is GH Actions? GH Actions didn't give a response to this PR and removed The CI failed When GH Actions fails Where is GH Actions? GH Actions didn't give a response to this PR labels Dec 29, 2020

@peterblazejewicz peterblazejewicz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should you increase version to 3.2?
thx!

@typescript-bot typescript-bot added the Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. label Jan 14, 2021
@typescript-bot

Copy link
Copy Markdown
Contributor

Re-ping «anyone?»:

This PR has been out for over a week, yet I haven't seen any reviews.

Could someone please give it some attention? Thanks!

@typescript-bot

Copy link
Copy Markdown
Contributor

It has been more than two weeks and this PR still has no reviews.

I'll bump it to the DT maintainer queue. Thank you for your patience, @alexey-pelykh.

(Ping «anyone?».)

@weswigham weswigham merged commit f64412c into DefinitelyTyped:master Jan 18, 2021
@typescript-bot

Copy link
Copy Markdown
Contributor

I just published @types/redux-saga-routines@3.1.1 to npm.

kaznovac pushed a commit to kaznovac/DefinitelyTyped that referenced this pull request Mar 2, 2021
@alexey-pelykh alexey-pelykh deleted the redux-saga-routines/better-promisifyRoutine branch November 12, 2022 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Author is Owner The author of this PR is a listed owner of the package. No Other Owners This DT module only has one owner, so we can't have someone verify the change. Perf: Same typescript-bot determined that this PR will not significantly impact compilation performance. Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants