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

Fix Cython compilation warnings. #9327

Merged

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    ddce3c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1815909 View commit details
    Browse the repository at this point in the history
  3. Use a size_type for iteration index instead of a signed int to avoid …

    …signed/unsigned comparison warning.
    bdice committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    7ad2f30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e0a38 View commit details
    Browse the repository at this point in the history
  5. Move variable declaration.

    bdice committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6d90895 View commit details
    Browse the repository at this point in the history
  6. flake8.

    bdice committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4f9edfa View commit details
    Browse the repository at this point in the history