Uh oh!
There was an error while loading. Please reload this page.
chore: a few fixes - #2169
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File ( |
9d61c1c to
24ce077CompareCodecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## feature/exec_api #2169 +/- ##
====================================================
- Coverage 29.41% 27.95% -1.46%
====================================================
Files 62 60 -2 Lines 6824 6735 -89 ====================================================
- Hits 2007 1883 -124 - Misses 4600 4620 +20 - Partials 217 232 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1751dd1 to
7655f59Comparef5c2573 to
4b26990CompareUh oh!
There was an error while loading. Please reload this page.
b8a2ccd to
d1d103fCompare
tzdybal
left a comment
There was a problem hiding this comment.
Looks good. I left small comment.
Uh oh!
There was an error while loading. Please reload this page.
julienrbrt
left a comment
There was a problem hiding this comment.
mostly lgtm! i skipped that ListenAddress -> ListenAddresses changes as i couldn't find where all addresses were used.
| defer d.mu.Unlock() | ||
| if height > d.height { | ||
| return nil, da.ErrFutureHeight |
There was a problem hiding this comment.
maybe let's wrap this error to give more context?
14ca69d to
7662f1fCompare
Overview