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

refactor(loader): fix warnings by 'cargo clippy' for loader #999

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

octonawish-akcodes
Copy link
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

  • N
  • Y

issue #191

2. What is the scope of this PR (e.g. component or file name):

Refactor KCLVM/loader
image

Not sure about the warning, maybe its giving a warning to update the rust version in the code? @Peefy

Signed-off-by: Abhishek Kumar <abhishek22512@gmail.com>
Copy link

github-actions bot commented Jan 24, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@octonawish-akcodes
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@octonawish-akcodes
Copy link
Contributor Author

recheck

Peefy added a commit to kcl-lang/cla.db that referenced this pull request Jan 24, 2024
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 7637741199

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-15.4%) to 72.348%

Totals Coverage Status
Change from base Build 7626433012: -15.4%
Covered Lines: 43728
Relevant Lines: 60441

💛 - Coveralls

@Peefy
Copy link
Contributor

Peefy commented Jan 24, 2024

Good Job! LGTM!

The reason for the warning is that the rust-crypto library is a dependency of kclvm/config crate, but it has not been maintained for a long time and adopts the old Rust syntax. One alternative is to replace it with another library. PRs Welcome!

Copy link
Contributor

@Peefy Peefy left a comment

Choose a reason for hiding this comment

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

LGTM

@Peefy Peefy merged commit 9c746e9 into kcl-lang:main Jan 24, 2024
9 of 11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants