Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

licensecheck: Make proper goroutine#63655

Merged
eseliger merged 3 commits into
mainfrom
es/07-05-licensecheckmakepropergoroutine
Jul 31, 2024
Merged

licensecheck: Make proper goroutine#63655
eseliger merged 3 commits into
mainfrom
es/07-05-licensecheckmakepropergoroutine

Conversation

@eseliger

@eseliger eseliger commented Jul 5, 2024

Copy link
Copy Markdown
Member

This code was using a strange pattern that isn't actually observed or controlled by our worker mechanisms, so switching it to return proper goroutines.

Test plan: CI passes, would like a thorough review on the licensecheck code.

eseliger commented Jul 5, 2024

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @eseliger and the rest of your teammates on Graphite Graphite

@github-actions github-actions Bot added team/product-platform team/source Tickets under the purview of Source - the one Source to graph it all labels Jul 5, 2024
@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 213e738 to d5de478 Compare July 5, 2024 11:28
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from b54a2d6 to 21c1ab7 Compare July 5, 2024 11:28
@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from d5de478 to 664a50b Compare July 9, 2024 22:37
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 21c1ab7 to d14364e Compare July 9, 2024 22:37
@github-actions

github-actions Bot commented Jul 9, 2024

Copy link
Copy Markdown
Contributor

Caution

License checking failed, please read: how to deal with third parties licensing.

@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 664a50b to a12d5c5 Compare July 9, 2024 23:28
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from d14364e to 68a116a Compare July 9, 2024 23:29
@github-actions

github-actions Bot commented Jul 9, 2024

Copy link
Copy Markdown
Contributor

Caution

License checking failed, please read: how to deal with third parties licensing.

@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from a12d5c5 to 767aea3 Compare July 9, 2024 23:59
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 68a116a to 238d377 Compare July 10, 2024 00:00
@github-actions

Copy link
Copy Markdown
Contributor

Caution

License checking failed, please read: how to deal with third parties licensing.

@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 767aea3 to 2765238 Compare July 10, 2024 00:08
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 238d377 to 39dbdf5 Compare July 10, 2024 00:08
@github-actions

Copy link
Copy Markdown
Contributor

Caution

License checking failed, please read: how to deal with third parties licensing.

@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 2765238 to 4572b10 Compare July 10, 2024 00:22
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 39dbdf5 to f9f896d Compare July 10, 2024 00:22
@github-actions

Copy link
Copy Markdown
Contributor

Caution

License checking failed, please read: how to deal with third parties licensing.

@eseliger eseliger marked this pull request as ready for review July 29, 2024 21:55
@eseliger eseliger requested a review from a team July 29, 2024 21:55
@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 15618ef to 9e9cc88 Compare July 30, 2024 00:47
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 4b281f8 to 37a5a9a Compare July 30, 2024 00:47

@pjlast pjlast left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks!

@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 9e9cc88 to a787518 Compare July 30, 2024 17:21
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 37a5a9a to 54fc5d9 Compare July 30, 2024 17:21
@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from a787518 to 85a7ac7 Compare July 30, 2024 23:26
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 54fc5d9 to 3bbe7ab Compare July 30, 2024 23:26
@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 85a7ac7 to 157554a Compare July 31, 2024 01:02
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 3bbe7ab to 5887fd4 Compare July 31, 2024 01:02
@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 157554a to 08318c6 Compare July 31, 2024 01:17
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from 5887fd4 to c9308f9 Compare July 31, 2024 01:18
eseliger added 2 commits July 31, 2024 01:34
This takes less hoops to find what we support, and we don't extend this any time soon.

Test plan:

CI passes.
These functions return StoreOpts, but that wasn't immediately clear, so adding this small tweak here.

Test plan: Ci passes.
@eseliger eseliger force-pushed the es/07-04-choremakereturntypemoreobvious branch from 08318c6 to 695a4c3 Compare July 31, 2024 01:34
This code was using a strange pattern that isn't actually observed or controlled by our worker mechanisms, so switching it to return proper goroutines.

Test plan:

CI passes, would like a thorough review on the licensecheck code.
@eseliger eseliger force-pushed the es/07-05-licensecheckmakepropergoroutine branch from c9308f9 to f374563 Compare July 31, 2024 01:35
Base automatically changed from es/07-04-choremakereturntypemoreobvious to main July 31, 2024 01:42
@eseliger eseliger merged commit 4cbbcdb into main Jul 31, 2024
@eseliger eseliger deleted the es/07-05-licensecheckmakepropergoroutine branch July 31, 2024 01:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed team/product-platform team/source Tickets under the purview of Source - the one Source to graph it all

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants