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

option with << op #43

Closed
wants to merge 2 commits into from
Closed

option with << op #43

wants to merge 2 commits into from

Conversation

yanganto
Copy link
Owner

No description provided.

@yanganto yanganto mentioned this pull request Aug 14, 2024
@taorepoara
Copy link
Contributor

taorepoara commented Aug 14, 2024

@yanganto Here is the pull request for a failing example for this case: #44

Each commit is a step for what I meant:

  1. Change of the example to highlight the problem: 2404149
    This works fine with let patched_user = user << patch << next_patch; but not with let patched_user = user << (patch << next_patch);
  2. Adaptation of the derive to fix the patch1 << patch2 problem: d4ba5d6
  3. Change of the option management to fix the last problem: (coming soon)

@yanganto yanganto closed this Aug 14, 2024
@yanganto yanganto deleted the option-with-shl branch August 28, 2024 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants