Re: Deprecated current-milliseconds
Christian Himpe <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
> On 7. Dec 2023, at 13:20, Peter Bex <[email protected]> wrote: > > On Thu, Dec 07, 2023 at 12:48:34PM +0100, Vasilij Schneidermann wrote: >> Hello, >> >> the openssl egg does no longer produce the warning in version 2.2.5 by either importing the new or old identifier, depending on whichever is available. Feel free to use that approach in the other egg and consider that it may skew the grep results. > > So does the sendfile egg. > > Cheers, > Peter In the “matrico” egg (file “matrico.scm"), the string “current-milliseconds” just appears to provide “current-process-milliseconds” to CHICKEN version before 5.3, see: https://github.com/gramian/matrico/blob/main/matrico.scm#L66 . Best Christian