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

Rename Example to SwifterExample #492

Merged
merged 2 commits into from
Sep 12, 2021
Merged

Conversation

fortmarek
Copy link
Contributor

Hi 👋

Resolution of packages fails when any two packages have the same product. That's why having an Example without a Swifter prefix can quickly lead to conflicts with other packages.

In this PR, I'd like to resolve that by renaming Example to SwifterExample.

Copy link

@elusivestudio elusivestudio left a comment

Choose a reason for hiding this comment

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

Looks good!

@elusivestudio
Copy link

Can we please merge this as it is blocking our project build as well.

@fortmarek
Copy link
Contributor Author

Same story here @elusivestudio. For now we are pointing to the fork I have made for this PR.

@@ -8,7 +8,7 @@
import Foundation
import Dispatch

public protocol HttpServerIODelegate: class {
public protocol HttpServerIODelegate: AnyObject {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a necessary change, but is unrelated to the renaming of the example directory. Could you please remove this from the PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed 👍

Copy link
Contributor

@michaelenger michaelenger left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@fortmarek
Copy link
Contributor Author

Looks good to me 👍

🎉 I can't merge this, however, so if someone who has enough right could do it, that'd be great 👌

@michaelenger michaelenger merged commit d998bf5 into httpswift:stable Sep 12, 2021
@michaelenger michaelenger mentioned this pull request Sep 12, 2021
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.

3 participants