seanjensengrey / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

assert does not return value when true under nmosh #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Evaluate:

(assert #t)

What is the expected output? What do you see instead?
Should return #t.  Returns unspecified.

What version of the product are you using? On what operating system?
Mosh R6RS scheme interpreter, version 0.2.7 (revision master 2011/04/04 
19:44:26 mosh-0.2.5-589-g1afa4f0).  i686-pc-linux-gnu.

Please provide any additional information below.
See http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-14.html#node_idx_750

Original issue reported on code.google.com by mrc....@gmail.com on 6 Apr 2011 at 8:22

GoogleCodeExporter commented 9 years ago
Fixed. Thanks for the report.

https://github.com/okuoku/mosh/commit/70d8913926667d1b4c95bd45f77f8eedef76a58c

Original comment by oku...@gmail.com on 7 Apr 2011 at 1:32