-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix: Update immutable package #1290
fix: Update immutable package #1290
Conversation
Benchmark ResultsSummary
✅ See Better Results...
❌ See Worse Results...
✨ See Unchanged Results...
🐋 See Full Results... |
go.sum
Outdated
github.com/sourcenetwork/immutable v0.2.1 h1:0SAnoiGm1XQG+xiG4gK4nmLFqTMRnQ5Y1N4WHL7vQtE= | ||
github.com/sourcenetwork/immutable v0.2.1/go.mod h1:4jpxObkIQw8pvlIRm4ndZqf3pH9ZjYEw/UYI6GZDJww= |
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.
todo: These two lines shouldn't exist (ones with v0.2.1
). Run make tidy
it should fix that by removing these.
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.
good catch
Codecov Report
@@ Coverage Diff @@
## develop #1290 +/- ##
===========================================
+ Coverage 70.40% 70.47% +0.07%
===========================================
Files 184 184
Lines 17825 17825
===========================================
+ Hits 12549 12563 +14
+ Misses 4320 4310 -10
+ Partials 956 952 -4 |
Benchmark ResultsSummary
✅ See Better Results...
❌ See Worse Results...
✨ See Unchanged Results...
🐋 See Full Results... |
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.
LGTM. Thanks for doing the change.
be12b69
to
58e9b30
Compare
Benchmark ResultsSummary
✅ See Better Results...
❌ See Worse Results...
✨ See Unchanged Results...
🐋 See Full Results... |
New version adds custom un/marshaling
58e9b30
to
bfd223b
Compare
New version adds custom un/marshaling
New version adds custom un/marshaling
New version adds custom un/marshaling
Relevant issue(s)
Resolves #1289
Description
Update
immutable
package that added customMarshalJSON
andUnmarshalJSON
method toimmutable.Option
Tasks
How has this been tested?
Integration tests and manual tests.
Specify the platform(s) on which this was tested: