@@ -16,14 +16,15 @@ The refactory 2020 needs further work to be finished. Here is the task list:
...
@@ -16,14 +16,15 @@ The refactory 2020 needs further work to be finished. Here is the task list:
# Migrate code from AirShowerPhysics/corsika/master
# Migrate code from AirShowerPhysics/corsika/master
- Please read the new Coding Guidelines
- Please read the new [Coding Guidelines](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/wikis/Coding-Conventions-and-Guidelines)
- Please check the new project layout
- Please acquaint yourself with the new [project layout](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika-data/-/tree/master)
- Comments in general [in this Issue](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/issues/320)
- Comments in general [in this Issue](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/issues/320)
- Comments to specific migration steps in the [individual MRs](https://gitlab.ikp.kit.edu/AAAlvesJr/corsika/-/merge_requests)
- Comments to specific migration steps in the [individual MRs](https://gitlab.ikp.kit.edu/AAAlvesJr/corsika/-/merge_requests)
- Let others know, what you are working on to prevent clashes!
- Let others know, what you are working on to prevent clashes and inefficiencies
- Check git difference between commit: 4d1baa1d625947ce9c3ca86bd0f281065e41966c (March 10) to origin/master HEAD, and either apply those differences to a MR [here](https://gitlab.ikp.kit.edu/AAAlvesJr/corsika), or alternatively copy the entire code, adapt it to the new structure and coding guidelines and then put it into a MR [here](https://gitlab.ikp.kit.edu/AAAlvesJr/corsika)
- Check git difference between commit: 4d1baa1d625947ce9c3ca86bd0f281065e41966c (March 10) to origin/master HEAD, and either apply those differences to a MR [here](https://gitlab.ikp.kit.edu/AAAlvesJr/corsika), or alternatively copy the entire code, adapt it to the new structure and coding guidelines and then put it into a MR [here](https://gitlab.ikp.kit.edu/AAAlvesJr/corsika)
-**Note** depending on the nature of changes, it might be that the CI will not run all the time (interface changes, etc). This is OK, but has obviously to be fixed later.
-**Note** depending on the nature of changes, it might be that the CI will not run all the time (interface changes, etc). This is OK, but has obviously to be fixed as timely as possible
- Edit this Wiki page here and indicate progress! Also add your name identifier to the task accomplished.
- Edit this Wiki page here and indicate progress! Also add your name identifier to the task accomplished
- We need collaborators doing actual code migration, but we need also collaborators to do code review of the MRs, see [Code Approval Procedure](https://gitlab.ikp.kit.edu/AirShowerPhysics/corsika/-/wikis/Code-Approval-Procedure)