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: drrb/java-rust-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: brownian-motion/java-rust-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Aug 20, 2019

  1. Fixed build for JDKs after 8,

    and updated dependencies to the latest compatible version
    brownian-motion committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    102b71b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e11f43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12353db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    591e167 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f40b261 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Building using Cargo instead of rustc,

    since it handles dependencies,
    tests, and not rebuilding very well
    brownian-motion committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    d20ecc5 View commit details
    Browse the repository at this point in the history
  2. Bound cargo test to the mvn test phase,

    and added two simple tests as examples
    brownian-motion committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    9f81d00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from paxromana96/cargo

    Building/testing with Cargo
    brownian-motion authored Aug 24, 2019
    Configuration menu
    Copy the full SHA
    a45a73c View commit details
    Browse the repository at this point in the history
Loading