Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kraken-tech/python-rustfluent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kraken-tech/python-rustfluent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-backup
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 15 files changed
  • 2 contributors

Commits on Sep 13, 2024

  1. Switch build system to maturin

    Maturin is what ensures the rust code is pip-installable.
    seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3b36bf5 View commit details
    Browse the repository at this point in the history
  2. Add pip as a requirement

    This is needed to ensure maturin develop works.
    seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    510ae84 View commit details
    Browse the repository at this point in the history
  3. Add python tests

    dooferlad authored and seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    24f32c0 View commit details
    Browse the repository at this point in the history
  4. Add type stub

    seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c403ccd View commit details
    Browse the repository at this point in the history
  5. Add release workflow

    seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    eae9d92 View commit details
    Browse the repository at this point in the history
  6. Add initial Rust implementation

    dooferlad authored and seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    603513c View commit details
    Browse the repository at this point in the history
  7. Add cargo format to makefile

    This will ensure the Rust code is formatted consistently, just like the
    Python.
    seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    75e61cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35d2694 View commit details
    Browse the repository at this point in the history
  9. Add cargo test to make test

    seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    683cbde View commit details
    Browse the repository at this point in the history
  10. Add cargo fmt to precommit

    seddonym committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    87f93ce View commit details
    Browse the repository at this point in the history
Loading