1. 17 11月, 2020 1 次提交
  2. 24 9月, 2020 1 次提交
    • A
      service/*: remove threadID argument of (*Debugger).PackageVariables (#2182) · 310a124d
      Alessandro Arzilli 提交于
      * Travis-CI: add ignorechecksum option to chocolatey command
      
      Looks like a configuration problem on chocolatey's end.
      
      * service/*: remove threadID argument of (*Debugger).PackageVariables
      
      Which thread is used doesn't make any difference to the list of package
      variables that is returned and this option was only ever used by an old
      v1 API call.
      310a124d
  3. 10 9月, 2020 1 次提交
  4. 17 8月, 2020 2 次提交
  5. 15 4月, 2020 1 次提交
  6. 11 4月, 2020 1 次提交
    • D
      *: Add --tty flag for debug / exec · 3e60ae20
      Derek Parker 提交于
      This flag allows users on UNIX systems to set the tty for the program
      being debugged by Delve. This is useful for debugging command line
      applications which need access to their own TTY, and also for
      controlling the output of the debugged programs so that IDEs may open a
      dedicated terminal to show the output for the process.
      3e60ae20
  7. 23 3月, 2020 1 次提交
  8. 20 3月, 2020 1 次提交
    • A
      travis-ci: autogenerate .travis.yml (#1939) · 4aee2815
      Alessandro Arzilli 提交于
      Autogenerates .travis.yml configuration using the contents of
      pkg/goversion/compat.go.
      Also:
      - excludes testing of windows/amd64/tip and linux/arm64/tip (Travis-CI
        can't get Go at tip for those combinations).
      - Removes Go 1.11 from pkg/goversion/compat.go which we don't test
        anymore.
      4aee2815
  9. 17 3月, 2020 1 次提交
  10. 13 3月, 2020 1 次提交
    • D
      *: Remove appveyor, use travis windows support (#1919) · 15509d4d
      Derek Parker 提交于
      * *: Remove appveyor, use travis windows support
      
      * cmd/dlv: Update TestOutput for Travis on Windows
      
      * cmd/dlv: Skip TestGeneratedDoc in Travis on Windows
      
      * Reduce number of jobs in matrix
      
      We only really want to test the full arch/go matrix on Linux.
      For every other os/arch/go combination, only run Go tip and the latest
      supported version.
      15509d4d
  11. 01 3月, 2020 1 次提交
    • D
      *: Add Go 1.14 to test matrix · 6319d50e
      Derek Parker 提交于
      This also removes Go 1.11 from the test matrix.
      
      Now that 1.14 has been released, as always it should be included in the
      test matrix.
      6319d50e
  12. 10 12月, 2019 1 次提交
  13. 04 12月, 2019 1 次提交
  14. 28 11月, 2019 2 次提交
  15. 16 9月, 2019 1 次提交
  16. 01 8月, 2019 1 次提交
  17. 01 7月, 2019 1 次提交
    • A
      Go 1.13 support (#1546) · 55eed318
      Alessandro Arzilli 提交于
      * tests: fix tests for Go 1.13
      
      - Go 1.13 doesn't autogenerate init functions anymore, tests that
        expected that now fail and should be skipped.
      - Plugin tests now need -gcflags'all=-N -l' now, we were probably
        getting lucky with -gcflags='-N -l' before.
      
      * proc: allow signed integers as shift counts
      
      Go1.13 allows signed integers to be used as the right hand side of a
      shift operator, change eval to match.
      
      * goversion: update maximum supported version
      
      * travis: force Go to use vendor directory
      
      Travis scripts get confused by "go: downloading" lines, the exact
      reason is not clear. Testing that the vendor directory is up to date is
      a good idea anyway.
      55eed318
  18. 27 2月, 2019 1 次提交
  19. 31 8月, 2018 1 次提交
  20. 24 5月, 2018 1 次提交
  21. 08 3月, 2018 1 次提交
  22. 25 1月, 2018 1 次提交
  23. 04 11月, 2017 2 次提交
  24. 28 2月, 2017 1 次提交
  25. 05 10月, 2016 1 次提交
  26. 19 2月, 2016 1 次提交
  27. 16 12月, 2015 1 次提交
  28. 29 10月, 2015 1 次提交
  29. 23 10月, 2015 1 次提交
  30. 10 10月, 2015 2 次提交
  31. 01 10月, 2015 1 次提交
  32. 20 8月, 2015 1 次提交
  33. 04 8月, 2015 1 次提交
  34. 18 2月, 2015 3 次提交
    • D
      Remove Travis support · 201981b9
      Derek Parker 提交于
      Currently Travis supports only Ubuntu 12.04 linux 2.6 VMs which are
      terribly outdated, and trying to track down why it's hanging on Travis
      but not on other similar VMs is more trouble than it's worth at the
      moment.
      
      Certainly another more appropriate and up to date CI solution should be
      explored.
      201981b9
    • D
      Update travis env · 15f9da72
      Derek Parker 提交于
      15f9da72
    • D
      Fix travis apt install · 14896748
      Derek Parker 提交于
      14896748