From a9f8004aa1bc41abe6176cba071e0108f88871cf Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Wed, 22 Jan 2025 16:20:03 +0100 Subject: [PATCH] enable archetypes/points3d_partial_updates snippet comparision for C++ --- docs/snippets/snippets.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/snippets/snippets.toml b/docs/snippets/snippets.toml index e77b9826ee62..e3ca38cdd853 100644 --- a/docs/snippets/snippets.toml +++ b/docs/snippets/snippets.toml @@ -206,7 +206,7 @@ quick_start = [ # These examples don't have exactly the same implementation. "py", "rust", ] -"archetypes/mesh3d_partial_updates" = [ +"archetypes/mesh3d_partial_updates" = [ # TODO(andreas): use new partial update api "cpp", "py", "rust", @@ -221,11 +221,8 @@ quick_start = [ # These examples don't have exactly the same implementation. "py", "rust", ] -"archetypes/points3d_partial_updates" = [ # TODO(cmc): revert once C++ has tagged partial updates - "cpp", -] "archetypes/points3d_send_columns" = [ - "py", # TODO(#8752): needs tagged columnar APIs + "py", # TODO(#8752): needs tagged columnar APIs "cpp", # TODO(#8754): needs tagged columnar APIs ] "archetypes/points3d_random" = [ # TODO(#3206): examples use different RNGs @@ -237,7 +234,7 @@ quick_start = [ # These examples don't have exactly the same implementation. "cpp", ] "archetypes/scalar_send_columns" = [ - "py", # TODO(#8752): needs tagged columnar APIs + "py", # TODO(#8752): needs tagged columnar APIs "cpp", # TODO(#8754): needs tagged columnar APIs ] "archetypes/tensor_simple" = [ # TODO(#3206): examples use different RNGs