Implement SpacetimeType for Result<T, E>#3790
Conversation
70ca89a to
4324cd7
Compare
|
I'll build out an attached PR to add the new functionality for the Unreal SDK. |
5a99c91 to
cf9dd2f
Compare
JasonAtClockwork
left a comment
There was a problem hiding this comment.
There is updates to the /modules/sdk-test-cs but this won't be enough testing for the C# side. We'll need to add tests into the /sdks/csharp/examples~/regression-tests like for UUID to make sure this works end-to-end.
@rekhoff - I'll also want your eyes on this one when you can for the C# side
gefjon
left a comment
There was a problem hiding this comment.
I'm happy with the Rust parts of this PR. We'll still need review from the other languages' maintainers.
coolreader18
left a comment
There was a problem hiding this comment.
Seems reasonable to me, except for my one comment.
604c452 to
c7b1f53
Compare
32ebe84 to
bd8dba7
Compare
bd8dba7 to
d5bd9e0
Compare
JasonAtClockwork
left a comment
There was a problem hiding this comment.
I've added a couple comments but otherwise this looks like a solid fix for tests on the C# side!
...examples~/regression-tests/client/module_bindings/Procedures/InsertWithTxRollbackResult.g.cs
Show resolved
Hide resolved
a85626f to
370e005
Compare
370e005 to
6898dc4
Compare
Signed-off-by: Ryan <r.ekhoff@clockworklabs.io>
Signed-off-by: Ryan <r.ekhoff@clockworklabs.io>
# Description of Changes Closes #3673 *NOTE*: C++ part will be in another PR # Expected complexity level and risk 2 Adding a new type touch everywhere # Testing - [x] Adding smoke and unit test --------- Signed-off-by: Ryan <r.ekhoff@clockworklabs.io> Co-authored-by: rekhoff <r.ekhoff@clockworklabs.io> Co-authored-by: Phoebe Goldman <phoebe@goldman-tribe.org> Co-authored-by: Jason Larabie <jason@clockworklabs.io>
Description of Changes
Closes #3673
NOTE: C++ part will be in another PR
Expected complexity level and risk
2
Adding a new type touch everywhere
Testing