Skip to content

Commit

Permalink
Address "'depset' is not iterable" in Tulsi (#282)
Browse files Browse the repository at this point in the history
This was caused by a local patch we have in our Tulsi fork, so I've
patch it there:

pinterest/tulsi@d9f7da5
  • Loading branch information
jparise authored Sep 9, 2021
1 parent 13b8280 commit 8588437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def xchammer_dependencies():
new_git_repository(
name = "xchammer_tulsi_aspects",
remote = "https://github.com/pinterest/tulsi.git",
commit = "131e87bbd5d5aab43a3c98d95d92749c68f35f73",
commit = "d9f7da58ff7a620e64d695baa2179c3598333bf7",
strip_prefix="src/TulsiGenerator/Bazel",
build_file_content="exports_files(['tulsi'])"
)
Expand Down

0 comments on commit 8588437

Please sign in to comment.