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: magefile/mage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: magefile/mage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 6 commits
  • 22 files changed
  • 5 contributors

Commits on Jul 8, 2020

  1. update the WorkDir (-w) flag to default to the Dir (-d) value as docu…

    …mented (#310)
    
    The code settings up the command-line switch was passing `inv.Dir` as the
    default value, which at the time of the call is always `"."`. This means
    that the later code that sets `inv.WorkDir = inv.Dir` won't run because
    `inv.WorkDir` is not the empty string.
    
    The command line -help documentation reads:
    
          -w <string>
                working directory where magefiles will run (default -d value)
    
    But given the above, this is not the observed behavior.
    
    Now `inv.WorkDir` is defaulted to the empty string, and the code works
    as expected.
    
    Co-authored-by: Nate Finch <[email protected]>
    srp and natefinch authored Jul 8, 2020
    1 Configuration menu
    Copy the full SHA
    707b7bd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. 1 Configuration menu
    Copy the full SHA
    50f568e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Add -ldflags flag (#322)

    tukeJonny authored Nov 19, 2020
    1 Configuration menu
    Copy the full SHA
    2ded30c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. target: rework modtime comparison logic #323 (#324)

    * target: rework modtime comparison logic
    
    * fix NewestModTime, add tests for NewestModTime, OldestModTime
    
    * added tests for Dir when target is Dir
    
    * updates per #324
    SelfDrivingCarp authored Dec 22, 2020
    1 Configuration menu
    Copy the full SHA
    3730191 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. I guess arguments work now (#326)

    * I guess arguments work now
    * add mg.F
    natefinch authored Dec 29, 2020
    1 Configuration menu
    Copy the full SHA
    aba3950 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    07afc7d View commit details
    Browse the repository at this point in the history
Loading