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

More Travis docs build tweaks #113

Merged
merged 2 commits into from
Feb 15, 2017
Merged

More Travis docs build tweaks #113

merged 2 commits into from
Feb 15, 2017

Conversation

zware
Copy link
Member

@zware zware commented Feb 15, 2017

  • Return to always building the docs, it's a relatively cheap operation, the check is currently flawed (see Rename Doc/README.txt to Doc/README.rst and add formatting #104, where the docs build was not run on a Doc/-only change; the grep call should not have -v), and the docs build is affected by at least Misc/NEWS as well as Doc/.
  • Add make suspicious
  • Do all three checks as one make check suspicious html invocation for
    earliest possible exit in case of issues.

- Return to always building the docs, it's a relatively cheap operation
  and the check was flawed anyway.
- Add `make suspicious`
- Do all three checks as one `make check suspicious html` invocation for
  earliest possible exit in case of issues.
Copy link
Member

@berkerpeksag berkerpeksag left a comment

Choose a reason for hiding this comment

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

Good catch, thanks!

@zware zware merged commit 5325197 into python:master Feb 15, 2017
@zware zware deleted the travis_docs_tweak branch February 15, 2017 22:18
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
…rsers

Argument clinic now adds STACKLESS_GETARG(), STACKLESS_PROMOTE_ALL() and STACKLESS_ASSERT() to parsers for functions, which have the @stackless decoration.

https://bitbucket.org/stackless-dev/stackless/issues/113
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
I executed "make clinic". This adds the stackless protocol to builtin_eval and builtin_exec.

https://bitbucket.org/stackless-dev/stackless/issues/113
jaraco pushed a commit that referenced this pull request Dec 2, 2022
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.

4 participants