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

Reduce FFI boilerplate for ExecutionRequest, PySession, and PyTasks #11700

Merged
merged 8 commits into from
Mar 16, 2021

Commits on Mar 16, 2021

  1. Simplify FFI for ExecutionRequest

    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3bc3159 View commit details
    Browse the repository at this point in the history
  2. Reduce Python boilerplate for PyTasks

    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ea45f5b View commit details
    Browse the repository at this point in the history
  3. Reduce Python boilerplate for PySession

    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    181226e View commit details
    Browse the repository at this point in the history
  4. Unused import

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f70010e View commit details
    Browse the repository at this point in the history
  5. Fix bad type hint

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    76d9138 View commit details
    Browse the repository at this point in the history
  6. Fix bad conversion from seconds to ms

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1e846be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    903cd2a View commit details
    Browse the repository at this point in the history
  8. Coerce float to int

    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    147d2ce View commit details
    Browse the repository at this point in the history