Skip to content

This change introduces a new overload of GetTempFilename that takes a directory as an argument and returns absl::StatusOr<std::string>. The existing GetTempFilename is updated to use this new overload. This provides a more flexible way to create temporary filenames within a specific directory and allows for error handling via absl::StatusOr.#3505

Merged
copybara-service[bot] merged 1 commit intomainfrom
test_878620715
Mar 7, 2026

Conversation

@copybara-service
Copy link
Copy Markdown

This change introduces a new overload of GetTempFilename that takes a directory as an argument and returns absl::StatusOr<std::string>. The existing GetTempFilename is updated to use this new overload. This provides a more flexible way to create temporary filenames within a specific directory and allows for error handling via absl::StatusOr.

@copybara-service copybara-service Bot force-pushed the test_878620715 branch 3 times, most recently from cedaa5e to 848d8b6 Compare March 6, 2026 21:47
… a directory as an argument and returns `absl::StatusOr<std::string>`. The existing `GetTempFilename` is updated to use this new overload. This provides a more flexible way to create temporary filenames within a specific directory and allows for error handling via `absl::StatusOr`.

PiperOrigin-RevId: 879925352
@copybara-service copybara-service Bot merged commit 3217733 into main Mar 7, 2026
@copybara-service copybara-service Bot deleted the test_878620715 branch March 7, 2026 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant