From 3978981c104c08b697e61190edcfc91126514ae9 Mon Sep 17 00:00:00 2001 From: hemantmm Date: Mon, 3 Mar 2025 23:27:02 +0530 Subject: [PATCH 1/2] Resolves #5453 Signed-off-by: hemantmm --- .../is-allowed-data-type-cast/manifest.json | 72 +++++++++--------- .../@stdlib/ndarray/safe-casts/manifest.json | 72 +++++++++--------- .../number/float64/base/signbit/manifest.json | 76 +++++++++---------- 3 files changed, 110 insertions(+), 110 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/assert/is-allowed-data-type-cast/manifest.json b/lib/node_modules/@stdlib/ndarray/base/assert/is-allowed-data-type-cast/manifest.json index 59b37351e14f..6b7dea6d1737 100644 --- a/lib/node_modules/@stdlib/ndarray/base/assert/is-allowed-data-type-cast/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/base/assert/is-allowed-data-type-cast/manifest.json @@ -1,40 +1,40 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/ndarray/base/assert/is-safe-data-type-cast", - "@stdlib/ndarray/base/assert/is-mostly-safe-data-type-cast", + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/ndarray/base/assert/is-safe-data-type-cast", + "@stdlib/ndarray/base/assert/is-mostly-safe-data-type-cast", "@stdlib/ndarray/base/assert/is-same-kind-data-type-cast", "@stdlib/ndarray/casting-modes", "@stdlib/ndarray/dtypes" diff --git a/lib/node_modules/@stdlib/ndarray/safe-casts/manifest.json b/lib/node_modules/@stdlib/ndarray/safe-casts/manifest.json index f999b07dc525..844703f2c793 100644 --- a/lib/node_modules/@stdlib/ndarray/safe-casts/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/safe-casts/manifest.json @@ -1,38 +1,38 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/ndarray/dtypes" - ] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/ndarray/dtypes" + ] + } + ] } diff --git a/lib/node_modules/@stdlib/number/float64/base/signbit/manifest.json b/lib/node_modules/@stdlib/number/float64/base/signbit/manifest.json index e1403e5aa491..9cd0bf07bbd1 100644 --- a/lib/node_modules/@stdlib/number/float64/base/signbit/manifest.json +++ b/lib/node_modules/@stdlib/number/float64/base/signbit/manifest.json @@ -1,40 +1,40 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/number/float64/base/get-high-word" - ] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/number/float64/base/get-high-word" + ] + } + ] } From 19a99fc244aee557ef831686dcd34e705057bc8a Mon Sep 17 00:00:00 2001 From: hemantmm Date: Tue, 4 Mar 2025 10:13:07 +0530 Subject: [PATCH 2/2] modifed the changes for lint-errors Signed-off-by: hemantmm --- .../is-allowed-data-type-cast/manifest.json | 82 +++++++++---------- .../@stdlib/ndarray/safe-casts/manifest.json | 74 ++++++++--------- .../number/float64/base/signbit/manifest.json | 78 +++++++++--------- 3 files changed, 117 insertions(+), 117 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/base/assert/is-allowed-data-type-cast/manifest.json b/lib/node_modules/@stdlib/ndarray/base/assert/is-allowed-data-type-cast/manifest.json index 6b7dea6d1737..922f7f213285 100644 --- a/lib/node_modules/@stdlib/ndarray/base/assert/is-allowed-data-type-cast/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/base/assert/is-allowed-data-type-cast/manifest.json @@ -1,44 +1,44 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/ndarray/base/assert/is-safe-data-type-cast", + "@stdlib/ndarray/base/assert/is-mostly-safe-data-type-cast", + "@stdlib/ndarray/base/assert/is-same-kind-data-type-cast", + "@stdlib/ndarray/casting-modes", + "@stdlib/ndarray/dtypes" + ] } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/ndarray/base/assert/is-safe-data-type-cast", - "@stdlib/ndarray/base/assert/is-mostly-safe-data-type-cast", - "@stdlib/ndarray/base/assert/is-same-kind-data-type-cast", - "@stdlib/ndarray/casting-modes", - "@stdlib/ndarray/dtypes" - ] - } ] -} + } \ No newline at end of file diff --git a/lib/node_modules/@stdlib/ndarray/safe-casts/manifest.json b/lib/node_modules/@stdlib/ndarray/safe-casts/manifest.json index 844703f2c793..2e6d8f377fe9 100644 --- a/lib/node_modules/@stdlib/ndarray/safe-casts/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/safe-casts/manifest.json @@ -1,38 +1,38 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/ndarray/dtypes" - ] - } - ] -} + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/ndarray/dtypes" + ] + } + ] +} \ No newline at end of file diff --git a/lib/node_modules/@stdlib/number/float64/base/signbit/manifest.json b/lib/node_modules/@stdlib/number/float64/base/signbit/manifest.json index 9cd0bf07bbd1..cadf577e8d77 100644 --- a/lib/node_modules/@stdlib/number/float64/base/signbit/manifest.json +++ b/lib/node_modules/@stdlib/number/float64/base/signbit/manifest.json @@ -1,40 +1,40 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/number/float64/base/get-high-word" - ] - } - ] -} + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/number/float64/base/get-high-word" + ] + } + ] +} \ No newline at end of file