bugMIT/GNU Scheme - Bugs: bug #42412, Regression: scheme --load...

 
 

bug #42412: Regression: scheme --load './file.scm' fails vs --load 'file'

Submitter:  David Kinzer <dtkinzer>
Submitted:  Fri 23 May 2014 11:42:26 PM UTC
   
 
Category:  runtime Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  mhb Originator Name: 
Open/Closed:  Closed
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 27 May 2014 04:18:52 PM UTC, comment #2: 

Fixed in commit fa7268f.  Thanks for the report.

Matt Birkholz <mhb>
Group Member
Fri 23 May 2014 11:46:23 PM UTC, comment #1: 

I forgot to give version details:

Image saved on Friday May 23, 2014 at 11:31:42 AM
  Release 9.2 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/C 4.118 || Edwin 3.116

David Kinzer <dtkinzer>
Fri 23 May 2014 11:42:26 PM UTC, original submission:  

In the previous version of MIT-Scheme (9.1.1) I was able to load a file using a
period followed by a slash to indicate that the file is to be found the current
directory:

Thus the following either of the following two invocations would work from
the terminal or a shell script:

scheme --load ./file
scheme --load './file'

But now trying to this will throw and error:

;Loading "./src/1.2.scm"...
;The object here, passed as an argument to open-input-string, is not a string.
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.

This is a very minor issue and I almost didn't bother creating a new account to report it, but I thought that I might as well in case someone will benefit to know why their script may have stopped working.

David Kinzer <dtkinzer>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mhb (Posted a comment)
  • -email is unavailable- added by mhb
  • -email is unavailable- added by dtkinzer (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-05-27 mhb Assigned toNone mhb
        Open/ClosedOpen Closed
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code