Skip to content

Commit

Permalink
add v17 to API.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jumerckx committed Jun 2, 2024
1 parent 12e12ae commit 731730b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/API/API.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ end

# generate version-less API functions
begin
local ops = mapreduce(, [v14, v15, v16]) do mod
local ops = mapreduce(, [v14, v15, v16, v17]) do mod
filter(names(mod; all=true)) do name
name [nameof(mod), :eval, :include] && !startswith(string(name), '#')
end
end

for op in ops
container_mods = filter([v14, v15, v16]) do mod
container_mods = filter([v14, v15, v16, v17]) do mod
op in names(mod; all=true)
end
container_mods = map(container_mods) do mod
Expand Down

0 comments on commit 731730b

Please sign in to comment.