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

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

[Bug-mit-scheme] [bug #44281] "load" no longer works when prefixed with


From: Javran Cheng
Subject: [Bug-mit-scheme] [bug #44281] "load" no longer works when prefixed with "./"
Date: Tue, 17 Feb 2015 02:37:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

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

                 Summary: "load" no longer works when prefixed with "./"
                 Project: MIT/GNU Scheme
            Submitted by: javran
            Submitted on: Tue 17 Feb 2015 02:37:22 AM GMT
                Category: runtime
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                Keywords: 

    _______________________________________________________

Details:

worked in 9.1, but not the latest version (9.2)

to reproduce, create a new file "foo.scm" with the following content:

(define x 1)

then bring up REPL:

============

$ scheme
MIT/GNU Scheme running under GNU/Linux
Type `^C' (control-C) followed by `H' to obtain information about interrupts.

Copyright (C) 2014 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Image saved on Sunday February 15, 2015 at 7:43:50 PM
  Release 9.2 || Microcode 15.3 || Runtime 15.7 || SF 4.41 || LIAR/C 4.118 ||
Edwin 3.116

1 ]=> (load "./foo.scm")

;Loading "./foo.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.

2 error> 

============

but if I type in (load "foo.scm") it works fine.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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