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

Cleanup/refactor actions #228

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

aidan-mundy
Copy link
Contributor

@aidan-mundy aidan-mundy commented Oct 28, 2021

Depends on #223 (includes commits from that PR)
Depends on #226 (includes commits from that PR)
Relates to #227

This is a large refactor of how actions/dependencies are handled.
It resolves item 2 in #227, and as far as I can tell it also resolves item 1 in #227 (prior to these updates, dependencies would sometimes be built before deleting the "depended")

NOTE: Marked as draft for now because resolving items 1&2 causes item 3 to be much more noticeable.

@aidan-mundy
Copy link
Contributor Author

A future optimization to these changes would be to frontload action parsing during the config reading process and store Name items instead of raw strings, instead of passing errors all over the place if dependency parsing fails later.

@aidan-mundy aidan-mundy marked this pull request as draft October 29, 2021 04:57
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.

None yet

1 participant