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
Hi @tmspzz, what would you like to see as a solution? Rename the error to a warning as proposed in #178 and #109 or what @christophercotton is suggesting here?
@martianplatypus in this case, I don't think it should be a warning. It is the normal operation that on a CI that the file doesn't exist since you are doing a new checkout. In this case it should just check to see if the file exists before trying to delete. I will try adding that check at some point, though I need to get setup to do Haskel.
When doing the first download, it seems like the "Delete of the bcsymbolmap" causes an error to be printed.
Reproduction Steps:
** Expected behavior**
Will download the needed files and display:
Observed behavior:
It looks like in the line:
Rome/src/Caches/S3/Downloading.hs
Line 182 in 3279870
It attempts to delete the file that exists. In the case that the file does not exist, it should just ignore it and not print and error.
Rome version: 0.23.1.61
OS and version: macOS Catalina
The text was updated successfully, but these errors were encountered: