Thanks to visit codestin.com
Credit goes to github.com

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: JuliaDocs/DocStringExtensions.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JuliaDocs/DocStringExtensions.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-0.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 21, 2017

  1. Remove uses of ANY

    (cherry picked from commit 1c4b816)
    mortenpi committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    7924c67 View commit details
    Browse the repository at this point in the history
  2. Fix current_module() deprecations

    On 0.7 we now use the __module__ variable from the at-template macro.
    The template() and template_hook() function arguments are changed to
    accept the calling module as an argument, instead of calling
    current_module() themselves.
    
    (cherry picked from commit a5ea25c)
    mortenpi committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    0222795 View commit details
    Browse the repository at this point in the history
  3. Fix keywords() for UnionAll signatures (#44)

    Fixes #42.
    
    (cherry picked from commit 4906c56)
    mortenpi committed Sep 21, 2017
    Configuration menu
    Copy the full SHA
    0e7577d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #45 from JuliaDocs/backports-0.4.1

    Backports for 0.4.1
    mortenpi authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    8fc7911 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. fix findfirst returning nothing on 0.7

    (cherry picked from commit 608aa4e)
    fredrikekre authored and mortenpi committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    4350398 View commit details
    Browse the repository at this point in the history
  2. some more fixes

    (cherry picked from commit 1f42a01)
    KristofferC authored and mortenpi committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    d905a49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49 from JuliaDocs/backports-0.4.2

    Backports for 0.4.2
    mortenpi authored Jan 17, 2018
    Configuration menu
    Copy the full SHA
    1b13791 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Rename loop variable to avoid conflict (#50)

    (cherry picked from commit 739f356)
    ararslan authored and mortenpi committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    af32119 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from JuliaDocs/backports-0.4.3

    Backports for 0.4.3
    mortenpi authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    73fc332 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Fix 0.7 deprecations (#53)

    * Fix 0.7 deprecations
    
    * isabstract -> isabstracttype
    * isconcrete -> isconcretetype
    * module_name -> nameof
    
    * Compat for Markdown/Pkg stdlib packages
    
    Removes deprecations on Julia 0.7.
    
    (cherry picked from commit 67b2db7)
    mortenpi committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    f374455 View commit details
    Browse the repository at this point in the history
  2. contains(haystack, needle) -> occursin(needle, haystack) (#55)

    * contains(haystack, needle) -> occursin(needle, haystack)
    
    * import Compat.LibGit2 to silence some warnings
    
    * MethodTable no longer exported from Core to Base, see JuliaLang/julia/pull/25802
    
    (cherry picked from commit 3fb4c3d)
    fredrikekre authored and mortenpi committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    bc87221 View commit details
    Browse the repository at this point in the history
  3. Use Compat for Markdown/Pkg imports (#57)

    (cherry picked from commit 6f47a2d)
    mortenpi committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    897e0ef View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Merge pull request #58 from JuliaDocs/backports-0.4.4

    Backports for 0.4.4
    mortenpi authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    cc83610 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Use Core.eval instead of eval

    This fixes a deprecation warning on Julia 0.7 and is fully backwards
    compatible with 0.6.
    
    (cherry picked from commit a5b18b4)
    ararslan authored and mortenpi committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    ff64c6d View commit details
    Browse the repository at this point in the history
  2. Adapt cleanpath to Pkg3

    Rather than removing the value of `Pkg.dir()`, we remove the first
    matching entry in `DEPOT_PATH`, if any.
    
    (cherry picked from commit a12c223)
    ararslan authored and mortenpi committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    73f874c View commit details
    Browse the repository at this point in the history
  3. Add 0.7 CI targets

    (cherry picked from commit 8c779b2)
    mortenpi committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    44be7fc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Merge pull request #62 from JuliaDocs/backports-0.4.5

    Backports for 0.4.5
    mortenpi authored Jul 3, 2018
    Configuration menu
    Copy the full SHA
    8f081b5 View commit details
    Browse the repository at this point in the history
Loading