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

Batch 1: Github Actions, Brew recipe, linting suggestions, fish completion etc #4

Merged
merged 26 commits into from
Apr 4, 2021

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    5cd1df1 View commit details
    Browse the repository at this point in the history
  2. Add github actions workflow

    zph committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    710c3c0 View commit details
    Browse the repository at this point in the history
  3. Fix incorrect toolchain name

    zph committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d6e110c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8a412f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1669622 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5cb69a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    834dc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca9929 View commit details
    Browse the repository at this point in the history
  3. Update docs to mention fish shell

    zph committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0992ad5 View commit details
    Browse the repository at this point in the history
  4. Update docs to mention fish shell

    zph committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    93f5eb7 View commit details
    Browse the repository at this point in the history
  5. Add homebrew formula

    zph committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    43b18f4 View commit details
    Browse the repository at this point in the history
  6. Tidy up homebrew formula

    zph committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    228610c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    10f23c0 View commit details
    Browse the repository at this point in the history
  2. Try using symlink as main readme

    zph committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    b20f4b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    211378a View commit details
    Browse the repository at this point in the history
  4. Switch away from .cargo/config for cross compilation settings

    Cross compilation settings in .cargo/config don't allow for building
    from darwin to darwin & linux targets and building from linux platform
    to darwin and linux targets using same config.
    
    By using a combination of bin/setenv and bin/release we can be portable
    across both platforms.
    
    This change means building for native platform works by default with a
    simple `cargo build --release`.
    
    When wanting to do a release or cross compilation build, then use
    `./bin/release`.
    zph committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    63ccd00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    529b699 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71137c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Autoformat

    zph committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    a936a36 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Revert "Remove test related to passing --complete arg to a sourcing f…

    …ile"
    
    This reverts commit 71137c1.
    zph committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    e8e9766 View commit details
    Browse the repository at this point in the history
  2. Un-ignore test_source_completion

    zph committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    7ecbdd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    0ab5ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e440cd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Remove homebrew tests

    zph committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    21edce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588bbd6 View commit details
    Browse the repository at this point in the history
  3. Revert "Reduce duplication in init.rs among shells"

    This reverts commit 588bbd6.
    zph committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    16872b0 View commit details
    Browse the repository at this point in the history