Skip to content

Commit 3be1d66

Browse files
chore: address commit comments for commit a1e8f03
PR-URL: #6784 Closes: #5788 Co-authored-by: stdlib-bot <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent b4767e5 commit 3be1d66

File tree

2 files changed

+111
-111
lines changed

2 files changed

+111
-111
lines changed
Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
11
{
2-
"options": {
3-
"task": "build"
2+
"options": {
3+
"task": "build"
4+
},
5+
"fields": [
6+
{
7+
"field": "src",
8+
"resolve": true,
9+
"relative": true
410
},
5-
"fields": [
6-
{
7-
"field": "src",
8-
"resolve": true,
9-
"relative": true
10-
},
11-
{
12-
"field": "include",
13-
"resolve": true,
14-
"relative": true
15-
},
16-
{
17-
"field": "libraries",
18-
"resolve": false,
19-
"relative": false
20-
},
21-
{
22-
"field": "libpath",
23-
"resolve": true,
24-
"relative": false
25-
}
26-
],
27-
"confs": [
28-
{
29-
"task": "build",
30-
"src": [
31-
"./src/main.c"
32-
],
33-
"include": [
34-
"./include"
35-
],
36-
"libraries": [
37-
"-lm"
38-
],
39-
"libpath": [],
40-
"dependencies": [
41-
"@stdlib/math/base/napi/unary",
42-
"@stdlib/math/base/special/sqrt"
43-
]
44-
},
45-
{
46-
"task": "benchmark",
47-
"src": [
48-
"./src/main.c"
49-
],
50-
"include": [
51-
"./include"
52-
],
53-
"libraries": [
54-
"-lm"
55-
],
56-
"libpath": [],
57-
"dependencies": [
58-
"@stdlib/math/base/special/sqrt"
59-
]
60-
},
61-
{
62-
"task": "examples",
63-
"src": [
64-
"./src/main.c"
65-
],
66-
"include": [
67-
"./include"
68-
],
69-
"libraries": [
70-
"-lm"
71-
],
72-
"libpath": [],
73-
"dependencies": [
74-
"@stdlib/math/base/special/sqrt"
75-
]
76-
}
77-
]
11+
{
12+
"field": "include",
13+
"resolve": true,
14+
"relative": true
15+
},
16+
{
17+
"field": "libraries",
18+
"resolve": false,
19+
"relative": false
20+
},
21+
{
22+
"field": "libpath",
23+
"resolve": true,
24+
"relative": false
25+
}
26+
],
27+
"confs": [
28+
{
29+
"task": "build",
30+
"src": [
31+
"./src/main.c"
32+
],
33+
"include": [
34+
"./include"
35+
],
36+
"libraries": [
37+
"-lm"
38+
],
39+
"libpath": [],
40+
"dependencies": [
41+
"@stdlib/math/base/napi/unary",
42+
"@stdlib/math/base/special/sqrt"
43+
]
44+
},
45+
{
46+
"task": "benchmark",
47+
"src": [
48+
"./src/main.c"
49+
],
50+
"include": [
51+
"./include"
52+
],
53+
"libraries": [
54+
"-lm"
55+
],
56+
"libpath": [],
57+
"dependencies": [
58+
"@stdlib/math/base/special/sqrt"
59+
]
60+
},
61+
{
62+
"task": "examples",
63+
"src": [
64+
"./src/main.c"
65+
],
66+
"include": [
67+
"./include"
68+
],
69+
"libraries": [
70+
"-lm"
71+
],
72+
"libpath": [],
73+
"dependencies": [
74+
"@stdlib/math/base/special/sqrt"
75+
]
76+
}
77+
]
7878
}
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": []
36-
}
37-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": []
36+
}
37+
]
3838
}

0 commit comments

Comments
 (0)