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

Add scope to foreach #470

Merged
merged 1 commit into from
Oct 16, 2022
Merged

Conversation

WebFreak001
Copy link
Member

@codecov
Copy link

codecov bot commented Oct 15, 2022

Codecov Report

Merging #470 (47452d6) into master (55b2903) will decrease coverage by 0.00%.
The diff coverage is 71.42%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #470      +/-   ##
==========================================
- Coverage   83.17%   83.16%   -0.01%     
==========================================
  Files          11       11              
  Lines        8338     8345       +7     
==========================================
+ Hits         6935     6940       +5     
- Misses       1403     1405       +2     
Impacted Files Coverage Δ
src/dparse/ast.d 70.85% <ø> (ø)
src/dparse/parser.d 91.26% <33.33%> (-0.05%) ⬇️
src/dparse/astprinter.d 94.35% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

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

@WebFreak001 WebFreak001 merged commit abeefa2 into dlang-community:master Oct 16, 2022
@WebFreak001 WebFreak001 deleted the foreach-scope branch October 16, 2022 16:48
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.

scope attribute for foreach parameters
1 participant