I obtained the version of Scsh available from the server at MIT last
night and installed it on the Linux portion of my workstation. When I
ran `make check', I got the following output:
====
[...]
Please report bugs to scheme-48-bugs@martigny.ai.mit.edu.
./debug/test.scm .
./debug/check.scm [testing
...
]
Won't compile some calls in line
Note: Replaced location
#{Location #(#{Location 5663 cadr scheme-level-1} (118) #{Location 5662
cadr bar})}
#{Location 5662 cadr bar}
118
Will compile some calls in line
Note: Replaced location
#{Location #(#{Location 5663 cadr scheme-level-1} (118) #{Location 5662
cadr bar})}
#{Location 5663 cadr scheme-level-1}
0
[foo
[assembler
[for-syntax
[assembling
./env/assem.scm ....
Note: Replaced location
#{Location #(#{Location 5663 cadr scheme-level-1} (118) #{Location 5662
cadr bar})}
#{Location 5663 cadr scheme-level-1}
0
.........................
[...]
====
There are no other "replaced location" messages; I get these each time
I run `make check'. Should I be worried about this?
'shriram
|