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

Use only POSIX compliant sed features #145

Merged
merged 1 commit into from
Dec 22, 2024
Merged

Use only POSIX compliant sed features #145

merged 1 commit into from
Dec 22, 2024

Conversation

QGarchery
Copy link
Collaborator

@QGarchery QGarchery commented Dec 16, 2024

Apparently basic regular expressions (BRE) do not have the OR operator by default. This PR uses extended regular expressions (ERE) so that it should work with any compliant system
See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html

Test by doing make -C certora clean munged-simple record-simple and check that there is no diff

@QGarchery QGarchery self-assigned this Dec 16, 2024
@QGarchery QGarchery changed the title Use posix compliant sed features Use only POSIX compliant sed features Dec 16, 2024
@QGarchery QGarchery requested a review from MathisGD December 16, 2024 17:36
@MathisGD MathisGD merged commit 2c77a37 into main Dec 22, 2024
4 checks passed
@MathisGD MathisGD deleted the certora/extended-re branch December 22, 2024 21: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.

3 participants