-
Notifications
You must be signed in to change notification settings - Fork 1
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 Build Script | CD release pipeline #4
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #4 +/- ##
===========================================
- Coverage 99.27% 99.13% -0.15%
===========================================
Files 120 120
Lines 2634 2663 +29
===========================================
+ Hits 2615 2640 +25
- Misses 19 23 +4 ☔ View full report in Codecov by Sentry. |
d74ec2e
to
0269a74
Compare
@@ -11,26 +11,26 @@ use radix_engine_common::math::Decimal as ScryptoDecimal; | |||
DeserializeFromStr, | |||
uniffi::Record, | |||
)] | |||
pub struct Decimal { | |||
pub struct Decimal192 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CyonAlexRDX Why did you rename it? Was there any problem with the build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clash with Swift Foundations type with same name. So in iOS app in a file where we import
Both Sargon and Foundation it does not compile. And I don't wanna have to write Sargon.Decimal all over the place.
74e1a88
to
964257f
Compare
964257f
to
b3f6f69
Compare
3d5b01c
to
b798cef
Compare
b798cef
to
056f3f2
Compare
No description provided.