Skip to content

Conversation

@munazzaghazali7-hash
Copy link
Contributor

@munazzaghazali7-hash munazzaghazali7-hash commented Dec 17, 2025

Replaced broken LAPACK link with archived version.

Resolves #9131
Resolves #9130
Resolves #9125

Description

What is the purpose of this pull request?

This pull request:

  • Replaces the broken LAPACK link in lib/node_modules/@stdlib/blas/base/zswap/README.md with an archived version from the Wayback Machine.
  • Replaced broken LAPACK link in lib/node_modules/@stdlib/blas/base/zswap/README.md with an archived version.
  • Replaced broken LAPACK link in lib/node_modules/@stdlib/blas/base/ssyr2/README.md with an archived version.

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

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

@stdlib-js/reviewers

Replaced broken LAPACK link with archived version.


Signed-off-by: Almunazza <munazzaghazali7@gmail.com>
@stdlib-bot stdlib-bot added the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label Dec 17, 2025
@stdlib-bot
Copy link
Contributor

👋 Hi there! 👋

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

Getting Started

Next Steps

  1. A project maintainer will approve GitHub Actions workflows for your PR.
  2. All CI checks must pass before your submission can be fully reviewed.
  3. You'll need to address any failures in linting or unit tests.

Running Tests Locally

You can use make to run any of the CI commands locally from the root directory of the stdlib repository:

# Run tests for all packages in the math namespace:
make test TESTS_FILTER=".*/@stdlib/math/.*"

# Run benchmarks for a specific package:
make benchmark BENCHMARKS_FILTER=".*/@stdlib/math/base/special/sin/.*"

If you haven't heard back from us within two weeks, please ping us by tagging the "reviewers" team in a comment on this PR.

If you have any further questions while waiting for a response, please join our Zulip community to chat with project maintainers and other community members.

We appreciate your contribution!

Documentation Links

@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 Dec 17, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Dec 17, 2025

Coverage Report

Package Statements Branches Functions Lines
assert/has-has-instance-symbol-support $\color{green}90/90$
$\color{green}+0.00%$
$\color{green}5/5$
$\color{green}+0.00%$
$\color{green}1/1$
$\color{green}+0.00%$
$\color{green}90/90$
$\color{green}+0.00%$
blas/base/ssyr2 $\color{green}633/633$
$\color{green}+0.00%$
$\color{green}91/91$
$\color{green}+0.00%$
$\color{green}5/5$
$\color{green}+0.00%$
$\color{green}633/633$
$\color{green}+0.00%$
blas/base/zswap $\color{green}408/408$
$\color{green}+0.00%$
$\color{green}17/17$
$\color{green}+0.00%$
$\color{green}4/4$
$\color{green}+0.00%$
$\color{green}408/408$
$\color{green}+0.00%$

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

docs: fix broken Markdown link in has-has-instance-symbol-support

Replaced the broken MDN link for `Symbol.hasInstance` in 
`lib/node_modules/@stdlib/assert/has-has-instance-symbol-support/README.md` 
with the updated URL from MDN.

Resolves stdlib-js#9125

Signed-off-by: Almunazza <munazzaghazali7@gmail.com>
Replaced the broken LAPACK explore html link in
lib/node_modules/@stdlib/blas/base/ssyr2/README.md with a working
URL pointing to the ssyr2 documentation.

Resolves stdlib-js#9112

Signed-off-by: Almunazza <munazzaghazali7@gmail.com>
@munazzaghazali7-hash munazzaghazali7-hash changed the title docs: fix broken Markdown link (issue #9131) docs: fix broken Markdown links in zswap, ssyr2, and assert packages Dec 17, 2025
munazzaghazali7-hash and others added 3 commits December 17, 2025 20:20
Signed-off-by: Almunazza <munazzaghazali7@gmail.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Copy link
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

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

Thank you for your first PR; much appreciated!

@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Dec 18, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Dec 18, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Dec 18, 2025

PR Commit Message

docs: fix broken Markdown links in `zswap`, `ssyr2`, and `assert` packages

PR-URL: https://github.com/stdlib-js/stdlib/pull/9161
Closes: https://github.com/stdlib-js/stdlib/issues/9125
Closes: https://github.com/stdlib-js/stdlib/issues/9130
Closes: https://github.com/stdlib-js/stdlib/issues/9131

Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Almunazza <munazzaghazali7@gmail.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>

Please review the above commit message and make any necessary adjustments.

@Planeshifter Planeshifter merged commit 8a20a3e into stdlib-js:develop Dec 18, 2025
29 checks passed
@stdlib-bot stdlib-bot removed the Ready To Merge A pull request which is ready to be merged. label Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue.

Projects

None yet

3 participants