Skip to content

Fix logic for resource dir flag #169

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

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

anutosh491
Copy link
Collaborator

The logic for the resource dir flag looks corrupt.

I am guessing we need to check if the flag is available, if not we need CppInterOp to fetch it for us. If flag is found add the arguments else return error.

Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be really a change of 1 token. From == to !=.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

@codecov-commenter
Copy link

codecov-commenter commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.76%. Comparing base (3df7988) to head (ca08b6d).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #169      +/-   ##
==========================================
+ Coverage   80.14%   80.76%   +0.61%     
==========================================
  Files          19       19              
  Lines         972      972              
  Branches       93       93              
==========================================
+ Hits          779      785       +6     
+ Misses        193      187       -6     
Files with missing lines Coverage Δ
src/xinterpreter.cpp 91.30% <100.00%> (+3.26%) ⬆️
Files with missing lines Coverage Δ
src/xinterpreter.cpp 91.30% <100.00%> (+3.26%) ⬆️

Copy link
Contributor

github-actions bot commented Nov 5, 2024

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

github-actions bot commented Nov 5, 2024

clang-tidy review says "All clean, LGTM! 👍"

@vgvassilev vgvassilev merged commit a0f92be into compiler-research:main Nov 5, 2024
9 of 10 checks passed
@anutosh491 anutosh491 deleted the patch-1 branch November 5, 2024 08:11
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