wuwei
wuwei copied to clipboard
replace run-shell-command
I replaced from asdf:run-shell-command to uiop:run-program. Because, this kind of warning comes out.
WARNING:
DEPRECATED-FUNCTION-STYLE-WARNING: Using deprecated function ASDF/BACKWARD-INTERFACE:RUN-SHELL-COMMAND -- please update your code to use a newer API.
The docstring for this function says:
PLEASE DO NOT USE. This function is not just DEPRECATED, but also dysfunctional.
Please use UIOP:RUN-PROGRAM instead.