Skip to content

Commit

Permalink
Fix signatures of string-attribute getters in Accessors.h/cpp.
Browse files Browse the repository at this point in the history
The old signature did not propagate the update length of the span to the caller.
  • Loading branch information
bzbarsky-apple committed Sep 1, 2023
1 parent 6cb9720 commit 949fc39
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 72 deletions.
4 changes: 2 additions & 2 deletions scripts/setup/zap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"mac-amd64",
"windows-amd64"
],
"tags": ["version:2@v2023.08.30-nightly.1"]
"tags": ["version:2@v2023.09.01-nightly.1"]
},
{
"_comment": "Always get the amd64 version on mac until usable arm64 zap build is available",
"path": "fuchsia/third_party/zap/mac-amd64",
"platforms": ["mac-arm64"],
"tags": ["version:2@v2023.08.30-nightly.1"]
"tags": ["version:2@v2023.09.01-nightly.1"]
}
]
}
2 changes: 1 addition & 1 deletion scripts/setup/zap.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2023.08.30-nightly
v2023.09.01-nightly
2 changes: 1 addition & 1 deletion scripts/tools/zap/zap_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Use scripts/tools/zap/version_update.py to manage ZAP versioning as many
# files may need updating for versions
#
MIN_ZAP_VERSION = '2023.8.30'
MIN_ZAP_VERSION = '2023.9.1'


class ZapTool:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 949fc39

Please sign in to comment.