Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Apr 12, 2024
1 parent 384d1d1 commit 4726175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stdlib-list.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function get_stdlib_list(upstream::GitHub.Repo, branch_name::AbstractString; aut
for filename in readdir("stdlib")
if isfile(joinpath("stdlib", filename))
m3 = match(my_regex_3, filename)
@show filename m3
if !(m3 isa Nothing)
name = m3[1]
current_shas = Dict{String, String}()
Expand Down

0 comments on commit 4726175

Please sign in to comment.