fellstat / ipc

Tools for message passing between processes
Other
54 stars 2 forks source link

NOTICE: plan(multiprocess) of future is deprecated #24

Closed HenrikBengtsson closed 1 year ago

HenrikBengtsson commented 2 years ago

Hi. Please note that multiprocess is deprecated since future 1.20.0 (2020-11-03) and will soon be defunct:

https://github.com/fellstat/ipc/search?q=multiprocess

HenrikBengtsson commented 2 years ago

Just a friendly reminder that multiprocess will become defunct and eventually be removed. When that happens, your package will break and risk being archived on CRAN. My suggestion is to update to use multisession instead.

HenrikBengtsson commented 1 year ago

Friendly reminder; 'multiprocess' has been deprecated since 2020-10-30.

HenrikBengtsson commented 1 year ago

I see you've done https://github.com/fellstat/ipc/commit/867bb8984da21db8c4623944a86fac827159a92c, but please note that there are more:

https://github.com/search?q=repo%3Afellstat%2Fipc+multiprocess&type=code

ifellows commented 1 year ago

Thank you. Right you are. Fixed. I'm testing non-cran dependent applications/packages now.

HenrikBengtsson commented 1 year ago

I see that ipc 0.1.4 is now on CRAN. I've just confirmed it's compatible with the upcoming future updates (https://github.com/HenrikBengtsson/future/commit/d70df1c2e18b21a64e11aa341172e9c4e7b5038f). Thanks.

ifellows commented 1 year ago

Thanks Henrik!