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/scusumkbn2 to follow current project conventions #1961

Merged
merged 8 commits into from
Mar 23, 2024

Conversation

headlessNode
Copy link
Member

Resolves #1518

Description

What is the purpose of this pull request?

This pull request:

  • refactors blas/ext/base/scusumkbn2 to follow current project conventions

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 the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label Mar 20, 2024
@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 21, 2024
@kgryte kgryte changed the title [RFC]: refactor blas/ext/base/scusumkbn2 to follow current project conventions refactor: update blas/ext/base/scusumkbn2 to follow current project conventions Mar 21, 2024
@kgryte kgryte requested a review from Planeshifter March 21, 2024 03:46
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.

This looks overall very good. Thank you for working on it!

Notice I had to revert the copyright year changes: It is our convention to not update them when files are edited, only when they are first committed to the repository.

One thing: Please edit the manifest.json file to be 2-space indented and to have benchmark and example configurations.

@headlessNode
Copy link
Member Author

@Planeshifter I've added the suggested changes, please check.

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.

Thanks! Checks out, looks all good to me now after fixing one more copy-paste error. Will merge shortly.

Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
@Planeshifter Planeshifter merged commit 743fd05 into stdlib-js:develop Mar 23, 2024
8 checks passed
@Planeshifter Planeshifter removed the Needs Review A pull request which needs code review. label Mar 26, 2024
@headlessNode headlessNode deleted the refactor-scusumkbn2 branch May 2, 2024 15:56
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: refactor blas/ext/base/scusumkbn2 to follow current project conventions
4 participants