SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

SRFI 19 implimentation does not support process or thread time. #135

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
#!r6rs
(import (srfi :19)
(display (time-nanosecond (current-time 'time-process)))

What is the expected output? What do you see instead?
Expected result: a large integer
Actual result:
"error in current-time: TIME-ERROR type invalid-clock-type: time-process"

What version of the product are you using? On what operating system?
Ypsilon 0.9.6-update 3, Debian 5.0.3 on amd64

Original issue reported on code.google.com by j.e.m.jackson@gmail.com on 21 Jan 2010 at 8:50