|
|
last edited 16 years ago by gdr |
1 2 3 | ||
Editor: gdr
Time: 2008/05/18 13:38:27 GMT-7 |
||
Note: |
added:
From gdr Sun May 18 13:38:27 -0700 2008
From: gdr
Date: Sun, 18 May 2008 13:38:27 -0700
Subject:
Message-ID: <20080518133827-0700@axiom-wiki.newsynthesis.org>
Status: fix proposed => fixed somewhere
no patch available
I created a new directory called `int/output' and I copied all the files named `int/input/*.output' to int/output and deleted them from int/input. These files were created when I did the initial build of Axiom using the bootstrap files. Then I ran 'make' again to create a new set of `int/input/*.output' files. These output files are generated using the last *.o algebra files that were built during the fixedPoint iteration. Comparing the two sets of files using the command $ diff -au -I 'Version' -I 'Time' -x '*\.input' int/output int/input there are no differences. The extra options -I on diff say to ignore any lines containing the word 'Version' (since the version of Axiom that generated these files are always different) and also to ignore any lines containing 'Time' since the timing changed slightly between the two different versions (the fixedPoint version is apparently very slightly faster), and finally the option -x says to not compare the *.input files since I didn't copy them to int/output. ------------------------------------------------------------ ... --kratt6, Thu, 03 Jan 2008 05:51:20 -0800 Category: Axiom Compiler => building Axiom from source Status: open => fix proposed some sort of fixes are available in all versions now. However, a real testing environment is still missing. ... --gdr, Sun, 18 May 2008 13:38:27 -0700 Status: fix proposed => fixed somewhere no patch available