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

Add export-config feature to pyo3-build-config #2092

Merged
merged 12 commits into from Mar 23, 2022

Commits on Mar 17, 2022

  1. Add export-config feature to pyo3-build-config.

    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    755bf97 View commit details
    Browse the repository at this point in the history
  2. Additon conditional compilation for InterpreterConfig::from_pyo3_expo…

    …rt_config
    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    cb3effd View commit details
    Browse the repository at this point in the history
  3. Add changelog entry.

    Rebased on main.
    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    03e1118 View commit details
    Browse the repository at this point in the history
  4. Add tests for run_python_script*.

    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    ef4b912 View commit details
    Browse the repository at this point in the history
  5. Fix test on windows (line ending mismatch).

    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    04b8652 View commit details
    Browse the repository at this point in the history
  6. Add test for export-config round trip.

    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    14bd628 View commit details
    Browse the repository at this point in the history
  7. Fix test for MSRV

    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    161d79f View commit details
    Browse the repository at this point in the history
  8. Fix coverage for pyo3-build-config CI ("full" feature)

    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    bc356f2 View commit details
    Browse the repository at this point in the history
  9. Mention export-config feature in the guide.

    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    6e0a20c View commit details
    Browse the repository at this point in the history
  10. Refactor to serialize the whole InterpreterConfig into DEP_PYTHON_PYO…

    …3_CONFIG
    Ashley Anderson committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    bbe7a49 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Improvements based on code review: API and documentation.

    Ashley Anderson committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4a62a62 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Merge branch 'main' into export-conf

    Ashley Anderson committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    272d2bc View commit details
    Browse the repository at this point in the history