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

Modified ShaderWriter::pushScope to push a compound statement instead of a container. #266

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

DragonJoker
Copy link
Owner

Fixes #265

@DragonJoker DragonJoker self-assigned this Jul 11, 2024
Copy link

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.93%. Comparing base (dd07d78) to head (48fe760).

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #266      +/-   ##
===============================================
+ Coverage        83.92%   83.93%   +0.01%     
===============================================
  Files              497      497              
  Lines            58131    58138       +7     
===============================================
+ Hits             48784    48797      +13     
+ Misses            9347     9341       -6     
Files Coverage Δ
source/ShaderWriter/Writer.cpp 65.47% <100.00%> (ø)

... and 5 files 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 dd07d78...48fe760. Read the comment docs.

@DragonJoker DragonJoker merged commit bb0b3e7 into development Jul 11, 2024
8 checks passed
@DragonJoker DragonJoker deleted the anonymous_scopes branch July 11, 2024 11:21
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.

Add support for anonymous scopes.
1 participant