8000 Comparing master...001-more-tests · rogpeppe/godef · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Co 8000 mparing 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: rogpeppe/godef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rogpeppe/godef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 001-more-tests
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 53 files changed
  • 2 contributors

Commits on Oct 24, 2018

  1. Adding tests for godef

    This uses the new testing framework from go/packages, but does not actually use
    go/packages itself.
    These tests are intended to check the basic functionality of godef, and should
    remain stable across the implementation change to come.
    ianthehat committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    b697545 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. New version

    ianthehat committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    4593752 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. more tests; some fixes

    We add some more tests, including two failing tests, one
    of which is fixed (it now doesn't ignore the in-editor version
    of the buffer).
    
    Also fix the go tools dependency so it refers to a working
    version of the tools module that's not after the breaking
    change made to the `contains:` pattern.
    
    The issue that still needs to be fixed is that if you
    jump to the definition of an embedded field from that
    field itself, it should go to the type referred to rather
    than going to the same place.
    
    Still needed: a test that godef on an import path will
    print the directory containing the imported package.
    I'm not sure whether to stay within the packagestest
    Expect framework for that one.
    rogpeppe committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    3cfabb7 View commit details
    Browse the repository at this point in the history
Loading
0