AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

Dump and/or Display XML Files for a Potentially Nested Directory Structure of Python Source Code #32

Closed gkapfham closed 9 months ago

gkapfham commented 1 year ago

As described in issue #31, it would be useful to dump the XML representation of a single specified file on the command-line. With that said, it would also be great if it was possible to create/display an XML file for all of the Python files in a directory structure. This would make it possible to save a bunch of different XML files that could then be browsed while writing XPath expressions for querying the code base of a Python project.

gkapfham commented 11 months ago

FIXME: add mordred

boulais01 commented 11 months ago

I've added myself, all set there.

boulais01 commented 10 months ago

This is being worked on as part of Issue #31, in https://github.com/rodriguez03/chasten/tree/mbranch

gkapfham commented 9 months ago

Hello @boulais01, can you give a status update on the completion of a PR that will resolve this issue?

boulais01 commented 9 months ago

Hi @gkapfham, currently trying to handle the error detailed in the Issues 31 and 32 thread in the Discord server, that comes from the conversion/creation of the files.