群组
会话
所有群组和帖子
发送反馈给 Google
帮助
培训
登录
群组
announce
会话
关于
announce
第 1 - 30 个,共 49 个
全部标记为已读
举报群组
未选择
Petr Hosek
8月27日
Fuchsia is moving to C++20
We plan to submit fxrev.dev/1093351 which changes the C++ standard used by the Fuchsia platform to C+
未读,
Fuchsia is moving to C++20
We plan to submit fxrev.dev/1093351 which changes the C++ standard used by the Fuchsia platform to C+
8月27日
Victoria Contreras
3
2023/12/15
Fuchsia moving to a different issue tracker
Hi all, We are happy to announce the migration has completed. You can visit Fuchsia's Issue
未读,
Fuchsia moving to a different issue tracker
Hi all, We are happy to announce the migration has completed. You can visit Fuchsia's Issue
2023/12/15
Mitchell Kember
2023/4/26
PSA: FIDL Rust tables now implement Default
You can stop reading if you don't use the FIDL Rust bindings. As of fxr/844716, FIDL tables
未读,
PSA: FIDL Rust tables now implement Default
You can stop reading if you don't use the FIDL Rust bindings. As of fxr/844716, FIDL tables
2023/4/26
Yifei Teng
2023/2/25
New C++ FIDL bindings are generally available
Thanks to help from bryantchandler@, mbrase@ and more, we now have build system integration of the
未读,
New C++ FIDL bindings are generally available
Thanks to help from bryantchandler@, mbrase@ and more, we now have build system integration of the
2023/2/25
Mitchell Kember
2023/2/15
PSA: FIDL one way interactions will hide PEER_CLOSED
TL;DR: To avoid race conditions, we are changing FIDL bindings behavior to hide PEER_CLOSED errors
未读,
PSA: FIDL one way interactions will hide PEER_CLOSED
TL;DR: To avoid race conditions, we are changing FIDL bindings behavior to hide PEER_CLOSED errors
2023/2/15
Yifei Teng
2022/12/7
PSA: Standalone use of FIDL wire format is implemented for new C++ and Rust
TLDR: there are stable APIs for encoding and decoding FIDL domain objects without necessarily
未读,
PSA: Standalone use of FIDL wire format is implemented for new C++ and Rust
TLDR: there are stable APIs for encoding and decoding FIDL domain objects without necessarily
2022/12/7
Yifei Teng
2022/12/6
PSA: New C++ FIDL server APIs (alternative to BindServer)
Please read on if you use the new C++ FIDL bindings (aka LLCPP). TLDR: if you've enjoyed the fidl
未读,
PSA: New C++ FIDL server APIs (alternative to BindServer)
Please read on if you use the new C++ FIDL bindings (aka LLCPP). TLDR: if you've enjoyed the fidl
2022/12/6
Mitchell Kember
2022/10/25
PSA: You no longer need to write (struct {}) in FIDL
You can stop reading if you don't write FIDL code. The FIDL syntax for empty responses has been
未读,
PSA: You no longer need to write (struct {}) in FIDL
You can stop reading if you don't write FIDL code. The FIDL syntax for empty responses has been
2022/10/25
Mitchell Kember
2022/9/1
PSA: FIDL "_hlcpp" suffix will be required in GN
You can stop reading if you don't use FIDL HLCPP bindings in the Fuchsia GN build. In the past,
未读,
PSA: FIDL "_hlcpp" suffix will be required in GN
You can stop reading if you don't use FIDL HLCPP bindings in the Fuchsia GN build. In the past,
2022/9/1
Yifei Teng
2022/8/12
PSA: "_llcpp" binding suffix in GN and "lib/fidl/llcpp" includes are going away
You may stop reading if you don't write C++ or don't use the LLCPP bindings. Re New C++ FIDL
未读,
PSA: "_llcpp" binding suffix in GN and "lib/fidl/llcpp" includes are going away
You may stop reading if you don't write C++ or don't use the LLCPP bindings. Re New C++ FIDL
2022/8/12
Yifei Teng
,
Shai Barack
2
2022/7/28
New C++ FIDL bindings are here (an update on LLCPP)
Thank you! This has been a recurring paper cut for me. Looking forward to not having to deal with
未读,
New C++ FIDL bindings are here (an update on LLCPP)
Thank you! This has been a recurring paper cut for me. Looking forward to not having to deal with
2022/7/28
Hunter Freyer
2022/7/21
PSA: New #rfc Discord channel!
There's a brand new channel on the Fuchsia Discord server for discussing anything RFC-related: #
未读,
PSA: New #rfc Discord channel!
There's a brand new channel on the Fuchsia Discord server for discussing anything RFC-related: #
2022/7/21
Shai Barack
2022/6/8
PSA: fx workflows directly referencing //garnet will break
Hi all, We are in the process of deleting //garnet, which has been deprecated for 3 years now. This
未读,
PSA: fx workflows directly referencing //garnet will break
Hi all, We are in the process of deleting //garnet, which has been deprecated for 3 years now. This
2022/6/8
Miguel Flores
, …
Devon H. O'Dell
3
2022/5/28
PSA: try `fx rfc` to create RFCs
announce@ to bcc; this list isn't intended for discussion. On Sat, May 28, 2022, 06:46 '
未读,
PSA: try `fx rfc` to create RFCs
announce@ to bcc; this list isn't intended for discussion. On Sat, May 28, 2022, 06:46 '
2022/5/28
Ian McKellar
2022/4/6
PSA: LLCPP/Wire unions becoming immutable
If you don't use the C++ low-level / wire FIDL bindings then please continue having a beautiful
未读,
PSA: LLCPP/Wire unions becoming immutable
If you don't use the C++ low-level / wire FIDL bindings then please continue having a beautiful
2022/4/6
Alex Zaslavsky
2022/4/5
PSA: FIDL VSCode Extension 0.4.1 released
If you don't read/write .fidl files in VSCode, you may stop reading now. The FIDL Language VSCode
未读,
PSA: FIDL VSCode Extension 0.4.1 released
If you don't read/write .fidl files in VSCode, you may stop reading now. The FIDL Language VSCode
2022/4/5
Alex Zaslavsky
, …
Shai Barack
5
2022/3/28
PSA: FIDL now supports table and union payloads
Appreciate you making this very common pattern easier on the eyes. Thanks for thinking of
未读,
PSA: FIDL now supports table and union payloads
Appreciate you making this very common pattern easier on the eyes. Thanks for thinking of
2022/3/28
Yifei Teng
2022/3/24
PSA: New API to stop use-after-frees when using LLCPP client bindings
~ If you don't use the low-level C++ bindings you may stop reading now ~ TLDR: When making two-
未读,
PSA: New API to stop use-after-frees when using LLCPP client bindings
~ If you don't use the low-level C++ bindings you may stop reading now ~ TLDR: When making two-
2022/3/24
Ian McKellar
, …
Adam Barth
3
2022/3/18
LLCPP/Wire tables becoming immutable
+1 great change On Thu, Mar 17, 2022 at 5:53 PM 'Suraj Malhotra' via fidl-dev <fidl-dev@
未读,
LLCPP/Wire tables becoming immutable
+1 great change On Thu, Mar 17, 2022 at 5:53 PM 'Suraj Malhotra' via fidl-dev <fidl-dev@
2022/3/18
Alex Zaslavsky
2022/3/10
[TEST] PSA: FIDL now supports named method payloads
If you don't read/write FIDL, or interact with generated FIDL bindings, you may stop reading now.
未读,
[TEST] PSA: FIDL now supports named method payloads
If you don't read/write FIDL, or interact with generated FIDL bindings, you may stop reading now.
2022/3/10
Yifei Teng
2022/2/8
PSA: LLCPP encoding/decoding APIs are unstable
~ If you don't use the low-level C++ bindings you may stop reading now ~ TLDR: The following
未读,
PSA: LLCPP encoding/decoding APIs are unstable
~ If you don't use the low-level C++ bindings you may stop reading now ~ TLDR: The following
2022/2/8
Shai Barack
2022/2/8
[PSA] Plug those memory leaks!
Hi announce@, Did you know? We continuously test Fuchsia with all sorts of snazzy sanitizers,
未读,
[PSA] Plug those memory leaks!
Hi announce@, Did you know? We continuously test Fuchsia with all sorts of snazzy sanitizers,
2022/2/8
Benjamin Prosnitz
4
2022/2/1
PSA: Ongoing FIDL wire format migration
Encoding of the new wire format in transactional messages is now enabled in: - Dart after the
未读,
PSA: Ongoing FIDL wire format migration
Encoding of the new wire format in transactional messages is now enabled in: - Dart after the
2022/2/1
Shai Barack
2022/1/25
PSA: Test coverage in Gerrit for arm64 support
If you don't write code that behaves differently on arm64 vs x64 then you can stop reading now.
未读,
PSA: Test coverage in Gerrit for arm64 support
If you don't write code that behaves differently on arm64 vs x64 then you can stop reading now.
2022/1/25
Xyan Bhatnagar
2022/1/24
[PSA] Updates to `ffx component show` output
TL;DR: ffx component show is easier to read and prints more information! Hey folks! We've updated
未读,
[PSA] Updates to `ffx component show` output
TL;DR: ffx component show is easier to read and prints more information! Hey folks! We've updated
2022/1/24
Yifei Teng
7
2022/1/24
PSA: Modularizing the LLCPP API
~ If you don't use the low-level C++ bindings you may stop reading now ~ TLDR: We added fidl::
未读,
PSA: Modularizing the LLCPP API
~ If you don't use the low-level C++ bindings you may stop reading now ~ TLDR: We added fidl::
2022/1/24
Zachary Stewart
2022/1/22
PSA: Renaming FIDL LLCPP mutable union accessors
If you don't write C++ code using FIDL low-level bindings, you can stop reading. TL;DR LLCPP
未读,
PSA: Renaming FIDL LLCPP mutable union accessors
If you don't write C++ code using FIDL low-level bindings, you can stop reading. TL;DR LLCPP
2022/1/22
Zachary Stewart
2022/1/22
PSA: Moving FIDL LLCPP struct traits to template specialization
If you don't write C++ code using FIDL low-level bindings, you can stop reading. TL;DR Several
未读,
PSA: Moving FIDL LLCPP struct traits to template specialization
If you don't write C++ code using FIDL low-level bindings, you can stop reading. TL;DR Several
2022/1/22
Yifei Teng
2022/1/10
PSA: Robustly handle fatal errors in LLCPP
~ If you don't use the low-level C++ FIDL bindings you may stop reading now ~ TLDR: Avoiding
未读,
PSA: Robustly handle fatal errors in LLCPP
~ If you don't use the low-level C++ FIDL bindings you may stop reading now ~ TLDR: Avoiding
2022/1/10
Nathan Mulcahey
2021/10/4
[PSA] Run `jiri selfupdate`
If you are not a user of jiri you can stop reading Hi all, Due to a bug that was introduced in jiri
未读,
[PSA] Run `jiri selfupdate`
If you are not a user of jiri you can stop reading Hi all, Due to a bug that was introduced in jiri
2021/10/4