History log of /fuchsia/zircon/system/host/fidl/examples/simple.fidl
Revision Date Author Comments
# abf45244 27-Aug-2018 Adam Barth <abarth@chromium.org>

[fidl] Format all the FIDL files

This CL applies fidl_format to all the FIDL files that are not used to
test the parser.

Test: No behavior change
Change-Id: I6e83e78e64ca7ec620d021298c50dcf848102176


# cdfd5dea 19-Aug-2018 Pascal Perez <pascallouis@google.com>

[fidl] Explicit import of fidl dependencies (e.g. xz).

Change-Id: I9a63c8843d73f8b085e6d3f90fdffcc4dedcecd3
Test: dry run (and using the modified fidlc compiler)


# f3b38c2a 06-Aug-2018 Adam Barth <abarth@google.com>

[fidl] Remove |status| keyword

All clients have migrated to using zx.status, which is not a language
keyword.

Test: Compiles
Change-Id: I9c2c08b5c4062c598234f4f461b53a44e8aaf5a7


# 388780a7 06-Aug-2018 Adam Barth <abarth@google.com>

[fidl] status -> zx.@status

The @ will be removed once all clients have migrated off |status| and we
can remove |status| as a language keyword.

Test: No behavior change
Change-Id: I86c37d4d9ba55b74620687a2c58fd95600ae1a53


# c73d6be7 23-Jun-2018 Adam Barth <abarth@chromium.org>

[fidl] Generate declarations for simple C client bindings

The implementations will be in a subsequent CL.

FIDL-162 #comment

Test: Cannot test FIDL compiler in Zircon (FIDL-227)
Change-Id: I63f5ea5b89c663239f55fac57db18ab1e75e9b76