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

Script that automatically creates all.hpp files #400

Closed
3 tasks done
smehringer opened this issue Sep 28, 2021 · 1 comment
Closed
3 tasks done

Script that automatically creates all.hpp files #400

smehringer opened this issue Sep 28, 2021 · 1 comment
Assignees
Milestone

Comments

@smehringer
Copy link
Member

smehringer commented Sep 28, 2021

Description

In each (subfolder) we want to have an all.hpp file for the user, s.t. the user can include the whole (sub)module.

An all.hpp file contains all public API files (no detail files) in it's directory plus all all.hpp files of it's subdirectories.

The all.hpp files need to be up to date but are often forgot to adapt when moving files around or adding new ones. Thus they should be created automatically.

Tasks

  • Create a script (bash or pearl) that automatically creates all.hpp files (If too tricky to avoid, detail files can be included for now. including all.hpp files is inefficient concering compile times anyway)

Definition of Done

  • Implementation and design approved
  • Unit tests pass
@smehringer
Copy link
Member Author

Fixed by seqan/seqan3#2841

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

No branches or pull requests

2 participants