oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.29k stars 739 forks source link

fix some nits in CtagsUtil + fix build #4569

Closed vladak closed 2 months ago

vladak commented 2 months ago

This change addresses bunch of nits found in the CtagsUtil class.

Also, it seems something has changed in the way setuptools name the resulting tarball when building a package. Even though the [project] section in tools/pyproject.toml has name = "opengrok-tools", the resulting name of the tar ball will now have underscore in it. This should not matter as the distribution module will rename it to opengrok-tools.tar.gz anyway. The names of the Python packages do not change - they had underscore in them before.