glato / emerge

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.
MIT License
783 stars 46 forks source link

Substituted 'PosixPath' with 'Path' in all files, so the code runs on windows #25

Closed funduck closed 1 year ago

funduck commented 2 years ago

Path returns PosixPath or WindowsPath depending on platform. Tested on python project.

glato commented 1 year ago

@funduck sorry that this took a little longer, I had given myself a little break from the project, but I'm fully involved again now. Thanks for your PR, I couldn't test It yet on windows, but I've regression-tested it on macOS with the existing parsers and everything seems to be working as before by using Path instead of PosixPath. I assume you tested this on windows, so thank you for this PR 🚀. Will try to see how I can test this on windows and update the README that we might have windows support for the tool now 🙂.