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
126
Issues
126
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
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
2e9d50af
Commit
2e9d50af
authored
Mar 01, 2011
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roadmap updated
parent
6c7c5d2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
2 deletions
+28
-2
ROADMAP
ROADMAP
+19
-0
src/ide/gmain.ml
src/ide/gmain.ml
+9
-2
No files found.
ROADMAP
View file @
2e9d50af
...
...
@@ -9,12 +9,31 @@
** extraction of Ocaml code
* Jessie3
* traceability
(Claude)
* Coq plugin
* Coq realization of theories
(Andrei)
* more libraries (theories and modules)
* IDE: reload
(claude)
* IDE: edition, navigation
(?)
* HOL
* IDE: no more threads
(qui ?)
* IDE: custom model
(JC + ?)
* why3bench sur examples/ dans make bench
(Francois)
* checkout frais, compilation (local ou non) et make bench chaque nuit sur moloch
(?)
* BD : se passer de sqlite3
(Claude)
* IDE: avoir des transformations non codees en dur
(Claude d'abord)
* Bug des md5
(Claude. pas reproductible ? Pb de duplication des buts ?)
* Papers to write
...
...
src/ide/gmain.ml
View file @
2e9d50af
...
...
@@ -501,9 +501,16 @@ let task_checksum t =
fprintf
str_formatter
"%a@."
Pretty
.
print_task
t
;
let
s
=
flush_str_formatter
()
in
(*
eprintf "task = %s@." s;
let tmp = Filename.temp_file "task" "out" in
let c = open_out tmp in
output_string c s;
close_out c;
*)
Digest
.
to_hex
(
Digest
.
string
s
)
let
sum
=
Digest
.
to_hex
(
Digest
.
string
s
)
in
(*
eprintf "task %s, sum = %s@." tmp sum;
*)
sum
let
info_window
?
(
callback
=
(
fun
()
->
()
))
mt
s
=
...
...
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