Skip to content
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

Document a strange situation in which we find end() iterators in toke… #2098

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Document a strange situation in which we find end() iterators in toke… #2098

merged 1 commit into from
Feb 17, 2024

Conversation

hzeller
Copy link
Collaborator

@hzeller hzeller commented Feb 3, 2024

…n-views.

Needs to be explored more, but I think the view should only contain dereferencable iterators.
If CHECK() is enabled (#if 1), the formatter_test will fail.

…n-views.

Needs to be explored more, but I think the view should only contain
dereferencable iterators.
If CHECK() is enabled (#if 1), the formatter_test will fail.
@hzeller hzeller requested a review from fangism February 3, 2024 21:25
@hzeller
Copy link
Collaborator Author

hzeller commented Feb 3, 2024

@fangism : Maybe you can remember this part: is my assumption correct that a view should not contain the end() iterator from the source ?

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3a99c81) 92.91% compared to head (2ca541d) 92.91%.
Report is 3 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2098   +/-   ##
=======================================
  Coverage   92.91%   92.91%           
=======================================
  Files         358      358           
  Lines       26571    26572    +1     
=======================================
+ Hits        24688    24689    +1     
  Misses       1883     1883           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hzeller hzeller merged commit d3cf9e4 into chipsalliance:master Feb 17, 2024
30 of 31 checks passed
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.

2 participants