Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adapt deprecation checks to changed messages
  • Loading branch information
lizmat committed Jun 11, 2014
1 parent 287670c commit 4c8ca36
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions S02-types/deprecations.t
Expand Up @@ -67,7 +67,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from Array) called at:
$*PROGRAM_NAME, line $line
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<[ ]> instead.
--------------------------------------------------------------------------------
TEXT
} #1
Expand All @@ -83,7 +83,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from Bag) called at:
$*PROGRAM_NAME, line $line
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #1
Expand All @@ -99,7 +99,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from BagHash) called at:
$*PROGRAM_NAME, line $line
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #1
Expand All @@ -116,7 +116,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method exists (from Baggy) called at:
$*PROGRAM_NAME, lines $line,{$line + 1}
Please use the :exists adverb instead.
Please use the :exists adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
Expand All @@ -127,7 +127,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method exists (from Baggy) called at:
$*PROGRAM_NAME, lines $line,{$line + 1}
Please use the :exists adverb instead.
Please use the :exists adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #2
Expand Down Expand Up @@ -191,7 +191,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method exists (from EnumMap) called at:
$*PROGRAM_NAME, line $line
Please use the :exists adverb instead.
Please use the :exists adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
Expand All @@ -202,7 +202,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method exists (from EnumMap) called at:
$*PROGRAM_NAME, lines $line,{$line + 1}
Please use the :exists adverb instead.
Please use the :exists adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #2
Expand Down Expand Up @@ -235,7 +235,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from Hash) called at:
$*PROGRAM_NAME, line $line
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<\{ }> instead.
--------------------------------------------------------------------------------
TEXT
Expand All @@ -246,7 +246,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from Hash) called at:
$*PROGRAM_NAME, lines $line,{$line + 1}
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<\{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #2
Expand Down Expand Up @@ -278,7 +278,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method exists (from List) called at:
$*PROGRAM_NAME, line $line
Please use the :exists adverb instead.
Please use the :exists adverb with postcircumfix:<[ ]> instead.
--------------------------------------------------------------------------------
TEXT
} #1
Expand All @@ -294,7 +294,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from Mix) called at:
$*PROGRAM_NAME, line $line
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #1
Expand All @@ -310,7 +310,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from MixHash) called at:
$*PROGRAM_NAME, line $line
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #1
Expand Down Expand Up @@ -360,7 +360,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from Set) called at:
$*PROGRAM_NAME, line $line
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #1
Expand All @@ -376,7 +376,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method delete (from SetHash) called at:
$*PROGRAM_NAME, line $line
Please use the :delete adverb instead.
Please use the :delete adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #1
Expand All @@ -393,7 +393,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method exists (from Setty) called at:
$*PROGRAM_NAME, lines $line,{$line + 1}
Please use the :exists adverb instead.
Please use the :exists adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
Expand All @@ -404,7 +404,7 @@ Saw 1 call to deprecated code during execution.
================================================================================
Method exists (from Setty) called at:
$*PROGRAM_NAME, lines $line,{$line + 1}
Please use the :exists adverb instead.
Please use the :exists adverb with postcircumfix:<{ }> instead.
--------------------------------------------------------------------------------
TEXT
} #2
Expand Down

0 comments on commit 4c8ca36

Please sign in to comment.