Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
7c6ac4b5
Commit
7c6ac4b5
authored
Sep 27, 2012
by
Claude Marche
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix plugins install : clean old plugins
parent
164f2bc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile.in
Makefile.in
+1
-0
ROADMAP
ROADMAP
+1
-0
plugins/tptp/tptp_lexer.mll
plugins/tptp/tptp_lexer.mll
+3
-3
No files found.
Makefile.in
View file @
7c6ac4b5
...
...
@@ -366,6 +366,7 @@ clean::
rm
-f
lib/plugins/
*
install_no_local
::
rm
-rf
$(LIBDIR)
/why3/plugins
mkdir
-p
$(LIBDIR)
/why3/plugins
cp
-f
$(
foreach
f,
$(LIBPLUGCMO)
$(LIBPLUGCMXS)
,
$(
wildcard
$(f)
))
$(LIBDIR)
/why3/plugins
...
...
ROADMAP
View file @
7c6ac4b5
...
...
@@ -137,6 +137,7 @@ New features:
o dropped support for Coq 8.2
o new scheme for Coq realizations using type classes
o Support for PVS 6.0, including realizations
o support for iProver and Zenon
o a warning is emitted for unused bound logic variables in
"forall", "exists" and "let"
...
...
plugins/tptp/tptp_lexer.mll
View file @
7c6ac4b5
...
...
@@ -246,7 +246,7 @@ and comment_line = parse
{ comment_line lexbuf }
{
(* dead code
let with_location f lb =
if Debug.test_flag Debug.stack_trace then f lb else
try f lb with
...
...
@@ -259,9 +259,9 @@ and comment_line = parse
let ast = with_location (tptp_file token) lb in
(), Tptp_typing.typecheck env path ast
let library_of_env = Env.register_format "
tptp
" ["
p
";"
ax
"] read_channel
let
_
library_of_env = Env.register_format "
tptp
" ["
p
";"
ax
"] read_channel
~desc:"
TPTP
format
(
CNF
FOF
FOFX
TFF
)
"
*)
}
(*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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