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

Add Eclipse keyword regex deprecation warning to eclcompress #579

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

mferrera
Copy link
Collaborator

Resolves #575

eclcompress no longer uses regex to filter Eclipse keywords. This
optional argument is unlikely to be used and is potentially dangerous
if used. It is not an option when invoked as an ERT workflow. Given
this, a three month deprecation timeline seems sufficient.
@mferrera mferrera requested a review from alifbe July 21, 2023 06:12
@codecov-commenter
Copy link

Codecov Report

Merging #579 (5d1b009) into main (d53630a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 5d1b009 differs from pull request most recent head cad21ae. Consider uploading reports for the commit cad21ae to get more accurate results

@@           Coverage Diff           @@
##             main     #579   +/-   ##
=======================================
  Coverage   84.64%   84.65%           
=======================================
  Files          52       52           
  Lines        7465     7468    +3     
=======================================
+ Hits         6319     6322    +3     
  Misses       1146     1146           
Impacted Files Coverage Δ
src/subscript/eclcompress/eclcompress.py 94.84% <100.00%> (+0.08%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@alifbe alifbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mferrera mferrera merged commit 49d8580 into equinor:main Jul 21, 2023
@mferrera mferrera deleted the deprecate-eclc-regex branch July 21, 2023 06:27
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.

Deprecate user provided regex in eclcompress
3 participants