-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix start function infinite loop bug #6172
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 start function infinite loop bug #6172
Conversation
bc23c70 to
d73fbff
Compare
d73fbff to
9624bd2
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ripple/wasmi-host-functions #6172 +/- ##
===========================================================
Coverage 79.6% 79.6%
===========================================================
Files 845 845
Lines 73319 73329 +10
Branches 8363 8353 -10
===========================================================
+ Hits 58367 58392 +25
+ Misses 14952 14937 -15
🚀 New features to boost your workflow:
|
|
Do we need this and #6064? i.e. should that PR be closed? |
| : module_(init(s, wasmBin, j)), j_(j) | ||
| { | ||
| wasm_module_exports(module_.get(), &exportTypes_.vec_); | ||
| auto wimports = buildImports(s, imports); |
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.
this already fixed, you need to rebase
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.
I think it is rebased already. This line is to make sure the imports are built (hence tested), even when the module instance is not instantiated. I am not sure what previous fix relates to this change.
|
@mvadari we still need this since it tests infinite loop in the |
9624bd2 to
82c7c7d
Compare
High Level Overview of Change
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)