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

Update various generation related tooling #230

Merged
merged 5 commits into from
Sep 4, 2024
Merged

Update various generation related tooling #230

merged 5 commits into from
Sep 4, 2024

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    6793956 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    85c5f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    621a658 View commit details
    Browse the repository at this point in the history
  3. Add update_init command to make updating __init__.py easier

    - Implemented for now as a setup.py subcommand because it's a lot simpler... maybe
      if we move away from setuptools we can make it a robotpy-build command instead
    virtuald committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e32b8af View commit details
    Browse the repository at this point in the history
  4. scan-headers: make it more useful by default

    - Show only missing headers by default since that's what you usually want
    - Add the ability to ignore headers
    virtuald committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8276c95 View commit details
    Browse the repository at this point in the history