Skip to content

Commit 48dd357

Browse files
committed
Update baseline to overcome some typing issues in pyopencl.
1 parent 836b318 commit 48dd357

1 file changed

Lines changed: 115 additions & 83 deletions

File tree

.basedpyright/baseline.json

Lines changed: 115 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,6 +3215,22 @@
32153215
"lineCount": 3
32163216
}
32173217
},
3218+
{
3219+
"code": "reportUnknownMemberType",
3220+
"range": {
3221+
"startColumn": 16,
3222+
"endColumn": 28,
3223+
"lineCount": 1
3224+
}
3225+
},
3226+
{
3227+
"code": "reportUnknownMemberType",
3228+
"range": {
3229+
"startColumn": 16,
3230+
"endColumn": 28,
3231+
"lineCount": 1
3232+
}
3233+
},
32183234
{
32193235
"code": "reportUnknownParameterType",
32203236
"range": {
@@ -3242,16 +3258,104 @@
32423258
{
32433259
"code": "reportUnknownMemberType",
32443260
"range": {
3245-
"startColumn": 19,
3246-
"endColumn": 26,
3261+
"startColumn": 15,
3262+
"endColumn": 24,
3263+
"lineCount": 1
3264+
}
3265+
},
3266+
{
3267+
"code": "reportUnknownMemberType",
3268+
"range": {
3269+
"startColumn": 15,
3270+
"endColumn": 29,
3271+
"lineCount": 1
3272+
}
3273+
},
3274+
{
3275+
"code": "reportUnknownMemberType",
3276+
"range": {
3277+
"startColumn": 23,
3278+
"endColumn": 30,
32473279
"lineCount": 1
32483280
}
32493281
},
32503282
{
32513283
"code": "reportUnknownVariableType",
32523284
"range": {
3253-
"startColumn": 19,
3254-
"endColumn": 44,
3285+
"startColumn": 23,
3286+
"endColumn": 48,
3287+
"lineCount": 1
3288+
}
3289+
},
3290+
{
3291+
"code": "reportUnknownMemberType",
3292+
"range": {
3293+
"startColumn": 61,
3294+
"endColumn": 70,
3295+
"lineCount": 1
3296+
}
3297+
},
3298+
{
3299+
"code": "reportUnknownArgumentType",
3300+
"range": {
3301+
"startColumn": 61,
3302+
"endColumn": 70,
3303+
"lineCount": 1
3304+
}
3305+
},
3306+
{
3307+
"code": "reportUnknownMemberType",
3308+
"range": {
3309+
"startColumn": 72,
3310+
"endColumn": 80,
3311+
"lineCount": 1
3312+
}
3313+
},
3314+
{
3315+
"code": "reportUnknownArgumentType",
3316+
"range": {
3317+
"startColumn": 72,
3318+
"endColumn": 80,
3319+
"lineCount": 1
3320+
}
3321+
},
3322+
{
3323+
"code": "reportUnknownMemberType",
3324+
"range": {
3325+
"startColumn": 39,
3326+
"endColumn": 48,
3327+
"lineCount": 1
3328+
}
3329+
},
3330+
{
3331+
"code": "reportUnknownMemberType",
3332+
"range": {
3333+
"startColumn": 39,
3334+
"endColumn": 57,
3335+
"lineCount": 1
3336+
}
3337+
},
3338+
{
3339+
"code": "reportUnknownVariableType",
3340+
"range": {
3341+
"startColumn": 27,
3342+
"endColumn": 33,
3343+
"lineCount": 1
3344+
}
3345+
},
3346+
{
3347+
"code": "reportUnknownMemberType",
3348+
"range": {
3349+
"startColumn": 47,
3350+
"endColumn": 58,
3351+
"lineCount": 1
3352+
}
3353+
},
3354+
{
3355+
"code": "reportUnknownArgumentType",
3356+
"range": {
3357+
"startColumn": 47,
3358+
"endColumn": 58,
32553359
"lineCount": 1
32563360
}
32573361
},
@@ -3264,7 +3368,7 @@
32643368
}
32653369
},
32663370
{
3267-
"code": "reportUnknownArgumentType",
3371+
"code": "reportArgumentType",
32683372
"range": {
32693373
"startColumn": 36,
32703374
"endColumn": 45,
@@ -4714,87 +4818,23 @@
47144818
}
47154819
},
47164820
{
4717-
"code": "reportUnknownParameterType",
4718-
"range": {
4719-
"startColumn": 12,
4720-
"endColumn": 23,
4721-
"lineCount": 1
4722-
}
4723-
},
4724-
{
4725-
"code": "reportUnknownParameterType",
4726-
"range": {
4727-
"startColumn": 24,
4728-
"endColumn": 34,
4729-
"lineCount": 1
4730-
}
4731-
},
4732-
{
4733-
"code": "reportMissingParameterType",
4734-
"range": {
4735-
"startColumn": 24,
4736-
"endColumn": 34,
4737-
"lineCount": 1
4738-
}
4739-
},
4740-
{
4741-
"code": "reportUnknownParameterType",
4742-
"range": {
4743-
"startColumn": 36,
4744-
"endColumn": 46,
4745-
"lineCount": 1
4746-
}
4747-
},
4748-
{
4749-
"code": "reportMissingParameterType",
4750-
"range": {
4751-
"startColumn": 36,
4752-
"endColumn": 46,
4753-
"lineCount": 1
4754-
}
4755-
},
4756-
{
4757-
"code": "reportUnknownParameterType",
4758-
"range": {
4759-
"startColumn": 48,
4760-
"endColumn": 58,
4761-
"lineCount": 1
4762-
}
4763-
},
4764-
{
4765-
"code": "reportMissingParameterType",
4766-
"range": {
4767-
"startColumn": 48,
4768-
"endColumn": 58,
4769-
"lineCount": 1
4770-
}
4771-
},
4772-
{
4773-
"code": "reportUnknownVariableType",
4774-
"range": {
4775-
"startColumn": 23,
4776-
"endColumn": 63,
4777-
"lineCount": 1
4778-
}
4779-
},
4780-
{
4781-
"code": "reportUnknownArgumentType",
4821+
"code": "reportReturnType",
47824822
"range": {
4783-
"startColumn": 40,
4784-
"endColumn": 55,
4785-
"lineCount": 1
4823+
"startColumn": 19,
4824+
"endColumn": 52,
4825+
"lineCount": 2
47864826
}
47874827
},
47884828
{
4789-
"code": "reportUnknownArgumentType",
4829+
"code": "reportArgumentType",
47904830
"range": {
47914831
"startColumn": 57,
47924832
"endColumn": 67,
47934833
"lineCount": 1
47944834
}
47954835
},
47964836
{
4797-
"code": "reportUnknownArgumentType",
4837+
"code": "reportArgumentType",
47984838
"range": {
47994839
"startColumn": 69,
48004840
"endColumn": 79,
@@ -4808,14 +4848,6 @@
48084848
"endColumn": 80,
48094849
"lineCount": 1
48104850
}
4811-
},
4812-
{
4813-
"code": "reportUnknownArgumentType",
4814-
"range": {
4815-
"startColumn": 44,
4816-
"endColumn": 55,
4817-
"lineCount": 1
4818-
}
48194851
}
48204852
],
48214853
"./arraycontext/impl/pyopencl/taggable_cl_array.py": [

0 commit comments

Comments
 (0)