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

make annotations available in codegen #251

Merged
merged 1 commit into from
Aug 18, 2021

Conversation

riederm
Copy link
Collaborator

@riederm riederm commented Aug 18, 2021

we dropped the idea of importing everything into one big
compilation unit. instead we now do multiple calls to the
generator - one for every parsed compilation unit.

we dropped the idea of importing everything into one big
compilation unit. instead we now do multiple calls to the
generator - one for every parsed compilation unit.
@codecov
Copy link

codecov bot commented Aug 18, 2021

Codecov Report

Merging #251 (6a75b9b) into master (ebf1b8f) will decrease coverage by 0.00%.
The diff coverage is 78.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
- Coverage   95.20%   95.19%   -0.01%     
==========================================
  Files          39       39              
  Lines       10543    10546       +3     
==========================================
+ Hits        10037    10039       +2     
- Misses        506      507       +1     
Impacted Files Coverage Δ
src/resolver.rs 95.75% <0.00%> (+0.88%) ⬆️
src/codegen.rs 100.00% <100.00%> (ø)
src/lib.rs 95.91% <100.00%> (-0.02%) ⬇️
src/ast.rs 89.87% <0.00%> (-1.09%) ⬇️
src/typesystem.rs 96.18% <0.00%> (+0.27%) ⬆️

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 ebf1b8f...6a75b9b. Read the comment docs.

@ghaith ghaith merged commit b50f3f3 into master Aug 18, 2021
@ghaith ghaith deleted the make_annotations_available_to_codegen branch August 18, 2021 09:18
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