Skip to content

Conversation

k3DW
Copy link
Collaborator

@k3DW k3DW commented Aug 8, 2025

Closes #314

@k3DW k3DW assigned joaquintides and unassigned joaquintides Aug 8, 2025
@k3DW k3DW requested a review from joaquintides August 8, 2025 03:44
Copy link

codecov bot commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.23%. Comparing base (59e2a56) to head (3f3663c).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #315      +/-   ##
===========================================
- Coverage    98.24%   98.23%   -0.01%     
===========================================
  Files          161      161              
  Lines        22224    22224              
===========================================
- Hits         21833    21832       -1     
- Misses         391      392       +1     
Files with missing lines Coverage Δ
include/boost/unordered/detail/foa/core.hpp 99.54% <ø> (ø)
include/boost/unordered/detail/implementation.hpp 99.23% <ø> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 59e2a56...3f3663c. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

N = group["N"]
sentinel_ = group["sentinel_"]
N = 15 # `group["N"]` may be optimized out
sentinel_ = 1 # `group["sentinel_"]` may be optimized out
if self.is_regular_layout(group):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather define these as self.N and self.sentinel_ in BoostUnorderedFoaPrinter.__init__ so that we avoid the duplication of magic constants in BoostUnorderedFoaPrinter.chidlren.

k3DW added 4 commits August 20, 2025 20:23
…from the beginning

This is not a public header. It is only meant to be consumed as a transitive include.
…d away

Also do a few other things.
* `groups` and `elements` are now stored inside `self`
* `mask`, `n0`, and `n` aren't declared ahead of their first assignment
* Remove trailing whitespace
@joaquintides joaquintides merged commit 6fd63ab into develop Aug 22, 2025
63 checks passed
@joaquintides joaquintides deleted the 314 branch August 22, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pretty printer error printing flat map
2 participants