Skip to content

Fix Vulpix progress vs sbt supershell (CR) #15623

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2022

Conversation

dwijnand
Copy link
Member

@dwijnand dwijnand commented Jul 8, 2022

It seems how things are done by putting a carriage return at the end
doesn't play nicely with sbt's super shell. And I couldn't find a way
to disable supershell during test execution. So instead I found that
carriage returning at the start seems to work as desired.

Other that that I just cleaned up the area a bit (subjectively).

[test_non_bootstrapped]

It seems how things are done by putting a carriage return at the end
doesn't play nicely with sbt's super shell.  And I couldn't find a way
to disable supershell during test execution.  So instead I found that
carriage returning at the start seems to work as desired.

Other that that I just cleaned up the area a bit (subjectively).
@dwijnand dwijnand marked this pull request as ready for review July 9, 2022 19:04
@dwijnand dwijnand requested a review from som-snytt July 9, 2022 19:04
Copy link
Contributor

@som-snytt som-snytt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other qwirkaround is -Dsbt.supershell=false. I'll try to follow up, because of my previous fascination with partest --terse. Feedback is so great, in just the right format.

@dwijnand
Copy link
Member Author

Didn't work for me with -Dsbt.supershell=false, which is why I was keen to fix it. But it's curious that it does for you.

@dwijnand dwijnand merged commit 794e7c9 into scala:main Jul 10, 2022
@dwijnand dwijnand deleted the vulpix/progress branch July 10, 2022 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants