ctf: remove sequence bit length calculation as it cannot be known#410
ctf: remove sequence bit length calculation as it cannot be known#410arfio wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughIn ChangesSequence Length Overflow Fix
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
bebaaa8 to
84fdf02
Compare
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
84fdf02 to
bb7acb3
Compare
What it does
Remove the check for maximum size, as we do not yet know the size of the member fields at this point, so it is impossible to calculate the maximum number of bits that the sequence will take. Fixes #379
How to test
Open the issue attached trace.
Follow-ups
N/A
Review checklist
Summary by CodeRabbit