Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP-26352 Port xcp-idl/network interface from Camlp4 to PPX #189

Closed

Commits on Feb 9, 2018

  1. ocp-indent network interface and related stuffs

    Signed-off-by: Yang Qian <yang.qian@citrix.com>
    krizex committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    c437400 View commit details
    Browse the repository at this point in the history
  2. CP-26352 Port xcp-idl/network interface from Camlp4 to PPX

    1. all types deriving from rpcty
    2. remove redundent rpc functions, replace them with `@@default` rewriter
    3. rename `Basic` of `string_of_port_kind` to `Basic_port`
    4. change type `ipv4_route_t` from list to a struct type
    5. move exception definition to xcp-networkd
    6. declare interface with new style code by using `Idl.declare`
    7. replace optional parameter with position parameter or position option
    parameter, remove the redundent suffix unit parameter accordingly
    8. replace `rpc_of_x` and `x_of_rpc` with `Rpcmarshal.marshal` and `Rpamarshal.unmarshal`
    9. update jbuilder file, remove redundant contents
    
    Signed-off-by: Yang Qian <yang.qian@citrix.com>
    krizex committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    9078bd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. fixup! CP-26352 Port xcp-idl/network interface from Camlp4 to PPX

    Signed-off-by: Yang Qian <yang.qian@citrix.com>
    krizex committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    47a25db View commit details
    Browse the repository at this point in the history