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 shorthand payload marshaling when null is present #159

Merged
merged 2 commits into from
May 2, 2024

Conversation

tdeebswihart
Copy link
Contributor

What changed?
I fixed an embarrassing bug in shorthand payload marshaling when null is present

Why?

Because it was a bug!

How did you test it?

I added a new test. I plan to add property-based testing to this shortly, but that will come in a new PR.

Potential risks
None

This should have been an obvious test case, but there was a lot going
on...

I'm going to add property based testing to this when I get the chance so
that it'll help flush out any other embarrassing bugs
@tdeebswihart tdeebswihart requested review from a team as code owners May 2, 2024 17:31
@tdeebswihart tdeebswihart merged commit f09b6e0 into master May 2, 2024
3 checks passed
@tdeebswihart tdeebswihart deleted the tds/fix-jsonmarshal-null branch May 2, 2024 17:34
dandavison pushed a commit that referenced this pull request Jul 5, 2024
**What changed?**
I fixed an embarrassing bug in shorthand payload marshaling when `null` is present

**Why?**

Because it was a bug!

**How did you test it?**

I added a new test. I plan to add property-based testing to this shortly, but that will come in a new PR.


**Potential risks**
None
dandavison added a commit to temporalio/cli that referenced this pull request Jul 5, 2024
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