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

Handling objects passed as "out parameters" #277

Merged
merged 5 commits into from
Feb 1, 2023
Merged

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    519cc08 View commit details
    Browse the repository at this point in the history
  2. Test things that should not be encode with UI tests

    UI-test brittleness is solved by pinning nightly version
    madsmtm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    29f8790 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    3458c9a View commit details
    Browse the repository at this point in the history
  2. Add support for out parameters like &mut Id<_, _> in msg_send!

    Supported types:
    - `&mut Id<_, _>`
    - `&mut Option<Id<_, _>>`
    - `Option<&mut Id<_, _>>`
    - `Option<&mut Option<Id<_, _>>>`
    madsmtm committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    21b2952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    284ade9 View commit details
    Browse the repository at this point in the history