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

replace obsolescent egrep #35565

Merged
merged 2 commits into from
May 22, 2023
Merged

replace obsolescent egrep #35565

merged 2 commits into from
May 22, 2023

Conversation

fchapoton
Copy link
Contributor

πŸ“š Description

replace the last 2 uses of egrep in our source code, using the replacement grep -E

πŸ“ Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

βŒ› Dependencies

@mkoeppe
Copy link
Member

mkoeppe commented Apr 25, 2023

Or one could get rid of this use of egrep entirely by using find sage -name "*.py" -o -name "*.pxi" .....

@fchapoton
Copy link
Contributor Author

mmmh, this seems to break something. Should I try the proposal using -o ?

@github-actions
Copy link

Documentation preview for this PR is ready! πŸŽ‰
Built with commit: 5ced222

@fchapoton fchapoton changed the title replace obsolescent egrep by grep -E replace obsolescent egrep Apr 26, 2023
@vbraun vbraun merged commit 0772e47 into sagemath:develop May 22, 2023
8 of 11 checks passed
@mkoeppe mkoeppe added this to the sage-10.1 milestone May 22, 2023
@fchapoton fchapoton deleted the no_more_egrep branch July 16, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants