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

Lwt return void #460

Merged
merged 2 commits into from
Oct 21, 2016
Merged

Lwt return void #460

merged 2 commits into from
Oct 21, 2016

Commits on Oct 21, 2016

  1. Configuration menu
    Copy the full SHA
    1b06ed3 View commit details
    Browse the repository at this point in the history
  2. Fix lwt binding generation of void-returning functions

    This retains the result field in the job struct and sets its type to int.
    Val_unit is now returned as the result rather than using the uninitialized
    result field.
    dsheets committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    52545b4 View commit details
    Browse the repository at this point in the history