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

Remove unneeded update tracking. #113

Merged
merged 3 commits into from
Mar 17, 2017
Merged

Remove unneeded update tracking. #113

merged 3 commits into from
Mar 17, 2017

Conversation

mbrandonw
Copy link
Contributor

The pr #103 added some tracking to updates that isn't needed since it's done on the server side. So just removing that and correcting a few small things.

@@ -5,10 +5,10 @@ import Prelude
import ReactiveSwift
import Result

public struct UpdateData {
private struct UpdateData {
Copy link
Contributor

Choose a reason for hiding this comment

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

oh dang actually you don't even need to use this struct anymore since this context was for the unneeded events sry

Copy link
Contributor Author

Choose a reason for hiding this comment

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

lol

public let project: Project
public let update: Update
public let context: Koala.UpdateContext
fileprivate struct UpdateData {
Copy link
Contributor

Choose a reason for hiding this comment

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

you could also kill this UpdateData struct entirely and just use a pair for project and update if your heart desires :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yah for sure but just wanna do the minimal work right now. or you can clean up your own mess ;)

Copy link
Contributor

Choose a reason for hiding this comment

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

༼ຈل͜ຈ༽

@mbrandonw mbrandonw merged commit 7aa1756 into master Mar 17, 2017
@mbrandonw mbrandonw deleted the remove-update-tracking branch March 17, 2017 17:34
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.

None yet

2 participants