Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

deploy: Don't overwrite kargs by default #503

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

cgwalters
Copy link
Member

This is the same bug as
3089166 but for the not-booted case.

Basically in the C API bridged to Rust we can't distinguish between "NULL array" and "zero length array". But the _with_options path supports distinguishing them, and we want the "no kargs provided" case to not override anything.

Closes: #502

This is the same bug as
ostreedev@3089166
but for the not-booted case.

Basically in the C API bridged to Rust we can't distinguish between
"NULL array" and "zero length array".  But the _with_options path
supports distinguishing them, and we want the "no kargs provided"
case to not override anything.

Closes: ostreedev#502
@cgwalters
Copy link
Member Author

(Not tested yet)

Copy link
Member

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

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

lgtm

@cgwalters
Copy link
Member Author

@cgwalters cgwalters merged commit 0da57ef into ostreedev:main Aug 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deploy: Inherit previous kargs by default
2 participants