Skip to content

Commit

Permalink
Merge branch 'main' into antoine/map-view-mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 26, 2024
2 parents 2202102 + 42175df commit 107927a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/snippets/snippets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"cpp", # Blueprint API doesn't exist for C++/Rust
"rust", # Blueprint API doesn't exist for C++/Rust
]
"concepts/app-model" = [ # Uses a non-standard logging workflow
"py",
"cpp",
"rust",
]
views = [
"cpp", # TODO(#5520): C++ views are not yet implemented
"rust", # TODO(#5521): Rust views are not yet implemented
Expand Down Expand Up @@ -131,6 +136,11 @@ views = [
"cpp", # Not implemented
"rust", # Not implemented
]
"tutorials/visualization" = [
"py", # Requires passing RRD as argument
"cpp", # Not implemented
"rust", # Not implemented
]

# These entries will run but their results won't be compared to the baseline.
#
Expand Down

0 comments on commit 107927a

Please sign in to comment.