Skip to content

mw/com: migrate_umlet_to_plantuml__runtime#47

Closed
kalu-an wants to merge 4 commits intoeclipse-score:mainfrom
kalu-an:runtime_migrate_umlet_to_plantuml
Closed

mw/com: migrate_umlet_to_plantuml__runtime#47
kalu-an wants to merge 4 commits intoeclipse-score:mainfrom
kalu-an:runtime_migrate_umlet_to_plantuml

Conversation

@kalu-an
Copy link
Contributor

@kalu-an kalu-an commented Aug 2, 2025

Closes original PR #20 by creating smaller size pull requests on per directory within /score/mw/com/design directory

Covered parts:

  • configuration
  • events_fields
  • extensions
  • ipc_tracing
  • partial restart
  • runtime
  • service_discovery
  • shared_mem_layout
  • skeleton_proxy

@LittleHuba LittleHuba linked an issue Aug 4, 2025 that may be closed by this pull request
Copy link
Contributor

Choose a reason for hiding this comment

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

The return type should use the correct namespace separator. Please update impl::lola:IMessagePassingService& to impl::lola::IMessagePassingService&

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Dear @sahithi-nukala thank you for your review and providing suggestions. Due to amount of diagrams and size of them I would like you to provide your changes like this
#50 (review)
thanks in advance

Copy link
Contributor

@sahithi-nukala sahithi-nukala Aug 21, 2025

Choose a reason for hiding this comment

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

In PlantUML:
-runtime_bindings_ : std:unordered_map<BindingType, std::unique_ptr>

In Umlet:
-runtime_bindings_ : std::unordered_map<BindingType, std::unique_ptr>

Issue: The PlantUML version is missing a colon in the namespace — it incorrectly uses std:unordered_map instead of std::unordered_map.
Solution: Update the PlantUML line to:
-runtime_bindings_ : std::unordered_map<BindingType, std::unique_ptr>

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Dear @sahithi-nukala thank you for your review and providing suggestions. Due to amount of diagrams and size of them I would like you to provide your changes like this
#50 (review)
thanks in advance

kalu-an and others added 3 commits August 23, 2025 13:47
Co-authored-by: sahithi-nukala <91167569+sahithi-nukala@users.noreply.github.com>
Signed-off-by: Andreas Kaluza <andreas.kaluza@continental.com>
Co-authored-by: sahithi-nukala <91167569+sahithi-nukala@users.noreply.github.com>
Signed-off-by: Andreas Kaluza <andreas.kaluza@continental.com>
@Rahul-Sutariya
Copy link
Contributor

Under Integration

@castler castler closed this in 9386334 Sep 1, 2025
Abhishek2581 added a commit to Abhishek2581/communication that referenced this pull request Sep 4, 2025
Closes eclipse-score#47

Issue: SWP-208704
GIT_ORIGIN_SPP_REV_ID: 9589a1ec09795702b678ca4d078571865579e2c7
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.

Migrate UMLet diagrams to PlantUML/draw.io

4 participants