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
I ran into this when updating the lsl package from commit a4ca8306 to commit f4edfabb. Between these commits, a new dependency was added to lsl-lib (which is a dependency of lsl). I went to the "Installed Packages" tab in the package manager, highlighted lsl and lsl-lib, and clicked "Update". This failed with the following:
drracket update: missing dependencies;
specify `--deps search-auto' to install them, or
specify `--deps search-ask' to be asked about installing them
for package: lsl-lib
missing packages:
t-test
When I instead typed lsl in the "Do What I Mean" box and pressed Enter, the update completed successfully. It was not clear to me how to get the equivalent raco command for the "Update" button, but "Do What I Mean" does the following:
raco pkg update --deps search-auto --scope user lsl
I would have expected the Update button to either show a pop-up asking if I wanted to install the new dependencies, or just install them for me automatically (like "Do What I Mean" did).
DrRacket version 8.15, installed via the Arch Linux repo.
The text was updated successfully, but these errors were encountered:
I ran into this when updating the
lsl
package from commit a4ca8306 to commit f4edfabb. Between these commits, a new dependency was added tolsl-lib
(which is a dependency oflsl
). I went to the "Installed Packages" tab in the package manager, highlightedlsl
andlsl-lib
, and clicked "Update". This failed with the following:When I instead typed
lsl
in the "Do What I Mean" box and pressed Enter, the update completed successfully. It was not clear to me how to get the equivalentraco
command for the "Update" button, but "Do What I Mean" does the following:raco pkg update --deps search-auto --scope user lsl
I would have expected the Update button to either show a pop-up asking if I wanted to install the new dependencies, or just install them for me automatically (like "Do What I Mean" did).
DrRacket version 8.15, installed via the Arch Linux repo.
The text was updated successfully, but these errors were encountered: