Original PR: https://github.com/JohnEstropia/CoreStore/pull/482 Author: @JCSooHwanCho Created: 6/15/2023 Status: ✅ Merged Merged: 6/15/2023 Merged by: @JohnEstropia
Base: develop ← Head: develop
develop
073a1bd
9 files changed (+20 additions, -22 deletions)
📝 CoreStore.xcodeproj/project.pbxproj (+10 -0) ➕ Sources/OperatorDeclaration.swift (+10 -0) 📝 Sources/Relationship.ToManyOrdered.swift (+0 -3) 📝 Sources/Relationship.ToManyUnordered.swift (+0 -3) 📝 Sources/Relationship.ToOne.swift (+0 -4) 📝 Sources/Transformable.Optional.swift (+0 -3) 📝 Sources/Transformable.Required.swift (+0 -3) 📝 Sources/Value.Optional.swift (+0 -3) 📝 Sources/Value.Required.swift (+0 -3)
CoreStore.xcodeproj/project.pbxproj
Sources/OperatorDeclaration.swift
Sources/Relationship.ToManyOrdered.swift
Sources/Relationship.ToManyUnordered.swift
Sources/Relationship.ToOne.swift
Sources/Transformable.Optional.swift
Sources/Transformable.Required.swift
Sources/Value.Optional.swift
Sources/Value.Required.swift
It resolves #481, part of making building CoreStore to standalone xcframework with bazel.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/482
Author: @JCSooHwanCho
Created: 6/15/2023
Status: ✅ Merged
Merged: 6/15/2023
Merged by: @JohnEstropia
Base:
develop← Head:develop📝 Commits (1)
073a1bdmerge operator declaration in one file📊 Changes
9 files changed (+20 additions, -22 deletions)
View changed files
📝
CoreStore.xcodeproj/project.pbxproj(+10 -0)➕
Sources/OperatorDeclaration.swift(+10 -0)📝
Sources/Relationship.ToManyOrdered.swift(+0 -3)📝
Sources/Relationship.ToManyUnordered.swift(+0 -3)📝
Sources/Relationship.ToOne.swift(+0 -4)📝
Sources/Transformable.Optional.swift(+0 -3)📝
Sources/Transformable.Required.swift(+0 -3)📝
Sources/Value.Optional.swift(+0 -3)📝
Sources/Value.Required.swift(+0 -3)📄 Description
It resolves #481, part of making building CoreStore to standalone xcframework with bazel.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.