@@ -111,29 +111,29 @@ $t.test(:50timeout, βmixed term stylesβ,
111
111
β { $ t . our-nick} , bisect log: https://whatever.able/fakeuploadβ ,
112
112
β { $ t . our-nick} , (2016-03-18) https://github.com/rakudo/rakudo/commit/6d120cab6d0bf55a3c96fd3bd9c2e841e7eb99b0β );
113
113
114
- # DWIM
114
+ # DWIM / DWYM
115
115
116
116
$ t . test(β forgot the right syntax (comma)β ,
117
117
β bisect: 2016.02,2016.03 say 42β ,
118
- β { $ t . our-nick} , Using old=2016.02 new=2016.03 in an attempt to DWIM β ,
118
+ β { $ t . our-nick} , Using old=2016.02 new=2016.03 in an attempt to do what you mean β ,
119
119
β { $ t . our-nick} , On both starting points (old=2016.02 new=2016.03) the exit code is 0 and the output is identical as wellβ ,
120
120
β { $ t . our-nick} , Output on both points: Β«42β€Β»β );
121
121
122
122
$ t . test(β forgot the right syntax (space)β ,
123
123
β bisect: 2016.02 2016.03 say 42β ,
124
- β { $ t . our-nick} , Using old=2016.02 new=2016.03 in an attempt to DWIM β ,
124
+ β { $ t . our-nick} , Using old=2016.02 new=2016.03 in an attempt to do what you mean β ,
125
125
β { $ t . our-nick} , On both starting points (old=2016.02 new=2016.03) the exit code is 0 and the output is identical as wellβ ,
126
126
β { $ t . our-nick} , Output on both points: Β«42β€Β»β );
127
127
128
128
$ t . test(β forgot the right syntax (comma+space)β ,
129
129
β bisect: 2016.02 , 2016.03 say 42β ,
130
- β { $ t . our-nick} , Using old=2016.02 new=2016.03 in an attempt to DWIM β ,
130
+ β { $ t . our-nick} , Using old=2016.02 new=2016.03 in an attempt to do what you mean β ,
131
131
β { $ t . our-nick} , On both starting points (old=2016.02 new=2016.03) the exit code is 0 and the output is identical as wellβ ,
132
132
β { $ t . our-nick} , Output on both points: Β«42β€Β»β );
133
133
134
134
$ t . test(β forgot the right syntax (one revision only)β ,
135
135
β bisect: 2016.02 say 42β ,
136
- β { $ t . our-nick} , Using old=2016.02 new=HEAD in an attempt to DWIM β ,
136
+ β { $ t . our-nick} , Using old=2016.02 new=HEAD in an attempt to do what you mean β ,
137
137
/^ <me ($ t )>β, On both starting points (old=2016.02 new=β <sha >β) the exit code is 0 and the output is identical as wellβ $ /,
138
138
β { $ t . our-nick} , Output on both points: Β«42β€Β»β );
139
139
@@ -159,7 +159,7 @@ $t.test(βnon-revisions are ignored (two revisions)β,
159
159
160
160
$ t . test(β some non-revisions are ignored (one is correct)β ,
161
161
β bisect: 2016.05 2017.13 .say # hehβ ,
162
- β { $ t . our-nick} , Using old=2016.05 new=HEAD in an attempt to DWIM β ,
162
+ β { $ t . our-nick} , Using old=2016.05 new=HEAD in an attempt to do what you mean β ,
163
163
/^ <me ($ t )>β, On both starting points (old=2016.05 new=β <sha >β) the exit code is 0 and the output is identical as wellβ $ /,
164
164
β { $ t . our-nick} , Output on both points: Β«2017.13β€Β»β );
165
165
0 commit comments