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

chore: fix C lint errors (issue #6272) #6279

Merged
merged 2 commits into from
Mar 23, 2025

Conversation

AaryaBalwadkar
Copy link
Contributor

Resolves #6272.

Description

What is the purpose of this pull request?

This pull request:

  • Fixes C lint error by making the float complex X[] and float complex Y[] array as constant.

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. labels Mar 22, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Mar 22, 2025

Coverage Report

Package Statements Branches Functions Lines
strided/base/cmap 250 / 250
+ 100.00 %
9 / 9
+ 100.00 %
2 / 2
+ 100.00 %
250 / 250
+ 100.00 %

The above coverage report was generated for the changes in this PR.

@stdlib-bot stdlib-bot removed the First-time Contributor A pull request from a contributor who has never previously committed to the project repository. label Mar 22, 2025
Signed-off-by: Athan <kgryte@gmail.com>
@kgryte kgryte added Documentation Improvements, additions, or changes to documentation. and removed Needs Review A pull request which needs code review. labels Mar 22, 2025
@kgryte kgryte merged commit b818857 into stdlib-js:develop Mar 23, 2025
29 checks passed
@AaryaBalwadkar AaryaBalwadkar deleted the fix/c-linterrors-6272 branch March 23, 2025 04:18
Girish-Garg pushed a commit to Girish-Garg/stdlib that referenced this pull request Mar 23, 2025
PR-URL: stdlib-js#6279
Closes: stdlib-js#6272
Co-authored-by: Athan Reines <kgryte@gmail.com>
Reviewed-by: Athan Reines <kgryte@gmail.com> 
Signed-off-by: Athan Reines <kgryte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements, additions, or changes to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix C lint errors
3 participants