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: update blas/ext/base/dcusum to follow current project conventions #1867

Merged
merged 10 commits into from
Mar 19, 2024

Conversation

AuenKr
Copy link
Contributor

@AuenKr AuenKr commented Mar 13, 2024

Resolves #1471.

Description

What is the purpose of this pull request?

This pull request:

  • refactors @stdlib/blas/ext/base/dcusum to follow current projects convention

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

@AuenKr
Copy link
Contributor Author

AuenKr commented Mar 14, 2024

@Pranavchiku, can you review the PR?

@kgryte kgryte added Enhancement Issue or pull request for enhancing existing functionality. Needs Review A pull request which needs code review. Native Addons Issue involves or relates to Node.js native add-ons. C Issue involves or relates to C. labels Mar 14, 2024
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

Thanks @AuenKr for working on this, and thank you for being diligent and paying attention to detail on this. Really makes things easy on reviewers.

I think the only thing which needs to be updated is the manifest.json file. For an example, see https://github.com/stdlib-js/stdlib/blob/dc84fce54ee45d590860af4eb36845981342671f/lib/node_modules/%40stdlib/blas/ext/base/dfill/manifest.json. In short, we need to add specific build configurations for the addon vs benchmarks vs examples.

@kgryte kgryte added the Needs Changes Pull request which needs changes before being merged. label Mar 14, 2024
@kgryte kgryte removed the Needs Review A pull request which needs code review. label Mar 14, 2024
@AuenKr
Copy link
Contributor Author

AuenKr commented Mar 14, 2024

@kgryte, applied changes in manifest.json

@stdlib-bot stdlib-bot added the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label Mar 15, 2024
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks, @AuenKr.

@kgryte kgryte merged commit 1f6eec9 into stdlib-js:develop Mar 19, 2024
8 checks passed
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). C Issue involves or relates to C. Enhancement Issue or pull request for enhancing existing functionality. Native Addons Issue involves or relates to Node.js native add-ons. Needs Changes Pull request which needs changes before being merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: refactor blas/ext/base/dcusum to follow current project conventions
3 participants