mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
[PR #210] [CLOSED] Prototype/swift 4 0 #477
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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_0← Head:prototype/Swift_4_0📝 Commits (8)
130943aChanging internal transactionQueue to opend23d895Update schemes4ce2b88Going back to Xcode 8b3a7b30Reverse00f1566Reversea39a784Reversec54184cReverse9c8d7e5Reverse📊 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.