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

🔧 Address commit comments on commit c31eccd (#5894) #5978

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

JaySoni1
Copy link
Contributor

@JaySoni1 JaySoni1 commented Mar 11, 2025

Description

This PR addresses the feedback provided on commit c31eccd, specifically the review comment regarding the JSDoc typedef for ComplexArray.

Changes Made

  • Reverted the incorrect modification to the JSDoc type annotation on Line 103.
  • Restored ComplexArray as a defined JSDoc type, per the suggestion.
  • Confirmed that the linting error was a false positive and no further change was required.

Files Updated

  • stdlib/lib/node_modules/@stdlib/array/filled/lib/main.js

Context

The review comment referenced:

Line 103: This change should be reverted. ComplexArray is a defined JSDoc type.
See stdlib/tools/docs/jsdoc/typedefs/arrays.js.

✅ Verified that ComplexArray is properly defined in typedefs/arrays.js, and the JSDoc usage is now consistent with project standards.

Related Issue

Closes #5894

Checklist

  • Read, understood, and followed the contributing guidelines
  • Followed the contributing guidelines
  • Made changes in a separate branch from develop
  • Passed all existing tests
  • Verified linting and formatting compliance

Signed-off-by: JaySoni1 <jaygsoni14@gmail.com>
@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. Good First PR A pull request resolving a Good First Issue. labels Mar 11, 2025
@stdlib-bot
Copy link
Contributor

Hello! Thank you for your contribution to stdlib.

We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:

  1. Please read our contributing guidelines.

  2. Update your pull request description to include this checked box:

    - [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)

This acknowledgment confirms that you've read the guidelines, which include:

  • The developer's certificate of origin
  • Your agreement to license your contributions under the project's terms

We can't review or accept contributions without this acknowledgment.

Thank you for your understanding and cooperation. We look forward to reviewing your contribution!

Copy link
Contributor

@stdlib-bot stdlib-bot left a comment

Choose a reason for hiding this comment

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

👋 Hi there! 👋

And thank you for opening your first pull request! We will review it shortly. 🏃 💨

@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
array/filled $\color{green}418/418$
$\color{green}+100.00\%$
$\color{green}68/68$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}418/418$
$\color{green}+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 17, 2025
@JaySoni1 JaySoni1 requested a review from stdlib-bot March 19, 2025 10:01
@JaySoni1
Copy link
Contributor Author

@Planeshifter , @kgryte please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address commit comments (commit c31eccd)
2 participants