We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9667c6b commit c372700Copy full SHA for c372700
bin/structure.jl
@@ -23,7 +23,6 @@ buffer = let buffer = IOBuffer(write=true)
23
[*] --> NoAuthentication
24
""")
25
26
- # We'll loop over
27
all_targets = Dict{String,Vector{String}}()
28
ignore_errors = (
29
PkgAuthentication.Failure, PkgAuthentication.Success
@@ -37,6 +36,7 @@ buffer = let buffer = IOBuffer(write=true)
37
36
for state in sort(InteractiveUtils.subtypes(PkgAuthentication.State), by=string)
38
println(buffer)
39
state_str = string(nameof(state))
+ # Generate the connecting arrows between the states
40
targets = get(all_targets, state_str, String[])
41
if isempty(targets) && (state ∉ ignore_errors)
42
@warn "Empty targets list for $state"
0 commit comments