From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9741d8c9cef792de,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-21 09:07:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news-FFM2.ecrc.net!news.iks-jena.de!not-for-mail From: Lutz Donnerhacke Newsgroups: comp.lang.ada Subject: [Spark] Some Linux tools Date: Fri, 21 Mar 2003 17:07:34 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1048266454 14269 217.17.192.37 (21 Mar 2003 17:07:34 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Fri, 21 Mar 2003 17:07:34 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:35606 Date: 2003-03-21T17:07:34+00:00 List-Id: 1) If using the standard Spark tools, it's not that refreshing to wait on a somewhat slower machine for the results ... To have a look is more interesting. 2) Sometimes the simplifier can not solve all trivial problems. There might be a very simple hint to guide the simplifier to the right result. But in order to do so, the *.rls files has to be changed, before the simplifier can run. 3) In order to provide the examiner access to the necessary sources, a simple way is using an index file. This should be easily generated. ftp://ftp.iks-jena.de/pub/mitarb/lutz/ada/spark/ contains two files: rules.pl replacement of sparksimp working on 1) and 2) spark_update_index.pl working on 3) (errornous, take with grain) Have fun.