Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 5c814ea

Browse files
authored
Merge pull request #40 from juanjux/feature/pydetector-bblfsh_dependency
Change dependency for our version of pydetector, fixes #30
2 parents 422dc3a + a057e5c commit 5c814ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+402
-425
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pydetector==0.8.1
1+
pydetector-bblfsh==0.10.3
22
-e git+git://github.com/python/mypy.git@0bb2d1680e8b9522108b38d203cb73021a617e64#egg=mypy-lang
33
typed-ast==1.0.1

native/python_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
},
3333
install_requires=[
34-
"pydetector==0.8.1"
34+
"pydetector-bblfsh==0.10.3"
3535
],
3636
classifiers=[
3737
"Development Status :: 4 - Beta",

tests/classdef.py.native

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"ast_type": "arguments",
24-
"col_offset": 5,
24+
"col_offset": 19,
2525
"defaults": [],
2626
"kw_defaults": [],
2727
"kwarg": null,
@@ -39,7 +39,7 @@
3939
{
4040
"ast_type": "Attribute",
4141
"attr": "_a",
42-
"col_offset": 9,
42+
"col_offset": 14,
4343
"ctx": "Store",
4444
"lineno": 3,
4545
"value": {
@@ -81,7 +81,7 @@
8181
}
8282
}
8383
],
84-
"col_offset": 5,
84+
"col_offset": 9,
8585
"decorator_list": [],
8686
"lineno": 2,
8787
"name": "__init__",
@@ -120,7 +120,7 @@
120120
}
121121
],
122122
"ast_type": "arguments",
123-
"col_offset": 5,
123+
"col_offset": 17,
124124
"defaults": [],
125125
"kw_defaults": [],
126126
"kwarg": null,
@@ -136,7 +136,7 @@
136136
"lineno": 7
137137
}
138138
],
139-
"col_offset": 5,
139+
"col_offset": 9,
140140
"decorator_list": [],
141141
"lineno": 6,
142142
"name": "method",
@@ -163,7 +163,7 @@
163163
"value": {
164164
"ast_type": "Attribute",
165165
"attr": "_a",
166-
"col_offset": 16,
166+
"col_offset": 21,
167167
"ctx": "Load",
168168
"lineno": 11,
169169
"value": {
@@ -230,7 +230,7 @@
230230
}
231231
],
232232
"ast_type": "arguments",
233-
"col_offset": 5,
233+
"col_offset": 12,
234234
"defaults": [],
235235
"kw_defaults": [],
236236
"kwarg": null,
@@ -248,7 +248,7 @@
248248
{
249249
"ast_type": "Attribute",
250250
"attr": "_a",
251-
"col_offset": 9,
251+
"col_offset": 14,
252252
"ctx": "Store",
253253
"lineno": 15,
254254
"value": {
@@ -274,7 +274,7 @@
274274
{
275275
"ast_type": "Attribute",
276276
"attr": "setter",
277-
"col_offset": 6,
277+
"col_offset": 8,
278278
"ctx": "Load",
279279
"lineno": 13,
280280
"value": {
@@ -291,7 +291,7 @@
291291
"returns": null
292292
}
293293
],
294-
"col_offset": 1,
294+
"col_offset": 7,
295295
"decorator_list": [],
296296
"keywords": [],
297297
"lineno": 1,
@@ -327,7 +327,7 @@
327327
"value": {
328328
"args": [],
329329
"ast_type": "Call",
330-
"col_offset": 5,
330+
"col_offset": 6,
331331
"func": {
332332
"ast_type": "Name",
333333
"col_offset": 5,
@@ -347,7 +347,7 @@
347347
{
348348
"ast_type": "Attribute",
349349
"attr": "b",
350-
"col_offset": 1,
350+
"col_offset": 3,
351351
"ctx": "Store",
352352
"lineno": 18,
353353
"value": {
@@ -375,37 +375,37 @@
375375
{
376376
"ast_type": "Attribute",
377377
"attr": "g",
378-
"col_offset": 1,
378+
"col_offset": 13,
379379
"ctx": "Store",
380380
"lineno": 19,
381381
"value": {
382382
"ast_type": "Attribute",
383383
"attr": "f",
384-
"col_offset": 1,
384+
"col_offset": 11,
385385
"ctx": "Load",
386386
"lineno": 19,
387387
"value": {
388388
"ast_type": "Attribute",
389389
"attr": "e",
390-
"col_offset": 1,
390+
"col_offset": 9,
391391
"ctx": "Load",
392392
"lineno": 19,
393393
"value": {
394394
"ast_type": "Attribute",
395395
"attr": "d",
396-
"col_offset": 1,
396+
"col_offset": 7,
397397
"ctx": "Load",
398398
"lineno": 19,
399399
"value": {
400400
"ast_type": "Attribute",
401401
"attr": "c",
402-
"col_offset": 1,
402+
"col_offset": 5,
403403
"ctx": "Load",
404404
"lineno": 19,
405405
"value": {
406406
"ast_type": "Attribute",
407407
"attr": "b",
408-
"col_offset": 1,
408+
"col_offset": 3,
409409
"ctx": "Load",
410410
"lineno": 19,
411411
"value": {
@@ -445,11 +445,11 @@
445445
}
446446
],
447447
"ast_type": "Call",
448-
"col_offset": 1,
448+
"col_offset": 4,
449449
"func": {
450450
"ast_type": "Attribute",
451451
"attr": "method",
452-
"col_offset": 1,
452+
"col_offset": 3,
453453
"ctx": "Load",
454454
"lineno": 20,
455455
"value": {

0 commit comments

Comments
 (0)