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

fix: removed interact command and trogon #109

Closed Poiuy7312 closed 8 months ago

Poiuy7312 commented 8 months ago

This removes the interact command entirely and the dependency trogon. It would crash anytime the analyze command was clicked on this seems to be a problem with trogon and not chasten itself

image_2023-09-29_093154940

This solves issue #79

Everything still works on Windows 11

tuduun commented 8 months ago

Great debugging, @Poiuy7312. Have you checked if Chasten works without the interact command and trogon on OS besides Windows 11? For example, MacOS and on Ubuntu?

laurennevill commented 8 months ago

Before merging, could you pull the recent changes made to main just to be safe.