Skip to content

Commit 8f10667

Browse files
committed
Swift: update wordings in a downgrade script
1 parent 837cdc8 commit 8f10667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift/downgrades/04ef9ecaa9e06a587f252f147462861e3d32846a/downgrade.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Element extends @element {
55
query predicate new_unspecified_elements(Element e, string property, string error) {
66
unspecified_elements(e, property, error)
77
or
8-
error = "Removed parameter packs during the database downgrade" and
8+
error = "Parameter packs removed during database downgrade. Please update your CodeQL code." and
99
property = "" and
1010
(
1111
pack_element_exprs(e, _) or

swift/downgrades/04ef9ecaa9e06a587f252f147462861e3d32846a/upgrade.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Replacing types and expressions related to parameter packs
1+
description: Removes types and expressions related to parameter packs
22
compatibility: partial
33

44
unspecified_elements.rel: run downgrade.ql new_unspecified_elements

0 commit comments

Comments
 (0)