-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow analyzing manifests and particular versions (#71)
* wip * rm tar * clean up * more formatting * add test * fix * make code more robust * messy messy * wip * wip * wip * wip * wip * fix identation * update show and docs * fix test; wrap in outer testset to run all in CI * add auth * add compat * wip * add fast path to avoid downloads, analyze_manifest * wip * re-organize * wip * wip * wip * wip * wip * don't run CI on draft * wip * wip * wip * JET pass to fix bugs and throw better errors * get tests passing * rm dead code * add `analyze()` * fallback in git api errors * git stuff * add comment * more comment * add some more tests * test `find_packages_in_manifest` * wip * add multiregistry test * thread safety * update docs * fix * get ci running post-draft * compat * deep clone for tests * make test failure more clear * debug * oops, debug continued * urg * more detail * oh, `==` isn't nice with PkgEntries. Skip it. * simplify `Release` struct * make tests nicer * tweaks * Update test/runtests.jl Co-authored-by: Mosè Giordano <[email protected]> * Update test/runtests.jl Co-authored-by: Mosè Giordano <[email protected]>
- Loading branch information
1 parent
1f500e0
commit f71ba76
Showing
13 changed files
with
1,362 additions
and
672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ authors = ["Mosè Giordano <[email protected]>"] | |
version = "1.0.0" | ||
|
||
[deps] | ||
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193" | ||
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2" | ||
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26" | ||
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" | ||
|
@@ -12,10 +14,12 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | |
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
RegistryInstances = "2792f1a3-b283-48e8-9a74-f99dce5104f3" | ||
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | ||
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" | ||
Tokei_jll = "3ac119c9-1236-5556-b556-adc8150b0244" | ||
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
[compat] | ||
CodecZlib = "0.7" | ||
Git = "1.2.1" | ||
GitHub = "5.4" | ||
JSON3 = "1.5.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
f71ba76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
f71ba76
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/72818
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: