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
For purposes of IRIS, the file on the left is a delete and the file on the right is an add. Right now our diff-based incremental load tries to act on the file on the left, which doesn't exist, which can lead to very odd inexplicable failures after e.g. changing branches from the WebUI.
The text was updated successfully, but these errors were encountered:
Git diff might detect renames. These look like (e.g., from https://stackoverflow.com/questions/40702017/what-does-the-number-in-rnumber-after-a-git-rename-mean):
R079 Web/Views/Shared/Blocks/ChristmasLotteryBlock.cshtml Web/Views/Shared/Blocks/ChristmasLotteryBlock/Index.cshtml
R076 Web/Static/blocks/_block_christmas-lottery-intro.html Web/Views/Shared/Blocks/ChristmasLotteryBlock/_intro.cshtml
R099 Web/Static/blocks/_block_christmas-lottery-popup.html Web/Views/Shared/Blocks/ChristmasLotteryBlock/_popup.cshtml
M Web/Web.csproj
For purposes of IRIS, the file on the left is a delete and the file on the right is an add. Right now our diff-based incremental load tries to act on the file on the left, which doesn't exist, which can lead to very odd inexplicable failures after e.g. changing branches from the WebUI.
The text was updated successfully, but these errors were encountered: