pykythe icon indicating copy to clipboard operation
pykythe copied to clipboard

vname path should not start with "/", should incorporate root and corpus translation

Open kamahen opened this issue 6 years ago • 1 comments

After discussion about why underhood didn't work, it turns out that the Kythe API expects path names to not start with "/".

The proper way of doing this is to have mappings from (corpus, root) to a spot in the file system and to pass (corpus,root,path) around wherever current "path" is used.

kamahen avatar Aug 06 '19 22:08 kamahen

Leaving this item open because the fix is a bit of a hack and a better fix should be done.

kamahen avatar Nov 13 '19 19:11 kamahen