pointfreeco / swift-composable-architecture

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
https://www.pointfree.co/collections/composable-architecture
MIT License
12.07k stars 1.41k forks source link

fix attendee creation with uuid in syncup tutorial #3077

Closed tahabebek closed 3 months ago

tahabebek commented 3 months ago

Alternative fix for #3073. I have been following the tutorial, using Tagged IDs. Most of the readers will do that. Also in the example code, tagged IDs are used.

mbrandonw commented 3 months ago

Hi @tahabebek, thanks for the PR!

We just merged this https://github.com/pointfreeco/swift-composable-architecture/pull/3076/ which clarifies that we do not assume Tagged is being used in the tutorial. Since this is the intended behavior for the tutorial we are going to close this PR, but we may consider just removing the Tagged digression since it's been causing confusion.