-
Notifications
You must be signed in to change notification settings - Fork 730
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
Refactor FragmentProtocols to remove HasFragments #2071
Conversation
Why is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done!
@@ -38,7 +38,7 @@ let package = Package( | |||
dependencies: [ | |||
.package( | |||
url: "https://github.com/stephencelis/SQLite.swift.git", | |||
.upToNextMinor(from: "0.13.1")) | |||
.upToNextMinor(from: "0.13.1")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering how this was working but then realized that this is the 1.0
branch where main
works fine without the ,
because there is no next package. This highlights the importance of making sure the package manager samples work with this branch prior to an alpha release.
Thanks for cleaning up the CLI files. For anyone interested they were not deleted from the file system in my PR #2003 and mistakenly only removed from the project. |
@designatednerd, It was always an ugly solution and i figured out a better way of doing this. Rather than a |
As for the RFC, I plan on updating it at some point soon, I've been making a few changes and things are still in flux a little bit, so I'll make a batch update to it around the time we release Alpha 1 |
And other cleanup