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

Backports for 0.4.4 #58

Merged
merged 3 commits into from
Mar 27, 2018
Merged

Backports for 0.4.4 #58

merged 3 commits into from
Mar 27, 2018

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