Skip to content

Simplify TypeToString and restrict usage to specific use cases#170

Merged
pgeier merged 1 commit into
developfrom
feature/simplify-type-to-string
Oct 10, 2025
Merged

Simplify TypeToString and restrict usage to specific use cases#170
pgeier merged 1 commit into
developfrom
feature/simplify-type-to-string

Conversation

@pgeier

@pgeier pgeier commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

Description

The usage of util/TypeToString.h is restricted to multio and will not be used in mars2grib and anything that is about to get migrated to metkit.

After discussion on moving TypeToString to eckit (ecmwf/eckit#225), the decision is to restrict it to specific use-cases.
Its not used in datamod/core anymore, only for Metadata handling and operations on MioGribHandling - the latter is going to be refactored anyway.

Some format changes sneaked in.

Contributor Declaration

By opening this pull request, I affirm the following:

  • All authors agree to the Contributor License Agreement.
  • The code follows the project's coding standards.
  • I have performed self-review and added comments where needed.
  • I have added or updated tests to verify that my changes are effective and functional.
  • I have run all existing tests and confirmed they pass.

🌈🌦️📖🚧 Documentation 🚧📖🌦️🌈
https://sites.ecmwf.int/docs/dev-section/multio/pull-requests/PR-170

@pgeier pgeier requested a review from dsarmany October 7, 2025 08:07
@pgeier pgeier force-pushed the feature/simplify-type-to-string branch from bdfec60 to d3b16fb Compare October 7, 2025 08:08
@codecov-commenter

codecov-commenter commented Oct 7, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 56.60%. Comparing base (77ccb70) to head (f5f0a14).
⚠️ Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
src/multio/util/TypeToString.h 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #170   +/-   ##
========================================
  Coverage    56.60%   56.60%           
========================================
  Files          318      316    -2     
  Lines        20500    20490   -10     
  Branches      1569     1569           
========================================
- Hits         11603    11598    -5     
+ Misses        8897     8892    -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pgeier pgeier force-pushed the feature/simplify-type-to-string branch from d3b16fb to eff26fc Compare October 8, 2025 06:15
@pgeier pgeier force-pushed the feature/simplify-type-to-string branch from eff26fc to f5f0a14 Compare October 10, 2025 09:15
@pgeier pgeier merged commit 4e09817 into develop Oct 10, 2025
134 checks passed
@pgeier pgeier deleted the feature/simplify-type-to-string branch October 10, 2025 09:15
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

Successfully merging this pull request may close these issues.

3 participants