feat: add C implementation for math/base/special/dirichlet-eta#3282
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
We get the same lint error here as well, that came at: https://github.com/stdlib-js/stdlib/actions/runs/12022789799/job/33515586260#step:17:1332 |
|
It seems that this might be due to different function names, such as we use |
Okay, I tried changing the C implementation to use |
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
|
/stdlib merge |
|
@gunjjoshi Encountered the same issue in a different PR. Problem should go away after updating the
"gypfile": true,
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"include": "./include",
"lib": "./lib",
"scripts": "./scripts",
"src": "./src",
"test": "./test"
},We should add a lint check for whether cc @kgryte |
|
/stdlib merge |
|
/stdlib merge |
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
|
@Planeshifter That worked. Thanks! |
Thanks for tracking this down, @Planeshifter! And agreed. Thanks for setting up linting to catch this in the future. |
Progresses #649.
Description
This pull request:
math/base/special/dirichlet-eta.Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers