Fri, 08 Oct 2010 18:58:24 +0200tuned isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 08 Oct 2010 18:58:24 +0200] rev 38052
tuned

Fri, 08 Oct 2010 18:51:23 +0200repaired fun nxt_specify_ isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Fri, 08 Oct 2010 18:51:23 +0200] rev 38051
repaired fun nxt_specify_

fun geti_ct converts a term back to a string (for good reasons).
this string got a markup and could not be parsed again.

TODO: check all Syntax.string_of_term for similar cases.

Wed, 06 Oct 2010 15:12:41 +0200intermed. test/../integrate.sml in -- me method [diff,integration] -- isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 06 Oct 2010 15:12:41 +0200] rev 38050
intermed. test/../integrate.sml in -- me method [diff,integration] --

removed last error by
find . -type f -exec sed -i s/"\"Isac.thy\""/"\"Isac\""/g {} \;
find . -type f -exec sed -i s/" Isac.thy"/" (theory \"Isac\")"/g {} \;

Wed, 06 Oct 2010 14:52:12 +0200intermed. test/../integrate.sml, pbl, met, scr seem to work isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 06 Oct 2010 14:52:12 +0200] rev 38049
intermed. test/../integrate.sml, pbl, met, scr seem to work

error *** ME_Isa: thy 'Isac.thy' not in system
raised in --- me method [diff,integration] ---
before: query-replace Isac.thy

Wed, 06 Oct 2010 14:35:43 +0200rewriting in test/../integrate.sml works, too isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Wed, 06 Oct 2010 14:35:43 +0200] rev 38048
rewriting in test/../integrate.sml works, too

Wed, 06 Oct 2010 14:39:57 +0200Added working Isac-Scala-jEdit-scr!!! the isac plugin for jEdit
Marco Steger <m.steger@student.tugraz.at> [Wed, 06 Oct 2010 14:39:57 +0200] rev 38047
Added working Isac-Scala-jEdit-scr!!!

Tue, 05 Oct 2010 16:46:56 +0200repaired 'fun calc_equ' for "op <", completed rewriting in test/../rational.sml isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Tue, 05 Oct 2010 16:46:56 +0200] rev 38046
repaired 'fun calc_equ' for "op <", completed rewriting in test/../rational.sml

TODO:
# delete !theory' and repair related code (Isac.thy !)
# make_thm needs Trueprop $
# ?rename RationalI ?

Tue, 05 Oct 2010 15:28:32 +0200renamed "op <" to "Orderings.ord_class.less" etc isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Tue, 05 Oct 2010 15:28:32 +0200] rev 38045
renamed "op <" to "Orderings.ord_class.less" etc

find . -type f -exec sed -i s/"\"op <\""/"\"Orderings.ord_class.less\""/g {} \;
find . -type f -exec sed -i s/"\"op <=\""/"\"Orderings.ord_class.less_eq\""/g {} \;

Tue, 05 Oct 2010 14:41:16 +0200intermed. test/../rational.sml, before "op *" --> "Orderings.ord_class.less" isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Tue, 05 Oct 2010 14:41:16 +0200] rev 38044
intermed. test/../rational.sml, before "op *" --> "Orderings.ord_class.less"

Tue, 05 Oct 2010 09:17:48 +0200updated print_exn isac-update-Isa09-2
Walther Neuper <neuper@ist.tugraz.at> [Tue, 05 Oct 2010 09:17:48 +0200] rev 38043
updated print_exn

find . -type f -exec sed -i s/"print_exn "/"OldGoals.print_exn "/g {} \;
TODO: review fun print_exn_G and handle _