-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bump changes to 0.51.0 Changes Version #109
Bump changes to 0.51.0 Changes Version #109
Conversation
// MARK: - Deprecated after 0.50.4 | ||
|
||
@available( | ||
*, | ||
deprecated, | ||
message: "Use 'Effect<Action>.Send' instead." | ||
) | ||
public typealias Send<Action> = Effect<Action>.Send | ||
|
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.
please try to remove this (I don't think we have any usage of send yet)
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.
this one is from pointfreeco/swift-composable-architecture#1911
it was also used internally by some core like store etc. so this one for also the warning if the codes use Send (if we pulling another core codes later on, we can see warning and change it into new one) wdyt gan? @jeffersonsetiawan
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.
If we remove this code and there is no error, I think we can go to remove it dik, as Toko is not using this Send code yet CMIIW
* empty commit * Bump changes to 0.50.1 Changes Version (#106) * update to changes PR #1879 * add changes from #1882 * fix build on xcode 13.4.1 * Bump changes to 0.50.2 Changes Version (#107) * apply changes from #1883 * apply changes from #1890 * apply changes from #1893 * apply changes from #1897 * Bump changes to 0.50.3 Changes Version (#108) * update package.swift & missmatch version podspec * apply partial changes from #1907 * Bump changes to 0.51.0 Changes Version (#109) * apply partial changes from #1917 * fix test on RxTca * apply changes from #1911 * apply changes from #1920 * apply changes from #1900
Diff changes:
pointfreeco/swift-composable-architecture@0.50.3...0.51.0
Log Skipped Commit:
https://docs.google.com/spreadsheets/d/17HLbCxUc6r0kFAfIIB42-HAIZDBMI7wWUZiUovBfkEU/edit?pli=1#gid=1960877626