Skip to content

refactor: update blas/ext/base/ssorthp to follow current project conventions #1770

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

Merged
merged 20 commits into from
Apr 27, 2024

Conversation

naveen1m
Copy link
Contributor

@naveen1m naveen1m commented Mar 8, 2024

Resolves #1537

Description

What is the purpose of this pull request?

This pull request:

  • Refactors @stdlib/blas/ext/base/ssorthp to follow current project conventions.

Checklist

  • update README.md
  • manifest.json
  • include.gypi
  • benchmark
  • examples
  • docs
  • test
  • src
  • lib

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

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. 🏃 💨

Copy link
Member

@Pranavchiku Pranavchiku left a comment

Choose a reason for hiding this comment

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

This PR needs more changes, please follow d66d80c and add required files.

@Pranavchiku Pranavchiku added the Needs Changes Pull request which needs changes before being merged. label Mar 8, 2024
@stdlib-bot stdlib-bot added the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label Mar 16, 2024
@naveen1m naveen1m changed the title refactor: updated addon.cpp to addon.c refactor: @stdlib/blas/ext/base/ssorthp to follow current project conventions Mar 16, 2024
@naveen1m naveen1m requested a review from Pranavchiku March 16, 2024 19:59
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.

Please have a look at the failing CI job for linting of the C files.

Also, the PR currently took the instruction to "remove the use of floor everywhere" as replacing it via a a right shift operation. This will have to be changed; please consult the linked packages for the changes we are looking for.

Thanks for your efforts!

@naveen1m
Copy link
Contributor Author

Got it! thanks for the clarification. I will make the necessary changes.

@kgryte kgryte added Enhancement Issue or pull request for enhancing existing functionality. Native Addons Issue involves or relates to Node.js native add-ons. C Issue involves or relates to C. labels Mar 22, 2024
@naveen1m naveen1m changed the title refactor: @stdlib/blas/ext/base/ssorthp to follow current project conventions refactor: update blas/ext/base/ssorthp to follow current project conventions Apr 7, 2024
@naveen1m
Copy link
Contributor Author

naveen1m commented Apr 9, 2024

@kgryte @Planeshifter can you please review it?

this test is failing, while other file has included same directory see

Screenshot 2024-04-09 at 6 13 13 AM
run_affected_tests

@Planeshifter Planeshifter self-requested a review April 27, 2024 22:04
@Planeshifter
Copy link
Member

Tests should now pass; will merge once CI has passed. Thanks!

@Planeshifter Planeshifter added Ready To Merge A pull request which is ready to be merged. and removed Needs Changes Pull request which needs changes before being merged. labels Apr 27, 2024
@Planeshifter Planeshifter merged commit 726cca7 into stdlib-js:develop Apr 27, 2024
7 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. Ready To Merge A pull request which is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: refactor blas/ext/base/ssorthp to follow current project conventions
5 participants