Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
7a983818
Commit
7a983818
authored
Jun 18, 2019
by
Ralf Jung
Browse files
fix sed for macOS
parent
d9dab855
Pipeline
#17743
passed with stage
in 13 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7a983818
...
...
@@ -146,8 +146,9 @@ Changes in Coq:
*
Changed
`frac_auth`
notation from
`●!`
/
`◯!`
to
`●F`
/
`◯F`
. sed script:
`s/◯!/◯F/g; s/●!/●F/g;`
.
*
Rename
`C`
suffixes into
`O`
since we no longer use COFEs but OFEs. Also
rename
`ofe_fun`
into
`discrete_fun`
and the corresponding notation
`-c>`
into
`-d>`
. The renaming can be automatically done using the following script:
rename
`ofe_fun`
into
`discrete_fun`
and the corresponding notation
`-c>`
into
`-d>`
. The renaming can be automatically done using the following script (on
macOS you will have to replace the
`-i`
at the end by
`-i ''`
):
```
sed '
s/\bCofeMor/OfeMor/g;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment