Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Merge requests
!219
remove unused find_pat tactic
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove unused find_pat tactic
ralf/find_pat
into
master
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Ralf Jung
requested to merge
ralf/find_pat
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#93 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
00e29c8b
1 commit,
4 years ago
2 files
+
1
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
CHANGELOG.md
+
1
−
0
Options
@@ -45,6 +45,7 @@ Coq 8.8 and 8.9 are no longer supported.
-
Remove
`omega`
import and hint database in
`tactics`
file.
-
Add
`rename select <pat> into <name>`
tactic to find a hypothesis by pattern
and give it a fixed name.
-
Remove unused
`find_pat`
tactic that was made mostly obsolete by
`select`
.
The following
`sed`
script should perform most of the renaming
(on macOS, replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
):
Loading