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

make it easier to add new platforms #116

Open
SeanTAllen opened this issue May 12, 2020 · 3 comments
Open

make it easier to add new platforms #116

SeanTAllen opened this issue May 12, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@SeanTAllen
Copy link
Member

right now, you have to touch a number of files in order to add a new platform like FreeBSD.

what would be ideal (even if a little slower) would be to add a single primitive that contains all the information needed for a platform so that you don't need to be touching multiple locations.

@SeanTAllen SeanTAllen added the enhancement New feature or request label May 12, 2020
@Theodus
Copy link
Contributor

Theodus commented May 12, 2020

Are you thinking that we should stop trying to map target identifiers to our supported platforms and just make a single table? I'm generally in favor of that at this point, but it would require us to update the table and release ponyup every time a platform is added.

@SeanTAllen
Copy link
Member Author

I'm not completely sure @Theodus. Would having a table impact on the alternative distro work? Were you planning on doing that in a way that wouldn't require an update each time one was added?

@SeanTAllen
Copy link
Member Author

How are you feeling about this now @Theodus?

I'd like to leave this open until @kulibali add Windows support and we can his feedback on the current state of things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants