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

[release-1.11] 1.11 backports #4037

Merged
merged 6 commits into from
Oct 7, 2024
Merged

Commits on Oct 5, 2024

  1. collect e.g. weak deps from project even if it is not a package (#3852)

    * collect e.g. weak deps from project even if it is not a package
    
    (cherry picked from commit 9c6356f)
    KristofferC authored and IanButterworth committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ee2d510 View commit details
    Browse the repository at this point in the history
  2. make add and dev on a package remove it from the set of weak depe…

    …ndencies (#3865)
    
    * make `add` and `dev` on a package remove it from the weakdeps section
    
    (cherry picked from commit 88c38b2)
    KristofferC authored and IanButterworth committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0b23970 View commit details
    Browse the repository at this point in the history
  3. Tweak sentence syntax in getting-started.md (#4020)

    (cherry picked from commit e5f400b)
    simonp0420 authored and IanButterworth committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    72dc85e View commit details
    Browse the repository at this point in the history
  4. update package extension naming docs (#4000)

    (cherry picked from commit 5fbfa12)
    aplavin authored and IanButterworth committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1475b62 View commit details
    Browse the repository at this point in the history
  5. warn if General is installed via the old slow methods (#4022)

    * warn if General is installed via the old slow methods
    
    * add env var disable
    
    (cherry picked from commit acc54fc)
    IanButterworth committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    df38587 View commit details
    Browse the repository at this point in the history
  6. Fix julia#55850 by using safe_realpath instead of abspath in projname (

    …#4025)
    
    * Update REPLExt.jl
    
    * Add test
    
    * Update test/repl.jl
    
    Co-authored-by: Ian Butterworth <[email protected]>
    
    * Update test/repl.jl
    
    Co-authored-by: Ian Butterworth <[email protected]>
    
    * Fix windows tests
    
    ---------
    
    Co-authored-by: Ian Butterworth <[email protected]>
    (cherry picked from commit 2ad377f)
    christiangnrd authored and IanButterworth committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    76eaa4c View commit details
    Browse the repository at this point in the history