Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 232787

Summary: dev-util/ctags-5.7-r1 does not parse python files correctly
Product: Gentoo Linux Reporter: Jürgen Geuter <tante>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jürgen Geuter 2008-07-23 21:14:05 UTC
dev-util/ctags-5.7-r1 does not properly parse Python files: it returns no tags at all though it works for other languages (I tested Perl and bash).

Reproducible: Always

Steps to Reproduce:
1.run "ctags  -f - --format=2 --excmd=pattern --fields=nks SOME_PYTHON_FILE"


Actual Results:  
You get no output whatsoever.

Expected Results:  
The tags for the given Python file should be given.

Version dev-util/ctags-5.7 works without issues and properly returns tags with the command I've given above.
Comment 1 Harald van Dijk (RETIRED) gentoo-dev 2008-07-23 21:45:58 UTC

*** This bug has been marked as a duplicate of bug 208466 ***