Conversation
tbornon-sts
reviewed
Aug 28, 2026
There was a problem hiding this comment.
Tested on WSL and it works great.
~ wireviz -VV
WireViz 0.4.2-dev
Python 3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]
Graphviz 2.43.0
Platform: Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.39
Distribution: ('Ubuntu 24.04.4 LTS', 'Ubuntu', '24.04.4 LTS (Noble Numbat)', 'ubuntu', '24.04', 'noble', 'debian')
Just not sure regarding contributing message, I've left a comment below
| - **[meta]** For issues about the development or contribution process. | ||
| - Please include enough information in the description to enable another user to reproduce any error state described in your issue: | ||
| - The versions of your WireViz, Graphviz (`dot -V`), Python (`python -V`), and operating system. | ||
| - The versions of your WireViz (`wireviz -VV`), Graphviz (`dot -V`), Python (`python -V`), and operating system. |
There was a problem hiding this comment.
Is it relevant to ask for Graphviz version and python version since they are now included of the output of wireviz -VV ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It is challenging for users to collect information about their environment as described in the contributing guidelines.
#387 (comment) suggests expanding WireViz to collect this information. Inspired by this suggestion, this PR suggests a way that WireViz collects such information when the CLI option
-VVis used.