bugAxiom Computer Algebra System - Bugs: bug #4579, $HOME/axiom.input should be...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #4579: $HOME/axiom.input should be renamed .axiom.input

Submitted by:  David MentrĂ© <dmentre>
Submitted on:  Sat 02 Aug 2003 09:44:20 AM UTC  
 
Category: interpreterSeverity: 1 - Wish
Item Group: code bugStatus: None
Privacy: PublicAssigned to: None
Originator Name: Juergen WeissOpen/Closed: Closed
Release: Thu, 31 Jul 2003 10:39:14 +0200Reproducibility: None
Fixed Release: Tuesday September 2, 2003 at 19:15:55
Error message: 
Example of code trigerring the bug: 
Internal cause: 

Sat 02 Aug 2003 01:19:46 PM UTC, comment #1:

Fixed with patch:
--- src/interp/i-toplev.boot.pamphlet.orig Thu Jul 31 23:27:32 2003
+++ src/interp/i-toplev.boot.pamphlet Sat Aug 2 15:15:48 2003
@@ -79,12 +79,12 @@
SETQ($CURRENT_-DIRECTORY,_DEFAULT_-PATHNAME_-DEFAULTS_)
if null(l) then
if $displayStartMsgs then
- sayKeyedMsg("S2IZ0053",[namestring ['axiom,'input]])
+ sayKeyedMsg("S2IZ0053",[namestring ['_.axiom,'input]])
readSpadProfileIfThere()
if $displayStartMsgs then spadStartUpMsgs()
if $OLDLINE then
SAY fillerSpaces($LINELENGTH,'"=")
- sayKeyedMsg("S2IZ0050",[namestring ['axiom,'input]])
+ sayKeyedMsg("S2IZ0050",[namestring ['_.axiom,'input]])
if $OLDLINE ^= 'END__UNIT
then
centerAndHighlight($OLDLINE,$LINELENGTH,'" ")
@@ -99,7 +99,7 @@

readSpadProfileIfThere() ==
-- reads SPADPROF INPUT if it exists
- file := ['axiom,'input]
+ file := ['_.axiom,'input]
MAKE_-INPUT_-FILENAME file =>
SETQ(_/EDITFILE,file)
_/RQ ()

David Mentré <dmentre>
Project Administrator
Sat 02 Aug 2003 09:44:20 AM UTC, original submission:

$HOME/axiom.input initialization file should be renamed .axiom.input file to follow Unix practices.

David Mentré <dmentre>
Project Administrator

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Tue 02 Sep 2003 08:12:08 PM UTCdmentreFixed Release=>
Tue 02 Sep 2003 08:12:07 PM UTCdmentreOpen/ClosedFix proposed=>(Error - Not Found)
Sat 02 Aug 2003 01:29:59 PM UTCdmentreOpen/ClosedOpen=>(Error - Not Found)

Back to the top


Powered by Savane 3.1-cleanup1