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

Split build process per-platform #1

Merged
merged 3 commits into from
Aug 31, 2024

Conversation

smoogipoo
Copy link

One of my biggest issues right now is that the main method is unreadable due to everything being bundled into it. I've split it out into individual Builders and Uploaders.

While there are some logical changes, I've tried to avoid them as much as possible. As a result this PR makes no effort so far to fix e.g. the macOS build being broken.

Copy link
Owner

@smallketchup82 smallketchup82 left a comment

Choose a reason for hiding this comment

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

A quick sweep of the diff doesn't raise any flags for me. But I do have a bit of aversion to implementing our own logger system.

I haven't tested this yet. I plan on leaving that until after I run through the other PR's. I think it'd be better if I tested everything at once vs separately.

This refactoring looks good to me otherwise

Logger.cs Show resolved Hide resolved
Program.cs Show resolved Hide resolved
@smallketchup82 smallketchup82 merged commit e3e7b1b into smallketchup82:velopack Aug 31, 2024
@smoogipoo smoogipoo deleted the builder-refactor branch August 31, 2024 05:18
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.

2 participants