Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-mlir-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'
- uses: julia-actions/cache@v2
- uses: bazel-contrib/setup-bazel@0.15.0
name: Set up Bazel
Expand Down
3 changes: 3 additions & 0 deletions deps/ReactantExtra/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ BinaryBuilderBase = "7f725544-6523-48cd-82d1-3fa08ff4056e"

[compat]
Clang = "0.18"

[sources]
Clang = {url = "https://github.com/wsmoses/Clang.jl", rev = "patch-1"}
2 changes: 1 addition & 1 deletion deps/ReactantExtra/tblgen/jl-generators.cc
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ end

if (optional) {
optionals += llvm::formatv(
R"(!isnothing({0}) && push!(attributes, namedattribute("{0}", {1}))
R"(!isnothing({1}) && push!(attributes, namedattribute("{0}", {1}))
)",
attributename, sanitizedname);
defaultvalue = "=nothing";
Expand Down
Loading