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

Name Resolution Pass 추가 #23

Merged
merged 8 commits into from
Nov 17, 2023
Merged

Name Resolution Pass 추가 #23

merged 8 commits into from
Nov 17, 2023

Conversation

RanolP
Copy link
Member

@RanolP RanolP commented Nov 13, 2023

No description provided.

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 169 lines in your changes are missing coverage. Please review.

Comparison is base (11faec9) 29.64% compared to head (a7a07cd) 25.86%.
Report is 3 commits behind head on main.

Files Patch % Lines
crates/psl/src/codegen/pass/name_resolution.rs 0.00% 63 Missing ⚠️
crates/psl/src/codegen/construct/scope.rs 0.00% 24 Missing ⚠️
crates/psl/src/codegen/impls/program.rs 0.00% 13 Missing ⚠️
...l/src/codegen/impls/expressions/binary_operator.rs 0.00% 9 Missing ⚠️
crates/psl/src/codegen/impls/expressions/mod.rs 0.00% 8 Missing ⚠️
crates/psl/src/ast/expressions.rs 0.00% 6 Missing ⚠️
crates/psl/src/codegen/context.rs 0.00% 6 Missing ⚠️
crates/psl/src/codegen/impls/statements/mod.rs 0.00% 6 Missing ⚠️
crates/psl/src/codegen/impls/declarations/mod.rs 0.00% 5 Missing ⚠️
...codegen/impls/declarations/variable_declaration.rs 0.00% 5 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #23      +/-   ##
==========================================
- Coverage   29.64%   25.86%   -3.78%     
==========================================
  Files          45       47       +2     
  Lines         904     1036     +132     
==========================================
  Hits          268      268              
- Misses        636      768     +132     

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

@RanolP RanolP merged commit 232f37f into main Nov 17, 2023
2 of 5 checks passed
@RanolP RanolP deleted the feature/scope-separation branch November 17, 2023 08:00
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.

1 participant