kamahen / pykythe

Generate code Python source cross-reference facts in Kythe format
Other
21 stars 3 forks source link

token.LSQB, ch0.children not processed (when analyzing ast_raw.py) #17

Closed kamahen closed 5 years ago

kamahen commented 5 years ago

To replicate:

make -C ~/src/pykythe add-index-pykythe run-server

Look at http://localhost:8888/#/tmp/pykythe_test/SUBST/home/peter/src/pykythe/pykythe/ast_raw.py?root=test-root&corpus=test-corpus&signature and scan for token.LSQB or ch0.type.

kamahen commented 5 years ago

ch0.children is probably due to issue #14.

kamahen commented 5 years ago

token.LSQB fixed with PR 646fa2b. ch0.children is a dup.