Skip to content

chore: fix C lint errors (issue #11210)#11216

Closed
MANDEep22332 wants to merge 3 commits intostdlib-js:developfrom
MANDEep22332:c-lint-errors
Closed

chore: fix C lint errors (issue #11210)#11216
MANDEep22332 wants to merge 3 commits intostdlib-js:developfrom
MANDEep22332:c-lint-errors

Conversation

@MANDEep22332
Copy link
Copy Markdown
Contributor

Resolves #11210 .

Description

What is the purpose of this pull request?

This pull request:

  • Fixed basic formatting/whitespace issues in benchmark.length.c to comply with EditorConfig rules
    Ensured file passes.
  • Editorconfig-checker validation

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

  • #{{TODO: add related issue number}}

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.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".

{{TODO: add disclosure if applicable}}


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Mar 30, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

stdlib-bot commented Mar 30, 2026

Coverage Report

Package Statements Branches Functions Lines
strided/base/zmap $\color{green}226/226$
$\color{green}+0.00%$
$\color{green}9/9$
$\color{green}+0.00%$
$\color{green}2/2$
$\color{green}+0.00%$
$\color{green}226/226$
$\color{green}+0.00%$

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

@github-actions github-actions bot mentioned this pull request Mar 30, 2026
@stdlib-bot stdlib-bot added the Potential Duplicate There might be another pull request resolving the same issue. label Mar 31, 2026
@kgryte
Copy link
Copy Markdown
Member

kgryte commented Apr 1, 2026

Ref: #11236

@kgryte kgryte added autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. and removed Needs Review A pull request which needs code review. labels Apr 1, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit.

Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions.

@stdlib-bot stdlib-bot closed this Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. Potential Duplicate There might be another pull request resolving the same issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix C lint errors

3 participants