Skip to content

Commit

Permalink
fix: include files if they end with .jl (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Dec 14, 2024
1 parent 9f96c09 commit 73899f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mlir/Dialects.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function operandsegmentsizes(segments)
end

for file in readdir(joinpath(@__DIR__, "Dialects"))
endswith(file, ".jl") || continue
include(joinpath(@__DIR__, "Dialects", file))
end

Expand Down

0 comments on commit 73899f5

Please sign in to comment.