[PR #141] [CLOSED] [Importing] Convert shouldUpdate(from:in:) method to an instance method. #466

Closed
opened 2025-12-29 18:27:09 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/141
Author: @ruslanskorb
Created: 1/2/2017
Status: Closed

Base: swift3_developHead: convert-shouldUpdate-method-to-instance-method


📝 Commits (1)

  • d3846bc [Importing] Convert shouldUpdate(from:in:) method to an instance method.

📊 Changes

2 files changed (+7 additions, -7 deletions)

View changed files

📝 Sources/Importing/BaseDataTransaction+Importing.swift (+2 -2)
📝 Sources/Importing/ImportableUniqueObject.swift (+5 -5)

📄 Description

This allows the user not to fetch the object again to check if it should be updated.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JohnEstropia/CoreStore/pull/141 **Author:** [@ruslanskorb](https://github.com/ruslanskorb) **Created:** 1/2/2017 **Status:** ❌ Closed **Base:** `swift3_develop` ← **Head:** `convert-shouldUpdate-method-to-instance-method` --- ### 📝 Commits (1) - [`d3846bc`](https://github.com/JohnEstropia/CoreStore/commit/d3846bc1b1681cf2d3f15feb2f352395b4ba8ae1) [Importing] Convert `shouldUpdate(from:in:)` method to an instance method. ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Sources/Importing/BaseDataTransaction+Importing.swift` (+2 -2) 📝 `Sources/Importing/ImportableUniqueObject.swift` (+5 -5) </details> ### 📄 Description This allows the user not to fetch the object again to check if it should be updated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 18:27:09 +01:00
adam closed this issue 2025-12-29 18:27:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore-JohnEstropia#466