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

ConfigStore changes break existing applications #4255

Merged
merged 1 commit into from Sep 7, 2023

Conversation

jrw972
Copy link
Contributor

@jrw972 jrw972 commented Sep 5, 2023

Problem

Converting TransportInst to ConfigStore is leading to the replacement of raw values with getters and setters. This breaks existing applications.

Solution

Introduce a value where conversion and assignment dispatch to the corresponding getters and setters.

Closes #4258

@jrw972 jrw972 self-assigned this Sep 5, 2023
@jrw972 jrw972 force-pushed the config-value branch 2 times, most recently from d1e4504 to b8e4b20 Compare September 6, 2023 13:58
@jrw972 jrw972 marked this pull request as ready for review September 6, 2023 17:18
Problem
-------

Converting TransportInst to ConfigStore is leading to the replacement
of raw values with getters and setters.  This breaks existing
applications.

Solution
--------

Introduce a value where conversion and assignment dispatch to the
corresponding getters and setters.
@jrw972 jrw972 merged commit 8975f51 into OpenDDS:master Sep 7, 2023
119 of 124 checks passed
@jrw972 jrw972 deleted the config-value branch September 7, 2023 13:39
jrw972 added a commit to jrw972/OpenDDS that referenced this pull request Sep 13, 2023
Problem
-------

Missed the `send_delay_` variable in OpenDDS#4255.

Solution
--------

Add `send_delay_`.
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.

Provide wrapper for raw variable assignment
2 participants