Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[swift] Fix not marking oneof field as @Indirect when detecting a cycle #3151

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

dnkoutso
Copy link
Collaborator

No description provided.

@dnkoutso dnkoutso changed the title wip [swift] Fix not marking one of field as Indirect when detecting a cycle Oct 17, 2024
@@ -14,7 +14,7 @@
* limitations under the License.
*/
@propertyWrapper
public enum Indirect<Value : ProtoCodable> {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no use of ProtoCodable.

@dnkoutso dnkoutso changed the title [swift] Fix not marking one of field as Indirect when detecting a cycle [swift] Fix not marking oneof field as Indirect when detecting a cycle Oct 17, 2024
@dnkoutso dnkoutso changed the title [swift] Fix not marking oneof field as Indirect when detecting a cycle [swift] Fix not marking oneof field as @Indirect when detecting a cycle Oct 17, 2024
@dnkoutso dnkoutso merged commit 633cf04 into master Oct 17, 2024
11 checks passed
@dnkoutso dnkoutso deleted the cycle_bug branch October 17, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants