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

Completely Filter Compiler Attributes from Architecture #305

Merged
merged 3 commits into from
Oct 11, 2024

Conversation

alexanderlinne
Copy link
Collaborator

Relates to #229. Compiler Attributes are currently filtered in the ArchBuilder but are still introduced to the architecture through the AddAttributesAndAttributeDependencies load task.

With this patch, the attributes Microsoft.CodeAnalysis.EmbeddedAttribute, System.Runtime.CompilerServices.NullableAttribute and System.Runtime.CompilerServices.NullableContextAttribute will also be filtered in that load task.

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.43%. Comparing base (717deb0) to head (9a63b55).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #305      +/-   ##
==========================================
+ Coverage   65.42%   65.43%   +0.01%     
==========================================
  Files         256      256              
  Lines       22940    22947       +7     
  Branches     1948     1949       +1     
==========================================
+ Hits        15009    15016       +7     
  Misses       7378     7378              
  Partials      553      553              

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

@alexanderlinne alexanderlinne merged commit 8bb0c63 into main Oct 11, 2024
9 checks passed
@alexanderlinne alexanderlinne deleted the fix/filter-compiler-attributes branch October 11, 2024 12:39
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.

3 participants