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

[FEATURE] header-replacement-script for release updates #414

Open
8 tasks
smehringer opened this issue Feb 7, 2022 · 0 comments
Open
8 tasks

[FEATURE] header-replacement-script for release updates #414

smehringer opened this issue Feb 7, 2022 · 0 comments

Comments

@smehringer
Copy link
Member

Description

Moving our headers is a problem for users that include all.hpp files because some stuff might not be available after updating to a newer seqan3 release.

We should provide a search-and-replace script that fixes all header includes.

Acceptance Criteria

  • Script should replace all headers in a command line provided directory
  • Script should be easily extendible for with new headers when we move them
  • Script always works for the release immediately following the last one. If you want to update several releases you need to run every release script after one another.

Tasks

  • write script
  • Discuss with core team were scripts should live within seqan3 repo
  • Add CI
  • Add how-to documentation
  • Add permanent info to changelog
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

1 participant