You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran Grayskull for the first time to convert a PyPI package (sphinx-lint) just now, as soon as it was executed, it inexplicably deleted the entire scrollback of my terminal—even the prompt at which I entered the greyskull command. Naturally, it was rather frustrating and upsetting to me as a user that tens of thousands of lines of output, accumulated over several days of work and which I at times need to go back and reference, were inexplicably wiped out in an instant. I can't think of any plausible reason for a straightforward package conversion tool to perform such a destructive action with no conceivable connection to its purpose on unrelated user data, and I'm not aware of any other tool that deliberately does this, so I can only assume this is a bug.
To Reproduce
Steps to reproduce the behavior:
Install Grayskull in a clean environment with conda install -c conda-forge grayskull
Open a new terminal
Enter any command, e.g. echo test
Execute Grayskull, e.g. greyskull pypi pytest
User's terminal scrollback is deleted
Expected behavior
A clear and concise description of what you expected to happen.
Grayskull doesn't delete the terminal's entire scrollback history, and instead just emits its output like any other CLI tool.
Outputs
If applicable, add the output to help explain your problem.
Additional context
Add any other context about the problem here.
This occurred on Windows using both Git Bash and cmd.exe, and both using ConEmu and the default Windows terminal emulator, so it does not appear to be anything isolated to my setup, though it is surprising that I couldn't find any other issues about it.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I ran Grayskull for the first time to convert a PyPI package (
sphinx-lint
) just now, as soon as it was executed, it inexplicably deleted the entire scrollback of my terminal—even the prompt at which I entered thegreyskull
command. Naturally, it was rather frustrating and upsetting to me as a user that tens of thousands of lines of output, accumulated over several days of work and which I at times need to go back and reference, were inexplicably wiped out in an instant. I can't think of any plausible reason for a straightforward package conversion tool to perform such a destructive action with no conceivable connection to its purpose on unrelated user data, and I'm not aware of any other tool that deliberately does this, so I can only assume this is a bug.To Reproduce
Steps to reproduce the behavior:
conda install -c conda-forge grayskull
echo test
greyskull pypi pytest
Expected behavior
A clear and concise description of what you expected to happen.
Grayskull doesn't delete the terminal's entire scrollback history, and instead just emits its output like any other CLI tool.
Outputs
If applicable, add the output to help explain your problem.
Example screenshot
Environment:
`conda list`
`pip list`
grayskull --version
1.8.4
Additional context
Add any other context about the problem here.
This occurred on Windows using both Git Bash and
cmd.exe
, and both using ConEmu and the default Windows terminal emulator, so it does not appear to be anything isolated to my setup, though it is surprising that I couldn't find any other issues about it.The text was updated successfully, but these errors were encountered: