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

--update-rte has two functions #1894

Open
ReinhardKeil opened this issue Dec 10, 2024 · 0 comments
Open

--update-rte has two functions #1894

ReinhardKeil opened this issue Dec 10, 2024 · 0 comments
Labels
discussion Indicates an issue being in discussion enhancement New feature or request

Comments

@ReinhardKeil
Copy link
Collaborator

The Problem To Be Solved

update-rte performs two functions:

  • it generates constructed-files (RTE_Components.h, Pre_Include_Global.h, etc.)
  • it copies configuration files to the RTE folder

I believe this two features should split. Reason:

  • When configuration files are forgotten, also the user settings for components are lost. Just copy the original files from packs may therefore result in errors.
  • constructed-files are not user modifiable, they can be regenerated when missing without introducing problems.

The issue becomes apparent when using uv2csolution and folder names are changing due to CMake restrictions (no - in folder names).

@ReinhardKeil ReinhardKeil added enhancement New feature or request discussion Indicates an issue being in discussion labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Indicates an issue being in discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant