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: JuliaLang/Pkg.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b02fb95979c71dc5834aad739ad61622cccf4a16
Choose a base ref
...
head repository: JuliaLang/Pkg.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffb6edf0306a651240b71641fb4aa5ab8cc7659b
Choose a head ref
  • 9 commits
  • 6 files changed
  • 6 contributors

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    3ffd1cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894cc3f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Switch datastructure Vector -> Set for algorithmic complexity (#3652)

    In the same project as #3651, this code was also having trouble
    because of the rapidly growing alldeps, which would end up with
    many repeated entries. Switch the data structure to fix the algorithmic
    complexity here also.
    Keno authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0e0cf45 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Precompile: Fix algorithmic complexity of cycle detection (#3651)

    Co-authored-by: Jameson Nash <[email protected]>
    Keno and vtjnash authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    a8648f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    7c7ed63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561508d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee39026 View commit details
    Browse the repository at this point in the history
  4. Pin registry for MetaGraph tests (#3666)

    * pin registry for MetaGraph tests
    
    * fix
    
    * fix
    IanButterworth authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    550eadd View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ffb6edf View commit details
    Browse the repository at this point in the history
Loading