Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move execute types to exectypes package. #58

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

winder
Copy link
Contributor

@winder winder commented Aug 7, 2024

To avoid needing ExecutePlugin prefixes on all exec plugin types, move types from plugintypes package to a new exectypes package.

There are no functional changes in this PR.

These changes are built ontop of #56

@winder winder force-pushed the will/5-exectypes branch 2 times, most recently from a9277f8 to 795cfb8 Compare August 7, 2024 19:07
@winder winder marked this pull request as ready for review August 7, 2024 19:09
@@ -0,0 +1,32 @@
package exectypes
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm indifferent but why not just types and have an import alias to make it exectypes? I'm not crazy about it because it kinda makes imports harder (my IDE doesn't do auto-aliasing and there are a ton of packages called types already)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thats exactly why I wanted exec in the package name. There are so many types packages already and the aliases are often slightly different.

Base automatically changed from will/4-gas-estimate-limit to ccip-develop August 9, 2024 15:24
@winder winder force-pushed the will/5-exectypes branch from 795cfb8 to de29f46 Compare August 9, 2024 15:25
Copy link

github-actions bot commented Aug 9, 2024

Test Coverage

Branch Coverage
will/5-exectypes 77.3%
ccip-develop 76.3%

@winder winder merged commit 3f4a34b into ccip-develop Aug 9, 2024
2 checks passed
@winder winder deleted the will/5-exectypes branch August 9, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants