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

기타 개선 #24

Merged
merged 4 commits into from
Nov 18, 2023
Merged

기타 개선 #24

merged 4 commits into from
Nov 18, 2023

Conversation

RanolP
Copy link
Member

@RanolP RanolP commented Nov 18, 2023

  • 표현식이 문장이 될 때 세미콜론 안 넣는 버그 픽스
  • parse_separator가 후행 가로 공백을 제거하도록 함
  • 표현식 문장이 꼭 구분자로 끝나지 않아도 되게 함

Copy link

codecov bot commented Nov 18, 2023

Codecov Report

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

Comparison is base (a7a07cd) 25.86% compared to head (497e914) 26.05%.
Report is 1 commits behind head on main.

Files Patch % Lines
crates/psl/src/codegen/impls/statements/mod.rs 0.00% 1 Missing ⚠️
crates/psl/src/codegen/pass/name_resolution.rs 0.00% 1 Missing ⚠️
crates/psl/src/syntax/statements/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   25.86%   26.05%   +0.18%     
==========================================
  Files          47       47              
  Lines        1036     1040       +4     
==========================================
+ Hits          268      271       +3     
- Misses        768      769       +1     

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

@RanolP RanolP merged commit 8442e26 into main Nov 18, 2023
4 of 5 checks passed
@RanolP RanolP deleted the feature/several-improvements branch November 18, 2023 15:25
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