bug-mit-scheme
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-mit-scheme] [bug #42412] Regression: scheme --load './file.scm' fai


From: David Kinzer
Subject: [Bug-mit-scheme] [bug #42412] Regression: scheme --load './file.scm' fails vs --load 'file'
Date: Fri, 23 May 2014 23:42:27 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?42412>

                 Summary: Regression: scheme --load './file.scm' fails vs
--load 'file'
                 Project: MIT/GNU Scheme
            Submitted by: dtkinzer
            Submitted on: Fri 23 May 2014 11:42:26 PM GMT
                Category: runtime
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 

    _______________________________________________________

Details:

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.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42412>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]