Skip to content

[feat] Steps (compiled addons etc) #38

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

Open
TheAlan404 opened this issue Dec 17, 2023 · 0 comments
Open

[feat] Steps (compiled addons etc) #38

TheAlan404 opened this issue Dec 17, 2023 · 0 comments

Comments

@TheAlan404
Copy link
Contributor

TheAlan404 commented Dec 17, 2023

Most addons could be downloaded but some are compiled. This proposal (that will require a lot of code change) will allow there to be more complex addons.

The idea is that a Downloadable, instead of returning a ResolvedFile, will return Vec<Step>

pub enum Step {
  Download(ResolvedFile),
  Execute(...),
  Compile(...),
}
@TheAlan404 TheAlan404 changed the title A way to have "compiled" addons [feat] Steps (compiled addons etc) Dec 23, 2023
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

No branches or pull requests

1 participant