C#: Fix upgrade delete directives

This commit is contained in:
Chuan-kai Lin
2024-01-05 14:21:08 -08:00
parent 93d9332ab4
commit 6e25fb129b
3 changed files with 10 additions and 0 deletions

View File

@@ -1,2 +1,7 @@
description: Remove unused VCS relations.
compatibility: backwards
svnaffectedfiles.rel: delete
svnchurn.rel: delete
svnentries.rel: delete
svnentrymsg.rel: delete

View File

@@ -2,3 +2,5 @@ description: Support type annotations
compatibility: backwards
type_annotation.rel: run type_annotation.qlo
ref_readonly_returns.rel: delete
ref_returns.rel: delete

View File

@@ -1,2 +1,5 @@
description: Implement structured nullability
compatibility: backwards
specific_type_parameter_annotation.rel: delete
type_argument_annotation.rel: delete