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 wanted to add this to #1145 since it’s related, but I assume a new bug is better:
Currently, when makeinstancesufo fails for a given instance, it’ll stop right there and leave me to figure out what the problem might be. In a typical git environment, this will lead to thousands of files changed, which are effectively noise until I can figure out what the problem is.
Would it be possible to make the instance generation move on regardless of an individual failure, and show a report at the end?
File under “one can dream”: perhaps the solution to this would also allow us to think of using multiple threads for makeinstancesufo?
The text was updated successfully, but these errors were encountered:
I wanted to add this to #1145 since it’s related, but I assume a new bug is better:
Currently, when
makeinstancesufo
fails for a given instance, it’ll stop right there and leave me to figure out what the problem might be. In a typical git environment, this will lead to thousands of files changed, which are effectively noise until I can figure out what the problem is.Would it be possible to make the instance generation move on regardless of an individual failure, and show a report at the end?
File under “one can dream”: perhaps the solution to this would also allow us to think of using multiple threads for
makeinstancesufo
?The text was updated successfully, but these errors were encountered: