[xtro] Update makefile to call u2todo.cs (#4529)

This commit is contained in:
Vincent Dondain 2018-07-30 21:39:56 -04:00 коммит произвёл Sebastien Pouliot
Родитель 53d7e23c46
Коммит a9229354d2
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -104,3 +104,7 @@ all: classify report
remove-empty-files:
find . -empty -exec git rm -f {} \;
unclassified2todo:
$(SYSTEM_CSC) u2todo.cs
$(MONO) u2todo.exe

Просмотреть файл

@ -97,6 +97,8 @@ How to fix ?
* If it's a short term issue, e.g. a new xcode beta, then the entries should be moved to the corresponding `*.todo` file;
* If this is not something we can fix (e.g. requires a rdar) then the entry should be moved to the corresponding `*.ignore` file along with a comment why;
*Note: When bumping `xamarin-macios` for Xcode betas and after reviewing the `.unclassified` files, you can run `make unclassified2todo` to move the info inside the `.unclassified` files into associated `.todo` files.*
Existing issues can be ignored (already shipped).