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.27.20 #1866

Merged
merged 10 commits into from
Jul 10, 2022
Merged

Backports for 0.27.20 #1866

merged 10 commits into from
Jul 10, 2022

Commits on Jul 6, 2022

  1. Update MathJax to 3.2.2 (#1844)

    (cherry picked from commit 06e0140)
    rikhuijzer authored and mortenpi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e79a1fe View commit details
    Browse the repository at this point in the history
  2. Update JS dependencies to latest non-breaking version (#1846)

    (cherry picked from commit 0feb8da)
    mortenpi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9775246 View commit details
    Browse the repository at this point in the history
  3. Refactor getdocs code (#1842)

    Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com>
    
    (cherry picked from commit 373590a)
    mgkurtz authored and mortenpi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    87ac790 View commit details
    Browse the repository at this point in the history
  4. Update example link to SimGBS.jl (#1847)

    It looks like the repository owner has changed.
    
    (cherry picked from commit 02a6775)
    mortenpi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    930d7c3 View commit details
    Browse the repository at this point in the history
  5. Fix nightly test failures (#1856)

    (cherry picked from commit 17989ce)
    mortenpi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f5fd3f9 View commit details
    Browse the repository at this point in the history
  6. Fix missing doc check for methods from other packages (#1861)

    (cherry picked from commit 183cd17)
    mortenpi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    af8e786 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Set GIT_TEMPLATE_DIR when calling Git (#1862)

    Relative to the original commit, to support Julia 1.0:
    
    * the call to isnothing() has been replaced with === nothing
    * a compatibility definition for addenv() has been added
    
    (cherry picked from commit f8ba5ce)
    mortenpi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    1e785e1 View commit details
    Browse the repository at this point in the history
  2. Remove calls to isnothing() in Tectonic build code

    This is to support Julia 1.0 on this branch.
    mortenpi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    18396fe View commit details
    Browse the repository at this point in the history
  3. Allow "deploying" to a tarball (#1865)

    Relative to the original commit, to support Julia 1.0:
    
    * !isnothing has been replaced with !== nothing
    * the shorthand kwarg syntax is not used in tests
    * deploydocs tests add a version check to work around an islink issue
    
    (cherry picked from commit 67bc100)
    mortenpi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    273aca9 View commit details
    Browse the repository at this point in the history
  4. Set version to 0.27.20

    mortenpi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    df1bdcc View commit details
    Browse the repository at this point in the history