Re: Deprecated current-milliseconds

2023-12-06 Thread Kon Lovett
> On Dec 6, 2023, at 1:58 PM, Lassi Kortela wrote: > > Hi, > > Version 5.3 csc gives the warning: > > Use of deprecated identifier `current-milliseconds' from module > `chicken.time'. > > for (at least) these modules: > > * scheme.time (r7rs) > * sendfile > * srfi-18 > > Is there a drop-

Deprecated current-milliseconds

2023-12-06 Thread Lassi Kortela
Hi, Version 5.3 csc gives the warning: Use of deprecated identifier `current-milliseconds' from module `chicken.time'. for (at least) these modules: * scheme.time (r7rs) * sendfile * srfi-18 Is there a drop-in replacement for this procedure? -l