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

replace testutil.NewTestCaseDir() with Go1.15's T.TempDir() #7014

Merged
merged 20 commits into from
Sep 18, 2020

Commits on Aug 12, 2020

  1. replace testutil.NewTestCaseDir() with Go1.15's T.TempDir()

    Alessio Treglia committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    ca91696 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into alessio/go1.15

    Alessio Treglia authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    252297d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into alessio/go1.15

    Alessio Treglia authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    b048b23 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into alessio/go1.15

    Alessio Treglia authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    c2e2b48 View commit details
    Browse the repository at this point in the history
  5. remove use of ioutil.TempDir()

    Alessio Treglia committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    5e2557e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f48d74 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into alessio/go1.15

    Alessio Treglia authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    221c66b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. upgrade to go 1.15

    Alessio Treglia committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    587351e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge branch 'master' into alessio/go1.15

    Alessio Treglia authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    eeb4661 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Merge branch 'master' into alessio/go1.15

    Alessio Treglia committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8635b08 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    3fe77ae View commit details
    Browse the repository at this point in the history
  2. findout go version

    tac0turtle committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a297ff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Merge branch 'master' into alessio/go1.15

    Alessio Treglia authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    06697af View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Merge branch 'master' into alessio/go1.15

    Alessio Treglia committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    db2c4bd View commit details
    Browse the repository at this point in the history
  2. ensure go 1.15 is picked up

    Alessio Treglia committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    64fa2b6 View commit details
    Browse the repository at this point in the history
  3. use T.TempDir() everywhere

    Alessio Treglia committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    ba2f8e3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into alessio/go1.15

    Alessio Treglia committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    0722d90 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into alessio/go1.15

    Alessio Treglia committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    f7a2102 View commit details
    Browse the repository at this point in the history
  6. use go 1.15 for simulations

    Alessio Treglia committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    eb3f010 View commit details
    Browse the repository at this point in the history
  7. use *testing.T.TempDir()

    Alessio Treglia committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    108e780 View commit details
    Browse the repository at this point in the history