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

chore: Fix incorrect early exit in Javadoc quality script #3932

Merged

Conversation

slarse
Copy link
Collaborator

@slarse slarse commented May 19, 2021

Related to #3923

I had accidentally left an early exit at the top of the script causing it to be unusable if checked out to the master branch. That's not desirable as very likely, someone first looking into #3923 will be checkout out to the master branch, and may just give up as the script ostensibly doesn't work.

This PR just moves that early exit into the appropriate place (when running the compare command).

@slarse slarse changed the title chore: Fix incorrect early exit in Javadoc quality script wip: chore: Fix incorrect early exit in Javadoc quality script May 19, 2021
@slarse slarse changed the title wip: chore: Fix incorrect early exit in Javadoc quality script review: chore: Fix incorrect early exit in Javadoc quality script May 20, 2021
@monperrus monperrus changed the title review: chore: Fix incorrect early exit in Javadoc quality script chore: Fix incorrect early exit in Javadoc quality script May 20, 2021
@monperrus monperrus merged commit 467cf2b into INRIA:master May 20, 2021
@monperrus
Copy link
Collaborator

Important, thanks @slarse

@slarse slarse deleted the fix-incorrect-early-exit-in-javadoc-script branch May 20, 2021 17:37
@monperrus monperrus mentioned this pull request Aug 19, 2021
woutersmeenk pushed a commit to woutersmeenk/spoon that referenced this pull request Aug 29, 2021
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