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: Added null propagation and guard #1127

Merged

Conversation

ChapterSevenSeeds
Copy link
Contributor

This PR addresses the issue presented in #975.

@ChapterSevenSeeds ChapterSevenSeeds changed the title Added null propagation and guard fix: Added null propagation and guard Oct 22, 2024
// source: google/protobuf/timestamp.proto

/* eslint-disable */
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
Copy link
Owner

Choose a reason for hiding this comment

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

Ah interesting; @ChapterSevenSeeds do you know why these two files were generated now? Was it from your bug fix, or were they just not included on a prior PR? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They appeared when I followed the instructions for running the tests. I imagine your assumption that they weren't included from a prior PR is correct 😛

Copy link
Owner

@stephenh stephenh left a comment

Choose a reason for hiding this comment

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

This is great, thank you!

@stephenh stephenh merged commit 86637fa into stephenh:main Oct 22, 2024
6 of 7 checks passed
stephenh pushed a commit that referenced this pull request Oct 22, 2024
## [2.2.5](v2.2.4...v2.2.5) (2024-10-22)

### Bug Fixes

* Added null propagation and guard ([#1127](#1127)) ([86637fa](86637fa))
@stephenh
Copy link
Owner

🎉 This issue has been resolved in version 2.2.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants