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

[config] Remove simpleini as submodule #1806

Merged
merged 3 commits into from
Nov 27, 2024
Merged

Conversation

Peguen
Copy link
Contributor

@Peguen Peguen commented Nov 26, 2024

Description

Submodule and simpleini dependencies removed.
ecaltime plugin switched to using yaml.

@Peguen Peguen requested a review from KerstinKeller November 26, 2024 13:27
doc/rst/conf.py Outdated
@@ -92,7 +92,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_book_theme',
Copy link
Contributor

Choose a reason for hiding this comment

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

@Peguen why did you remove this line? It seems unrelated.

Copy link
Contributor

@KerstinKeller KerstinKeller left a comment

Choose a reason for hiding this comment

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

There seem to be a few unrelated changes which might make sense to realize them in another PR.
Otherwise it seems good!

Configuration::Configuration()
{
}
Configuration::Configuration() = default;
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like an unrelated change

@@ -29,7 +29,7 @@ namespace eCAL
attributes.network_enabled = reg_config_.network_enabled;
attributes.loopback = reg_config_.loopback;
attributes.drop_out_of_order_messages = sub_config_.drop_out_of_order_messages;
attributes.registation_timeout_ms = reg_config_.registration_timeout;
attributes.registration_timeout_ms = reg_config_.registration_timeout;
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like an unrelated change

@@ -59,7 +59,7 @@ namespace eCAL
bool network_enabled;
bool drop_out_of_order_messages;
bool loopback;
unsigned int registation_timeout_ms;
unsigned int registration_timeout_ms;
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like an unrelated change

@@ -28,7 +28,7 @@ namespace eCAL
SHM::SAttributes attributes;

attributes.process_id = attr_.process_id;
attributes.registration_timeout_ms = attr_.registation_timeout_ms;
attributes.registration_timeout_ms = attr_.registration_timeout_ms;
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like an unrelated change

@KerstinKeller KerstinKeller added the cherry-pick-to-NONE Don't cherry-pick these changes label Nov 26, 2024
@Peguen Peguen merged commit b42d2b8 into master Nov 27, 2024
19 of 20 checks passed
@Peguen Peguen deleted the hotfix/simple_ini_cleanup branch November 27, 2024 09:42
@KerstinKeller KerstinKeller mentioned this pull request Dec 2, 2024
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-to-NONE Don't cherry-pick these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants