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

fix(exo): update M.callWhen broken by M.raw() #1859

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

michaelfig
Copy link
Member

closes: #1858

Description

Correct the outdated implementation of M.callWhen that didn't account for changes made in #1831.

Security Considerations

Needs careful examination, since method guards provide an essential barrier to protect against misuse.

Scaling Considerations

n/a

Documentation Considerations

n/a

Testing Considerations

A small unit test to demonstrate the problem now passes with the updated code.

Upgrade Considerations

n/a

@michaelfig michaelfig added the bug Something isn't working label Nov 10, 2023
@michaelfig michaelfig self-assigned this Nov 10, 2023
Copy link
Contributor

@erights erights left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@michaelfig michaelfig force-pushed the mfig-unbreak-callWhen branch from 2c34737 to 015696d Compare November 10, 2023 17:08
@michaelfig michaelfig enabled auto-merge November 10, 2023 17:09
@michaelfig michaelfig merged commit 3dbeff7 into master Nov 10, 2023
@michaelfig michaelfig deleted the mfig-unbreak-callWhen branch November 10, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

M.callWhen().optional(...) causes rejections
3 participants