-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove dependency on atlasIO #64
base: develop
Are you sure you want to change the base?
Conversation
@@ -109,6 +108,7 @@ void AtlasIO::checkFileExist(const std::string& name) const { | |||
return; | |||
}; | |||
|
|||
StatisticsIOBuilder<AtlasIO> AtalsIOBuilder("atlas_io"); | |||
StatisticsIOBuilder<EckitCodecIO> EckitCodecIOBuilder("eckit_codec"); | |||
StatisticsIOBuilder<EckitCodecIO> AtlasIOBuilder("atlas_io"); // Legacy name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a fix to make sure plans with restart-lib: "atlas_io"
do not break for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really want to have this legacy feature??
We tag the branches anyway. So for me it would be fine that projects that upgrade will have to update their configuration properly. Someday this has to be done anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tweska -- Check with Steffi if there are any multio plans currently that use atlas_io
. In general, I'm also in favour of getting rid of this.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #64 +/- ##
========================================
Coverage 53.07% 53.07%
========================================
Files 218 218
Lines 14840 14840
Branches 1221 1221
========================================
Hits 7877 7877
Misses 6963 6963 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a2f6505
to
096b0f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we merge this like this, @tweska: Please raise a ticket about getting rid of atlas_io so that we don't forget about it.
096b0f1
to
7bf4c3f
Compare
7bf4c3f
to
e048acd
Compare
No description provided.