[PR #210] [CLOSED] Prototype/swift 4 0 #477

Closed
opened 2025-12-29 15:32:30 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/210
Author: @WCharysz-ALTEN
Created: 10/12/2017
Status: Closed

Base: prototype/Swift_4_0Head: prototype/Swift_4_0


📝 Commits (8)

📊 Changes

8 files changed (+34 additions, -8 deletions)

View changed files

📝 CoreStore.xcodeproj/project.pbxproj (+6 -2)
📝 CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore OSX.xcscheme (+3 -1)
📝 CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore iOS.xcscheme (+3 -1)
📝 CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore tvOS.xcscheme (+3 -1)
📝 CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore watchOS.xcscheme (+3 -1)
📝 CoreStoreDemo/CoreStoreDemo.xcodeproj/project.pbxproj (+12 -0)
📝 CoreStoreDemo/CoreStoreDemo.xcodeproj/xcshareddata/xcschemes/CoreStoreDemo.xcscheme (+3 -1)
📝 Sources/BaseDataTransaction.swift (+1 -1)

📄 Description

I changed the property transactionQueue in BaseDataTransaction from internal to open. This way it will be available outside the framework and can be later passed to the Alamofire completionQueue. This will make possible to use asynchronous transactions in the Alamofire completion closures.


🔄 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/210 **Author:** [@WCharysz-ALTEN](https://github.com/WCharysz-ALTEN) **Created:** 10/12/2017 **Status:** ❌ Closed **Base:** `prototype/Swift_4_0` ← **Head:** `prototype/Swift_4_0` --- ### 📝 Commits (8) - [`130943a`](https://github.com/JohnEstropia/CoreStore/commit/130943acd3a54c457fdc0c3723bf06fce1b3f06d) Changing internal transactionQueue to open - [`d23d895`](https://github.com/JohnEstropia/CoreStore/commit/d23d895e5b74a03c5e7129e1ce5cc686c87dbe3b) Update schemes - [`4ce2b88`](https://github.com/JohnEstropia/CoreStore/commit/4ce2b883520b655b2b4758d2c83aab9dd3190f89) Going back to Xcode 8 - [`b3a7b30`](https://github.com/JohnEstropia/CoreStore/commit/b3a7b30ca044f4acac0155aece771a4b9d3a78aa) Reverse - [`00f1566`](https://github.com/JohnEstropia/CoreStore/commit/00f15662a9d4c4f999b4ff94906504b8b0c6532a) Reverse - [`a39a784`](https://github.com/JohnEstropia/CoreStore/commit/a39a78411d0bcfebb58d56a4eaf6d18c37d145a2) Reverse - [`c54184c`](https://github.com/JohnEstropia/CoreStore/commit/c54184c85f13f1c09105ee7ace3de5b8f42013d6) Reverse - [`9c8d7e5`](https://github.com/JohnEstropia/CoreStore/commit/9c8d7e5bc0208f1bfad51ec65ee6475b1b5f42a1) Reverse ### 📊 Changes **8 files changed** (+34 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `CoreStore.xcodeproj/project.pbxproj` (+6 -2) 📝 `CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore OSX.xcscheme` (+3 -1) 📝 `CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore iOS.xcscheme` (+3 -1) 📝 `CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore tvOS.xcscheme` (+3 -1) 📝 `CoreStore.xcodeproj/xcshareddata/xcschemes/CoreStore watchOS.xcscheme` (+3 -1) 📝 `CoreStoreDemo/CoreStoreDemo.xcodeproj/project.pbxproj` (+12 -0) 📝 `CoreStoreDemo/CoreStoreDemo.xcodeproj/xcshareddata/xcschemes/CoreStoreDemo.xcscheme` (+3 -1) 📝 `Sources/BaseDataTransaction.swift` (+1 -1) </details> ### 📄 Description I changed the property transactionQueue in BaseDataTransaction from internal to open. This way it will be available outside the framework and can be later passed to the Alamofire completionQueue. This will make possible to use asynchronous transactions in the Alamofire completion closures. --- <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 15:32:30 +01:00
adam closed this issue 2025-12-29 15:32:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#477