Skip to content

2.0 wishlist #259

Open
Open
@davidhewitt

Description

@davidhewitt

Just some tidy-ups I'd like to do whenever we get around to a next breaking release:

  • Change Optional[Sequence[str]] arguments to RustExtension to just be Sequence[str] = ().
  • Remove deprecated options to RustExtension.
  • Remove Binding.Exec (just use RustBin).
  • Require all arguments to RustExtension except for target to be passed as keywords (i.e. after * separator).
  • Remove build_rust subcommand (the setup.py entry point is deprecated, so no need to support it IMO)
  • Remove version.py (just set the corresponding values in __init__.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions