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 IMC conversion error #4

Closed
wants to merge 4 commits into from

Conversation

aliok
Copy link

@aliok aliok commented Jul 2, 2020

Fixes the problem at knative#3461 (comment)

Comment on lines -112 to +135
sink.Delivery.ConvertFrom(ctx, source.Delivery)
if source.Delivery != nil {
if err := sink.Delivery.ConvertFrom(ctx, source.Delivery); err != nil {
return err
}
}
return nil
Copy link
Author

@aliok aliok Jul 2, 2020

Choose a reason for hiding this comment

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

There was a segfault here.

All the other changes in the PR is about proper error handling.
@vaikas if you feel there's too much change, feel free to pick the changes you like

@github-actions
Copy link

github-actions bot commented Oct 1, 2020

This Pull Request is stale because it has been open for 90 days with
no activity. It will automatically close after 30 more days of
inactivity. Reopen with /reopen. Mark as fresh by adding the
comment /remove-lifecycle stale.

@aliok aliok closed this Apr 28, 2021
@aliok aliok deleted the branch vaikas:bump-subscriptions April 28, 2021 06:55
@aliok aliok deleted the bump-subscriptions branch April 28, 2021 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants