-
Notifications
You must be signed in to change notification settings - Fork 793
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
Adds profile loading from XML string [12821] #2245
Adds profile loading from XML string [12821] #2245
Conversation
dfdc90e
to
5f98fce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uncrustify is still complaining about the code style for some files: http://jenkins.eprosima.com:8080/job/fastdds_github_uncrustify/3115/
Also, would you mind adding some test for this new feature?
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
dd7cdb7
to
10b0358
Compare
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
…ading from file Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
@JLBuenoLopez-eProsima Hi, thanks for the feedback. I've added a test that loads the same profiles-file used in other test but as a string. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks a lot for the tests, @SamuelWHalodi. We should also include this new feature in our documentation before merging. Also, as this PR is adding new API, I have added it to the 2.5.0 milestone which is going to be released next month (December 2021).
Thanks again @SamuelWHalodi ! |
Implements #2179
Signed-off-by: Samuel Wilhelmsson samuel@halodi.com
This is a remake of a previous PR had to be closed because of a bad merge.
Related documentation PR: eProsima/Fast-DDS-docs#303