From f4b4536d30d837a0d57980910e122ef9ebaa48a9 Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 14:33:30 +0530 Subject: [PATCH 01/10] fix: resolve manifest.json lint error --- .../float32/base/exponent/manifest.json | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index c1b80d501b69..d080f5033b17 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -1,42 +1,42 @@ { "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 - } + { + "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/constants/float32/exponent-bias", - "@stdlib/constants/float32/exponent-mask", - "@stdlib/number/float32/base/to-word" - ] - } + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/constants/float32/exponent-bias", + "@stdlib/constants/float32/exponent-mask", + "@stdlib/number/float32/base/to-word" + ] + } ] -} + } \ No newline at end of file From 13f808be84b34257c8a2d045cd57d29ef368c4d1 Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 14:47:55 +0530 Subject: [PATCH 02/10] fix: lint error i editior config --- .../float32/base/exponent/manifest.json | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index d080f5033b17..bb43ac778b19 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -1,42 +1,42 @@ { - "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/constants/float32/exponent-bias", - "@stdlib/constants/float32/exponent-mask", - "@stdlib/number/float32/base/to-word" - ] - } - ] - } \ No newline at end of file + "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/constants/float32/exponent-bias", + "@stdlib/constants/float32/exponent-mask", + "@stdlib/number/float32/base/to-word" + ] + } + ] +} \ No newline at end of file From def9ebee8b2fb38ea858d140a0e54b56223f5ac2 Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 14:48:28 +0530 Subject: [PATCH 03/10] fix: lint error i editior config --- .../float32/base/exponent/manifest.json | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index bb43ac778b19..d080f5033b17 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -1,42 +1,42 @@ { - "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/constants/float32/exponent-bias", - "@stdlib/constants/float32/exponent-mask", - "@stdlib/number/float32/base/to-word" - ] - } - ] -} \ No newline at end of file + "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/constants/float32/exponent-bias", + "@stdlib/constants/float32/exponent-mask", + "@stdlib/number/float32/base/to-word" + ] + } + ] + } \ No newline at end of file From c88c9244ca47d25bd30459f3a03181e87b9f39ad Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 15:06:05 +0530 Subject: [PATCH 04/10] fix: lint error i editior config --- .../@stdlib/number/float32/base/exponent/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index d080f5033b17..ecde8a0e3916 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -39,4 +39,4 @@ ] } ] - } \ No newline at end of file + } From 9344ff619432aef8f2793ef3db3f77d411815af0 Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 15:07:59 +0530 Subject: [PATCH 05/10] fix: lint error i editior config --- .../@stdlib/number/float32/base/exponent/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index ecde8a0e3916..8dfaf005a53f 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -39,4 +39,4 @@ ] } ] - } +} From 4ef2724dedd1144d2a6d1cd85f25b7d9e4519e60 Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 15:19:09 +0530 Subject: [PATCH 06/10] fix: lint error i editior config --- .../@stdlib/number/float32/base/exponent/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index 8dfaf005a53f..ecde8a0e3916 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -39,4 +39,4 @@ ] } ] -} + } From 32885b7e0089b034e92f2c2cdcdb95ce4e9f4b72 Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 15:20:50 +0530 Subject: [PATCH 07/10] fix: lint error i editior config --- .../@stdlib/number/float32/base/exponent/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index ecde8a0e3916..5a28eee26383 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -40,3 +40,4 @@ } ] } + \ No newline at end of file From 5c80f7116079a7699b65e2561e4560ddf2fba4cc Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 15:27:08 +0530 Subject: [PATCH 08/10] fix: lint error i editior config --- .../@stdlib/number/float32/base/exponent/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index 5a28eee26383..ecde8a0e3916 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -40,4 +40,3 @@ } ] } - \ No newline at end of file From ff6f84a67a7b76c491124c99272dba22dcbb30ba Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 15:32:51 +0530 Subject: [PATCH 09/10] fix: lint error i editior config --- .../float32/base/exponent/manifest.json | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index ecde8a0e3916..95009714e2fc 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -2,41 +2,41 @@ "options": {}, "fields": [ { - "field": "src", - "resolve": true, - "relative": true + "field": "src", + "resolve": true, + "relative": true }, { - "field": "include", - "resolve": true, - "relative": true + "field": "include", + "resolve": true, + "relative": true }, { - "field": "libraries", - "resolve": false, - "relative": false + "field": "libraries", + "resolve": false, + "relative": false }, { - "field": "libpath", - "resolve": true, - "relative": false + "field": "libpath", + "resolve": true, + "relative": false } ], "confs": [ { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/constants/float32/exponent-bias", - "@stdlib/constants/float32/exponent-mask", - "@stdlib/number/float32/base/to-word" - ] + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/constants/float32/exponent-bias", + "@stdlib/constants/float32/exponent-mask", + "@stdlib/number/float32/base/to-word" + ] } ] - } +} From bf219f91a0a463a6b6689d1c927cd35f07bd8c86 Mon Sep 17 00:00:00 2001 From: shivam Date: Mon, 17 Mar 2025 15:35:39 +0530 Subject: [PATCH 10/10] fix: lint error i editior config --- .../@stdlib/number/float32/base/exponent/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json index 95009714e2fc..4af0396f3384 100644 --- a/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json +++ b/lib/node_modules/@stdlib/number/float32/base/exponent/manifest.json @@ -1,4 +1,4 @@ -{ + { "options": {}, "fields": [ { @@ -39,4 +39,4 @@ ] } ] -} + }