You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mostly already done. {mirai} 0.8.3 currently has 2 compatibility fixes for crew 0.0.5 which I would like to do away with for future releases.
Re-creates the daemons status matrix on the fly with the previous headings. I could not find any reference to the old headers searching the code on Github so all good here.
'cleanup' argument to server() still accepts TRUE/FALSE, should always be an integer value going forward. There is one remaining reference I found in a test, should just be changed to 0L:
Thanks for the FYI. Yes, for (1), crew assumes e.g. instance instead of instance # and online instead of status_online. And for (2), 96f5d15 removes the remaining reference to a logical cleanup arg.
Prework
Description
This is mostly already done. {mirai} 0.8.3 currently has 2 compatibility fixes for crew 0.0.5 which I would like to do away with for future releases.
server()
still accepts TRUE/FALSE, should always be an integer value going forward. There is one remaining reference I found in a test, should just be changed to 0L:crew/tests/testthat/test-crew_worker.R
Line 29 in ecbee58
Thanks!
The text was updated successfully, but these errors were encountered: