mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
[PR #482] [MERGED] merge operator declaration in one file #508
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/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.