Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last-access-test is wrongly conditionalized for LispWorks not on linux or darwin #5

Open
Yehouda opened this issue May 15, 2023 · 0 comments

Comments

@Yehouda
Copy link

Yehouda commented May 15, 2023

;; According to the `local-time' manual subsecond precision is only

The time to sleep inside the test last-access-test is conditionalize for lispworks to be short, but the doc for local-time says:
"local-time currently supports sub-second precision clocks with ABCL,
Allegro, CMUCL, CCL, SBCL, and LispWorks for Linux or Darwin."
https://github.com/dlowe-net/local-time/blob/40169fe26d9639f3d9560ec0255789bf00b30036/doc/local-time.texinfo#LL125C1-L127C62
so for LispWorks on other platforms (not linux or darwin) the local-time:timestamp/= form fails most of the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant