Skip to content
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

SANY: Remove unused stats feature from commandline. #1064

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

MathieuBordere
Copy link
Contributor

As suggested in #947 , a little PR to get me started.

I also took the liberty to remove a line of code that was causing the synopsis to be shown twice.

SYNOPSIS

	SANY [-ls] [-error-codes]
	SANY [-ls] [-error-codes]

now looks like

SYNOPSIS

	SANY [-ls] [-error-codes]

@lemmy
Copy link
Member

lemmy commented Nov 7, 2024

@MathieuBordere You will have to amend and sign the git commit, and then force-push it to this branch:

git commit --amend --sign
git push origin update-description-of-dump-option -f

The DCO checks needs to find something like Signed-off-by: Markus Alexander Kuppe <github.com@...> in the commit message.

@@ -436,8 +420,6 @@ else if (args[i].equals("-L") || args[i].equals("-l"))
doLevelChecking = !doLevelChecking;
else if (args[i].equals("-D") || args[i].equals("-d"))
doDebugging = !doDebugging;
else if (args[i].equals("-STAT") || args[i].equals("-stat"))
Copy link
Member

Choose a reason for hiding this comment

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

Please continue to accept the parameter. While it can be ignored, we should avoid breaking any existing scripts that may still pass this parameter, regardless of the reason.

@lemmy lemmy merged commit 17e5d77 into tlaplus:master Nov 7, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants