Tue, 24 Aug 2010 11:46:09 +0200start of (re-?)organizing dependencies between isac's files isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Tue, 24 Aug 2010 11:46:09 +0200] rev 37944
start of (re-?)organizing dependencies between isac's files

Current Error:
*** Theory loader: unresolved dependencies of theory "Typefix" on file(s):
"../Scripts/scrtools.sml", "../ME/mstools.sml", "../ME/ctree.sml", ....
*** At command "end" (line 43 of "/usr/local/isabisac/src/Tools/isac/IsacKnowledge/Typefix.thy")

Mon, 23 Aug 2010 17:10:57 +0200updated Typefis.thy, removed Float*, Complex* (already in Isabelle2009-2) isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 23 Aug 2010 17:10:57 +0200] rev 37943
updated Typefis.thy, removed Float*, Complex* (already in Isabelle2009-2)

only thy-dependency to be updated in Atools.thy

Mon, 23 Aug 2010 11:22:25 +0200update math-engine complete isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 23 Aug 2010 11:22:25 +0200] rev 37942
update math-engine complete

Mon, 23 Aug 2010 11:12:59 +0200update xmlsrc/* finished isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 23 Aug 2010 11:12:59 +0200] rev 37941
update xmlsrc/* finished

Mon, 23 Aug 2010 11:05:54 +0200updated xmlsrc/* except interface-xml.sml isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Mon, 23 Aug 2010 11:05:54 +0200] rev 37940
updated xmlsrc/* except interface-xml.sml

thms_of --> PureThy.all_thms_of
name_of_thm --> Thm.get_name_hint

Fri, 20 Aug 2010 17:18:59 +0200finished update of all mathengine ME/* isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 20 Aug 2010 17:18:59 +0200] rev 37939
finished update of all mathengine ME/*

Fri, 20 Aug 2010 17:02:49 +0200repaired Thm.cterm_of, string_of_cterm isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 20 Aug 2010 17:02:49 +0200] rev 37938
repaired Thm.cterm_of, string_of_cterm

WRONG
find . -type f -exec sed -i s/"cterm_of (sign_of thy)"/"(Thm.cterm thy)"/g {} \;
CORRECTION
find . -type f -exec sed -i s/"(Thm.cterm thy)"/"(cterm_of thy)"/g {} \;
find . -type f -exec sed -i s/"Thm.cterm_of"/"cterm_of"/g {} \;
find . -type f -exec sed -i s/"string_of_cterm o (cterm_of thy)"/"Syntax.string_of_term (thy2ctxt thy)"/g {} \;

Fri, 20 Aug 2010 16:37:52 +0200updated ME/script.sml isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 20 Aug 2010 16:37:52 +0200] rev 37937
updated ME/script.sml

found wrong replacement --> (Thm.cterm thy) in subsequent thys

Fri, 20 Aug 2010 16:21:41 +0200updated ME/appl.sml,rewtools.sml; thms_of --> PureThy.all_thms_of isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 20 Aug 2010 16:21:41 +0200] rev 37936
updated ME/appl.sml,rewtools.sml; thms_of --> PureThy.all_thms_of

Fri, 20 Aug 2010 14:58:43 +0200pushed updates over all sml+test: isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 20 Aug 2010 14:58:43 +0200] rev 37935
pushed updates over all sml+test:

DONE
# ProtoPure.thy --> (theory "Pure")
# cterm_of (sign_of thy) --> (Thm.cterm thy)
# member op = --> DONE, but TODO swap args
# string_of_cterm (cterm_of (sign_of " --> "(Syntax.string_of_term (thy2ctxt "
TODO
# Pattern.match: only left ME/rewtools.sml, cp Scripts/term_G.sml
# there seem to be Problems with assoc_thy !?!
# a\\b --> subtract op = b a: left to indiv.files due to "grep '\\'" ?!?