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 old bool wrapper on setEcho builtin #5526

Merged
merged 2 commits into from
Jan 8, 2025
Merged

Fix old bool wrapper on setEcho builtin #5526

merged 2 commits into from
Jan 8, 2025

Conversation

ChrisPenner
Copy link
Contributor

Overview

Fixes #5524

It appears setEcho was just using the old format for bools before #5449

Implementation notes

Remove the extra enum ceremony, we can get the bool directly from the stack now.

Test coverage

Added a transcript test that at least tries to call setEcho.

@ChrisPenner ChrisPenner marked this pull request as ready for review January 7, 2025 22:27
@ChrisPenner ChrisPenner requested review from aryairani and dolio January 7, 2025 22:28
@aryairani aryairani merged commit cda1ecd into trunk Jan 8, 2025
32 checks passed
@aryairani aryairani deleted the cp/fix-set-echo branch January 8, 2025 15:35
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.

setEcho builtin seems broken
2 participants