[PR #482] [MERGED] merge operator declaration in one file #508

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

📋 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: developHead: develop


📝 Commits (1)

  • 073a1bd merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JohnEstropia/CoreStore/pull/482 **Author:** [@JCSooHwanCho](https://github.com/JCSooHwanCho) **Created:** 6/15/2023 **Status:** ✅ Merged **Merged:** 6/15/2023 **Merged by:** [@JohnEstropia](https://github.com/JohnEstropia) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`073a1bd`](https://github.com/JohnEstropia/CoreStore/commit/073a1bdee3a775883a9653840d574d9de7ef6e58) merge operator declaration in one file ### 📊 Changes **9 files changed** (+20 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description It resolves #481, part of making building CoreStore to standalone xcframework with bazel. --- <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:46 +01:00
adam closed this issue 2025-12-29 15:32:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#508