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 situation is tricky to solve in a general way, because there’s situations in which the expected behavior is not so clear. For example:
Route one item to /foo
Route another item to /foo/bar
In this case, the proper solution is to error out. (With whatever is the most appropriate error—which might or might not be Errno::EEXIST.)
For this bug in particular, though, it seems that changing the order of pruning and compiling so that pruning is done first, rather than last, would solve the problem. The caveat here is that if pruning is not enabled, this error will still occur… which I believe is fine.
Summary
File does not get deleted in output folder prior to creating new folder.
Steps to reproduce
Expected behavior
Delete the file, create the folder.
Actual behavior
Crashes
Crash log
https://gist.github.com/myncke/e2aeed489eda1d3131e08385724919df
The text was updated successfully, but these errors were encountered: