|
|
mercurial-scm.org_repo_atom_log.xml - sfeed_tests - sfeed tests and RSS and Atom files |
|
|
 |
git clone git://git.codemadness.org/sfeed_tests (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
|
mercurial-scm.org_repo_atom_log.xml (22520B) |
|
|
|
--- |
|
|
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
|
|
2 <feed xmlns="http://www.w3.org/2005/Atom"> |
|
|
|
3 <!-- Changelog --> |
|
|
|
4 <id>https://www.mercurial-scm.org/repo/hg/</id> |
|
|
|
5 <link rel="self" href="https://www.mercurial-scm.org/repo/hg/atom-log"/> |
|
|
|
6 <link rel="alternate" href="https://www.mercurial-scm.org/repo/hg/"/> |
|
|
|
7 <title>Mercurial Changelog</title> |
|
|
|
8 <updated>2021-11-29T12:27:33+00:00</updated> |
|
|
|
9 |
|
|
|
10 <entry> |
|
|
|
11 <title>[stable] sparse: lock the store when updating requirements config</title> |
|
|
|
12 <id>https://www.mercurial-scm.org/repo/hg/#changeset-b74ee41addee8396ef05b121826e41ba554fb54f</id> |
|
|
|
13 <link href="https://www.mercurial-scm.org/repo/hg/rev/b74ee41addee"/> |
|
|
|
14 <author> |
|
|
|
15 <name>Arseniy Alekseyev</name> |
|
|
|
16 <email>aalekseyev@janestreet.com</email> |
|
|
|
17 </author> |
|
|
|
18 <updated>2021-11-29T12:27:33+00:00</updated> |
|
|
|
19 <published>2021-11-29T12:27:33+00:00</published> |
|
|
|
20 <content type="xhtml"> |
|
|
|
21 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
22 <tr> |
|
|
|
23 <th style="text-align:left;">changeset</th> |
|
|
|
24 <td>b74ee41addee</td> |
|
|
|
25 </tr> |
|
|
|
26 <tr> |
|
|
|
27 <th style="text-align:left;">branch</th> |
|
|
|
28 <td>stable</td> |
|
|
|
29 </tr> |
|
|
|
30 <tr> |
|
|
|
31 <th style="text-align:left;">bookmark</th> |
|
|
|
32 <td></td> |
|
|
|
33 </tr> |
|
|
|
34 <tr> |
|
|
|
35 <th style="text-align:left;">tag</th> |
|
|
|
36 <td>tip</td> |
|
|
|
37 </tr> |
|
|
|
38 <tr> |
|
|
|
39 <th style="text-align:left;">user</th> |
|
|
|
40 <td>Arseniy Alekseyev <aalekseyev@janestreet.com></td> |
|
|
|
41 </tr> |
|
|
|
42 <tr> |
|
|
|
43 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
44 <td>sparse: lock the store when updating requirements config<br/> |
|
|
|
45 <br/> |
|
|
|
46 Differential Revision: https://phab.mercurial-scm.org/D11817</td> |
|
|
|
47 </tr> |
|
|
|
48 <tr> |
|
|
|
49 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
50 <td>mercurial/hg.py<br />mercurial/sparse.py<br />tests/test-sparse-with-safe-share.t<br /></td> |
|
|
|
51 </tr> |
|
|
|
52 </table> |
|
|
|
53 </content> |
|
|
|
54 </entry> |
|
|
|
55 <entry> |
|
|
|
56 <title>[stable] sparse: demonstrate a bug when used with safe-share</title> |
|
|
|
57 <id>https://www.mercurial-scm.org/repo/hg/#changeset-50330d4816407db7e4ab5a853806de170470ef1a</id> |
|
|
|
58 <link href="https://www.mercurial-scm.org/repo/hg/rev/50330d481640"/> |
|
|
|
59 <author> |
|
|
|
60 <name>Arseniy Alekseyev</name> |
|
|
|
61 <email>aalekseyev@janestreet.com</email> |
|
|
|
62 </author> |
|
|
|
63 <updated>2021-11-16T17:35:57+00:00</updated> |
|
|
|
64 <published>2021-11-16T17:35:57+00:00</published> |
|
|
|
65 <content type="xhtml"> |
|
|
|
66 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
67 <tr> |
|
|
|
68 <th style="text-align:left;">changeset</th> |
|
|
|
69 <td>50330d481640</td> |
|
|
|
70 </tr> |
|
|
|
71 <tr> |
|
|
|
72 <th style="text-align:left;">branch</th> |
|
|
|
73 <td>stable</td> |
|
|
|
74 </tr> |
|
|
|
75 <tr> |
|
|
|
76 <th style="text-align:left;">bookmark</th> |
|
|
|
77 <td></td> |
|
|
|
78 </tr> |
|
|
|
79 <tr> |
|
|
|
80 <th style="text-align:left;">tag</th> |
|
|
|
81 <td></td> |
|
|
|
82 </tr> |
|
|
|
83 <tr> |
|
|
|
84 <th style="text-align:left;">user</th> |
|
|
|
85 <td>Arseniy Alekseyev <aalekseyev@janestreet.com></td> |
|
|
|
86 </tr> |
|
|
|
87 <tr> |
|
|
|
88 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
89 <td>sparse: demonstrate a bug when used with safe-share<br/> |
|
|
|
90 <br/> |
|
|
|
91 sparse: lock the store when updating requirements config<br/> |
|
|
|
92 <br/> |
|
|
|
93 Differential Revision: https://phab.mercurial-scm.org/D11766</td> |
|
|
|
94 </tr> |
|
|
|
95 <tr> |
|
|
|
96 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
97 <td>tests/test-sparse-with-safe-share.t<br /></td> |
|
|
|
98 </tr> |
|
|
|
99 </table> |
|
|
|
100 </content> |
|
|
|
101 </entry> |
|
|
|
102 <entry> |
|
|
|
103 <title>[default] rust: Upgrade to format-bytes 0.3</title> |
|
|
|
104 <id>https://www.mercurial-scm.org/repo/hg/#changeset-d3ec8201610485fa8bfda40771869ae67bfc6404</id> |
|
|
|
105 <link href="https://www.mercurial-scm.org/repo/hg/rev/d3ec82016104"/> |
|
|
|
106 <author> |
|
|
|
107 <name>Simon Sapin</name> |
|
|
|
108 <email>simon.sapin@octobus.net</email> |
|
|
|
109 </author> |
|
|
|
110 <updated>2021-12-17T11:46:30+01:00</updated> |
|
|
|
111 <published>2021-12-17T11:46:30+01:00</published> |
|
|
|
112 <content type="xhtml"> |
|
|
|
113 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
114 <tr> |
|
|
|
115 <th style="text-align:left;">changeset</th> |
|
|
|
116 <td>d3ec82016104</td> |
|
|
|
117 </tr> |
|
|
|
118 <tr> |
|
|
|
119 <th style="text-align:left;">branch</th> |
|
|
|
120 <td>default</td> |
|
|
|
121 </tr> |
|
|
|
122 <tr> |
|
|
|
123 <th style="text-align:left;">bookmark</th> |
|
|
|
124 <td>@</td> |
|
|
|
125 </tr> |
|
|
|
126 <tr> |
|
|
|
127 <th style="text-align:left;">tag</th> |
|
|
|
128 <td></td> |
|
|
|
129 </tr> |
|
|
|
130 <tr> |
|
|
|
131 <th style="text-align:left;">user</th> |
|
|
|
132 <td>Simon Sapin <simon.sapin@octobus.net></td> |
|
|
|
133 </tr> |
|
|
|
134 <tr> |
|
|
|
135 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
136 <td>rust: Upgrade to format-bytes 0.3<br/> |
|
|
|
137 <br/> |
|
|
|
138 This removes use of the proc-macro-hack crate, which is possible now that<br/> |
|
|
|
139 we don’t support Rust 1.41 to 1.44 anymore.<br/> |
|
|
|
140 <br/> |
|
|
|
141 This in turn fixes spurious errors reported by rust-analyser:<br/> |
|
|
|
142 https://github.com/rust-analyzer/rust-analyzer/issues/9606#issuecomment-<a href="../rev/919240134">919240134</a><br/> |
|
|
|
143 <br/> |
|
|
|
144 Differential Revision: https://phab.mercurial-scm.org/D11938</td> |
|
|
|
145 </tr> |
|
|
|
146 <tr> |
|
|
|
147 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
148 <td>rust/Cargo.lock<br />rust/hg-core/Cargo.toml<br />rust/rhg/Cargo.toml<br /></td> |
|
|
|
149 </tr> |
|
|
|
150 </table> |
|
|
|
151 </content> |
|
|
|
152 </entry> |
|
|
|
153 <entry> |
|
|
|
154 <title>pytype: stop excluding ssutil.py</title> |
|
|
|
155 <id>https://www.mercurial-scm.org/repo/hg/#changeset-08af0adc235cef6f81e637dc37fadc91f3208e4d</id> |
|
|
|
156 <link href="https://www.mercurial-scm.org/repo/hg/rev/08af0adc235c"/> |
|
|
|
157 <author> |
|
|
|
158 <name>Matt Harbison</name> |
|
|
|
159 <email>matt_harbison@yahoo.com</email> |
|
|
|
160 </author> |
|
|
|
161 <updated>2021-12-14T20:13:10-05:00</updated> |
|
|
|
162 <published>2021-12-14T20:13:10-05:00</published> |
|
|
|
163 <content type="xhtml"> |
|
|
|
164 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
165 <tr> |
|
|
|
166 <th style="text-align:left;">changeset</th> |
|
|
|
167 <td>08af0adc235c</td> |
|
|
|
168 </tr> |
|
|
|
169 <tr> |
|
|
|
170 <th style="text-align:left;">branch</th> |
|
|
|
171 <td></td> |
|
|
|
172 </tr> |
|
|
|
173 <tr> |
|
|
|
174 <th style="text-align:left;">bookmark</th> |
|
|
|
175 <td></td> |
|
|
|
176 </tr> |
|
|
|
177 <tr> |
|
|
|
178 <th style="text-align:left;">tag</th> |
|
|
|
179 <td></td> |
|
|
|
180 </tr> |
|
|
|
181 <tr> |
|
|
|
182 <th style="text-align:left;">user</th> |
|
|
|
183 <td>Matt Harbison <matt_harbison@yahoo.com></td> |
|
|
|
184 </tr> |
|
|
|
185 <tr> |
|
|
|
186 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
187 <td>pytype: stop excluding ssutil.py<br/> |
|
|
|
188 <br/> |
|
|
|
189 Pytype simply can't distinguish the type for this one entry's value from the<br/> |
|
|
|
190 other values:<br/> |
|
|
|
191 <br/> |
|
|
|
192 File "/mnt/c/Users/Matt/hg/mercurial/sslutil.py", line 142, in _hostsettings:<br/> |
|
|
|
193 No attribute 'append' on None [attribute-error]<br/> |
|
|
|
194 In Optional[Union[Any, List[nothing], bool, bytes]]<br/> |
|
|
|
195 File "/mnt/c/Users/Matt/hg/mercurial/sslutil.py", line 142, in _hostsettings:<br/> |
|
|
|
196 No attribute 'append' on bool [attribute-error]<br/> |
|
|
|
197 In Optional[Union[Any, List[nothing], bool, bytes]]<br/> |
|
|
|
198 File "/mnt/c/Users/Matt/hg/mercurial/sslutil.py", line 142, in _hostsettings:<br/> |
|
|
|
199 No attribute 'append' on bytes [attribute-error]<br/> |
|
|
|
200 In Optional[Union[Any, List[nothing], bool, bytes]]<br/> |
|
|
|
201 File "/mnt/c/Users/Matt/hg/mercurial/sslutil.py", line 147, in _hostsettings:<br/> |
|
|
|
202 No attribute 'append' on None [attribute-error]<br/> |
|
|
|
203 In Optional[Union[Any, List[Tuple[Any, Any]], bool, bytes]]<br/> |
|
|
|
204 File "/mnt/c/Users/Matt/hg/mercurial/sslutil.py", line 147, in _hostsettings:<br/> |
|
|
|
205 No attribute 'append' on bool [attribute-error]<br/> |
|
|
|
206 In Optional[Union[Any, List[Tuple[Any, Any]], bool, bytes]]<br/> |
|
|
|
207 File "/mnt/c/Users/Matt/hg/mercurial/sslutil.py", line 147, in _hostsettings:<br/> |
|
|
|
208 No attribute 'append' on bytes [attribute-error]<br/> |
|
|
|
209 In Optional[Union[Any, List[Tuple[Any, Any]], bool, bytes]]<br/> |
|
|
|
210 <br/> |
|
|
|
211 Differential Revision: https://phab.mercurial-scm.org/D11931</td> |
|
|
|
212 </tr> |
|
|
|
213 <tr> |
|
|
|
214 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
215 <td>mercurial/sslutil.py<br />tests/test-check-pytype.t<br /></td> |
|
|
|
216 </tr> |
|
|
|
217 </table> |
|
|
|
218 </content> |
|
|
|
219 </entry> |
|
|
|
220 <entry> |
|
|
|
221 <title>pytype: stop excluding wireprotoserver.py</title> |
|
|
|
222 <id>https://www.mercurial-scm.org/repo/hg/#changeset-81805bba11f91f7c58a5a0ab5eff461b0ff139b4</id> |
|
|
|
223 <link href="https://www.mercurial-scm.org/repo/hg/rev/81805bba11f9"/> |
|
|
|
224 <author> |
|
|
|
225 <name>Matt Harbison</name> |
|
|
|
226 <email>matt_harbison@yahoo.com</email> |
|
|
|
227 </author> |
|
|
|
228 <updated>2021-12-14T19:13:30-05:00</updated> |
|
|
|
229 <published>2021-12-14T19:13:30-05:00</published> |
|
|
|
230 <content type="xhtml"> |
|
|
|
231 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
232 <tr> |
|
|
|
233 <th style="text-align:left;">changeset</th> |
|
|
|
234 <td>81805bba11f9</td> |
|
|
|
235 </tr> |
|
|
|
236 <tr> |
|
|
|
237 <th style="text-align:left;">branch</th> |
|
|
|
238 <td></td> |
|
|
|
239 </tr> |
|
|
|
240 <tr> |
|
|
|
241 <th style="text-align:left;">bookmark</th> |
|
|
|
242 <td></td> |
|
|
|
243 </tr> |
|
|
|
244 <tr> |
|
|
|
245 <th style="text-align:left;">tag</th> |
|
|
|
246 <td></td> |
|
|
|
247 </tr> |
|
|
|
248 <tr> |
|
|
|
249 <th style="text-align:left;">user</th> |
|
|
|
250 <td>Matt Harbison <matt_harbison@yahoo.com></td> |
|
|
|
251 </tr> |
|
|
|
252 <tr> |
|
|
|
253 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
254 <td>pytype: stop excluding wireprotoserver.py<br/> |
|
|
|
255 <br/> |
|
|
|
256 The `config` entry is a 2 part tuple, which has `__iter__()`:<br/> |
|
|
|
257 <br/> |
|
|
|
258 File "/mnt/c/Users/Matt/hg/mercurial/wireprotoserver.py", line 253, in _availableapis:<br/> |
|
|
|
259 No attribute '__iter__' on Callable[[Any, Any], Any] [attribute-error]<br/> |
|
|
|
260 In Union[Callable[[Any, Any, Any, Any, Any], None], Callable[[Any, Any], Any]]<br/> |
|
|
|
261 File "/mnt/c/Users/Matt/hg/mercurial/wireprotoserver.py", line 253, in _availableapis:<br/> |
|
|
|
262 No attribute '__iter__' on Callable[[Any, Any, Any, Any, Any], None] [attribute-error]<br/> |
|
|
|
263 In Union[Callable[[Any, Any, Any, Any, Any], None], Callable[[Any, Any], Any]]<br/> |
|
|
|
264 <br/> |
|
|
|
265 Differential Revision: https://phab.mercurial-scm.org/D11930</td> |
|
|
|
266 </tr> |
|
|
|
267 <tr> |
|
|
|
268 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
269 <td>mercurial/wireprotoserver.py<br />tests/test-check-pytype.t<br /></td> |
|
|
|
270 </tr> |
|
|
|
271 </table> |
|
|
|
272 </content> |
|
|
|
273 </entry> |
|
|
|
274 <entry> |
|
|
|
275 <title>pytype: stop excluding pycompat.py</title> |
|
|
|
276 <id>https://www.mercurial-scm.org/repo/hg/#changeset-12a43f857a11c26da151d078dd9f95a7131c6aef</id> |
|
|
|
277 <link href="https://www.mercurial-scm.org/repo/hg/rev/12a43f857a11"/> |
|
|
|
278 <author> |
|
|
|
279 <name>Matt Harbison</name> |
|
|
|
280 <email>matt_harbison@yahoo.com</email> |
|
|
|
281 </author> |
|
|
|
282 <updated>2021-12-14T18:36:07-05:00</updated> |
|
|
|
283 <published>2021-12-14T18:36:07-05:00</published> |
|
|
|
284 <content type="xhtml"> |
|
|
|
285 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
286 <tr> |
|
|
|
287 <th style="text-align:left;">changeset</th> |
|
|
|
288 <td>12a43f857a11</td> |
|
|
|
289 </tr> |
|
|
|
290 <tr> |
|
|
|
291 <th style="text-align:left;">branch</th> |
|
|
|
292 <td></td> |
|
|
|
293 </tr> |
|
|
|
294 <tr> |
|
|
|
295 <th style="text-align:left;">bookmark</th> |
|
|
|
296 <td></td> |
|
|
|
297 </tr> |
|
|
|
298 <tr> |
|
|
|
299 <th style="text-align:left;">tag</th> |
|
|
|
300 <td></td> |
|
|
|
301 </tr> |
|
|
|
302 <tr> |
|
|
|
303 <th style="text-align:left;">user</th> |
|
|
|
304 <td>Matt Harbison <matt_harbison@yahoo.com></td> |
|
|
|
305 </tr> |
|
|
|
306 <tr> |
|
|
|
307 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
308 <td>pytype: stop excluding pycompat.py<br/> |
|
|
|
309 <br/> |
|
|
|
310 Whatever issues were here seem to have been previously fixed.<br/> |
|
|
|
311 <br/> |
|
|
|
312 Differential Revision: https://phab.mercurial-scm.org/D11929</td> |
|
|
|
313 </tr> |
|
|
|
314 <tr> |
|
|
|
315 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
316 <td>tests/test-check-pytype.t<br /></td> |
|
|
|
317 </tr> |
|
|
|
318 </table> |
|
|
|
319 </content> |
|
|
|
320 </entry> |
|
|
|
321 <entry> |
|
|
|
322 <title>procutil: avoid an uninitialized variable usage on tempfile exception</title> |
|
|
|
323 <id>https://www.mercurial-scm.org/repo/hg/#changeset-f8540fe4be0f12a9e9118523b5f263fa12ab92a8</id> |
|
|
|
324 <link href="https://www.mercurial-scm.org/repo/hg/rev/f8540fe4be0f"/> |
|
|
|
325 <author> |
|
|
|
326 <name>Matt Harbison</name> |
|
|
|
327 <email>matt_harbison@yahoo.com</email> |
|
|
|
328 </author> |
|
|
|
329 <updated>2021-12-14T17:29:30-05:00</updated> |
|
|
|
330 <published>2021-12-14T17:29:30-05:00</published> |
|
|
|
331 <content type="xhtml"> |
|
|
|
332 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
333 <tr> |
|
|
|
334 <th style="text-align:left;">changeset</th> |
|
|
|
335 <td>f8540fe4be0f</td> |
|
|
|
336 </tr> |
|
|
|
337 <tr> |
|
|
|
338 <th style="text-align:left;">branch</th> |
|
|
|
339 <td></td> |
|
|
|
340 </tr> |
|
|
|
341 <tr> |
|
|
|
342 <th style="text-align:left;">bookmark</th> |
|
|
|
343 <td></td> |
|
|
|
344 </tr> |
|
|
|
345 <tr> |
|
|
|
346 <th style="text-align:left;">tag</th> |
|
|
|
347 <td></td> |
|
|
|
348 </tr> |
|
|
|
349 <tr> |
|
|
|
350 <th style="text-align:left;">user</th> |
|
|
|
351 <td>Matt Harbison <matt_harbison@yahoo.com></td> |
|
|
|
352 </tr> |
|
|
|
353 <tr> |
|
|
|
354 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
355 <td>procutil: avoid an uninitialized variable usage on tempfile exception<br/> |
|
|
|
356 <br/> |
|
|
|
357 If `pycompat.unnamedtempfile()` raises an exception, it would have called<br/> |
|
|
|
358 `stdin.close()` in the `finally` block without it being initialized first.<br/> |
|
|
|
359 <br/> |
|
|
|
360 Differential Revision: https://phab.mercurial-scm.org/D11928</td> |
|
|
|
361 </tr> |
|
|
|
362 <tr> |
|
|
|
363 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
364 <td>mercurial/utils/procutil.py<br /></td> |
|
|
|
365 </tr> |
|
|
|
366 </table> |
|
|
|
367 </content> |
|
|
|
368 </entry> |
|
|
|
369 <entry> |
|
|
|
370 <title>pytype: stop excluding procutil.py</title> |
|
|
|
371 <id>https://www.mercurial-scm.org/repo/hg/#changeset-333a2656e98143dd2e258deb7a66f0b978f8c09b</id> |
|
|
|
372 <link href="https://www.mercurial-scm.org/repo/hg/rev/333a2656e981"/> |
|
|
|
373 <author> |
|
|
|
374 <name>Matt Harbison</name> |
|
|
|
375 <email>matt_harbison@yahoo.com</email> |
|
|
|
376 </author> |
|
|
|
377 <updated>2021-12-14T17:25:46-05:00</updated> |
|
|
|
378 <published>2021-12-14T17:25:46-05:00</published> |
|
|
|
379 <content type="xhtml"> |
|
|
|
380 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
381 <tr> |
|
|
|
382 <th style="text-align:left;">changeset</th> |
|
|
|
383 <td>333a2656e981</td> |
|
|
|
384 </tr> |
|
|
|
385 <tr> |
|
|
|
386 <th style="text-align:left;">branch</th> |
|
|
|
387 <td></td> |
|
|
|
388 </tr> |
|
|
|
389 <tr> |
|
|
|
390 <th style="text-align:left;">bookmark</th> |
|
|
|
391 <td></td> |
|
|
|
392 </tr> |
|
|
|
393 <tr> |
|
|
|
394 <th style="text-align:left;">tag</th> |
|
|
|
395 <td></td> |
|
|
|
396 </tr> |
|
|
|
397 <tr> |
|
|
|
398 <th style="text-align:left;">user</th> |
|
|
|
399 <td>Matt Harbison <matt_harbison@yahoo.com></td> |
|
|
|
400 </tr> |
|
|
|
401 <tr> |
|
|
|
402 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
403 <td>pytype: stop excluding procutil.py<br/> |
|
|
|
404 <br/> |
|
|
|
405 This avoids these false warnings:<br/> |
|
|
|
406 <br/> |
|
|
|
407 File "/mnt/c/Users/Matt/hg/mercurial/utils/procutil.py", line 78, in <module>:<br/> |
|
|
|
408 No attribute 'register' on Type[io.BufferedIOBase] [attribute-error]<br/> |
|
|
|
409 File "/mnt/c/Users/Matt/hg/mercurial/utils/procutil.py", line 117, in <module>:<br/> |
|
|
|
410 No attribute 'register' on Type[io.IOBase] [attribute-error]<br/> |
|
|
|
411 File "/mnt/c/Users/Matt/hg/mercurial/utils/procutil.py", line 770, in runbgcommandpy3:<br/> |
|
|
|
412 No attribute 'close' on int [attribute-error]<br/> |
|
|
|
413 In Union[IO[Union[bytes, str]], int]<br/> |
|
|
|
414 <br/> |
|
|
|
415 Differential Revision: https://phab.mercurial-scm.org/D11927</td> |
|
|
|
416 </tr> |
|
|
|
417 <tr> |
|
|
|
418 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
419 <td>mercurial/utils/procutil.py<br />tests/test-check-pytype.t<br /></td> |
|
|
|
420 </tr> |
|
|
|
421 </table> |
|
|
|
422 </content> |
|
|
|
423 </entry> |
|
|
|
424 <entry> |
|
|
|
425 <title>pytype: stop excluding chgserver.py</title> |
|
|
|
426 <id>https://www.mercurial-scm.org/repo/hg/#changeset-7caaefa487942a6baf940d4e3fddc1ae1614b404</id> |
|
|
|
427 <link href="https://www.mercurial-scm.org/repo/hg/rev/7caaefa48794"/> |
|
|
|
428 <author> |
|
|
|
429 <name>Matt Harbison</name> |
|
|
|
430 <email>matt_harbison@yahoo.com</email> |
|
|
|
431 </author> |
|
|
|
432 <updated>2021-12-14T17:06:32-05:00</updated> |
|
|
|
433 <published>2021-12-14T17:06:32-05:00</published> |
|
|
|
434 <content type="xhtml"> |
|
|
|
435 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
436 <tr> |
|
|
|
437 <th style="text-align:left;">changeset</th> |
|
|
|
438 <td>7caaefa48794</td> |
|
|
|
439 </tr> |
|
|
|
440 <tr> |
|
|
|
441 <th style="text-align:left;">branch</th> |
|
|
|
442 <td></td> |
|
|
|
443 </tr> |
|
|
|
444 <tr> |
|
|
|
445 <th style="text-align:left;">bookmark</th> |
|
|
|
446 <td></td> |
|
|
|
447 </tr> |
|
|
|
448 <tr> |
|
|
|
449 <th style="text-align:left;">tag</th> |
|
|
|
450 <td></td> |
|
|
|
451 </tr> |
|
|
|
452 <tr> |
|
|
|
453 <th style="text-align:left;">user</th> |
|
|
|
454 <td>Matt Harbison <matt_harbison@yahoo.com></td> |
|
|
|
455 </tr> |
|
|
|
456 <tr> |
|
|
|
457 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
458 <td>pytype: stop excluding chgserver.py<br/> |
|
|
|
459 <br/> |
|
|
|
460 This teaches pytype about some lazy initialization, and avoids the following:<br/> |
|
|
|
461 <br/> |
|
|
|
462 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 666, in _checkextensions:<br/> |
|
|
|
463 No attribute '_hashstate' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
464 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 672, in _checkextensions:<br/> |
|
|
|
465 No attribute '_hashstate' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
466 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 677, in _bind:<br/> |
|
|
|
467 No attribute '_realaddress' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
468 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 683, in _bind:<br/> |
|
|
|
469 No attribute '_realaddress' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
470 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 686, in _createsymlink:<br/> |
|
|
|
471 No attribute '_baseaddress' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
472 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 686, in _createsymlink:<br/> |
|
|
|
473 No attribute '_realaddress' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
474 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 688, in _createsymlink:<br/> |
|
|
|
475 No attribute '_baseaddress' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
476 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 689, in _createsymlink:<br/> |
|
|
|
477 No attribute '_realaddress' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
478 File "/mnt/c/Users/Matt/hg/mercurial/chgserver.py", line 690, in _createsymlink:<br/> |
|
|
|
479 No attribute '_baseaddress' on chgunixservicehandler [attribute-error]<br/> |
|
|
|
480 <br/> |
|
|
|
481 Differential Revision: https://phab.mercurial-scm.org/D11926</td> |
|
|
|
482 </tr> |
|
|
|
483 <tr> |
|
|
|
484 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
485 <td>mercurial/chgserver.py<br />tests/test-check-pytype.t<br /></td> |
|
|
|
486 </tr> |
|
|
|
487 </table> |
|
|
|
488 </content> |
|
|
|
489 </entry> |
|
|
|
490 <entry> |
|
|
|
491 <title>pytype: stop excluding webcommands.py</title> |
|
|
|
492 <id>https://www.mercurial-scm.org/repo/hg/#changeset-ea13dabbe1680220c004353c799586ef463b4422</id> |
|
|
|
493 <link href="https://www.mercurial-scm.org/repo/hg/rev/ea13dabbe168"/> |
|
|
|
494 <author> |
|
|
|
495 <name>Matt Harbison</name> |
|
|
|
496 <email>matt_harbison@yahoo.com</email> |
|
|
|
497 </author> |
|
|
|
498 <updated>2021-12-13T22:46:43-05:00</updated> |
|
|
|
499 <published>2021-12-13T22:46:43-05:00</published> |
|
|
|
500 <content type="xhtml"> |
|
|
|
501 <table xmlns="http://www.w3.org/1999/xhtml"> |
|
|
|
502 <tr> |
|
|
|
503 <th style="text-align:left;">changeset</th> |
|
|
|
504 <td>ea13dabbe168</td> |
|
|
|
505 </tr> |
|
|
|
506 <tr> |
|
|
|
507 <th style="text-align:left;">branch</th> |
|
|
|
508 <td></td> |
|
|
|
509 </tr> |
|
|
|
510 <tr> |
|
|
|
511 <th style="text-align:left;">bookmark</th> |
|
|
|
512 <td></td> |
|
|
|
513 </tr> |
|
|
|
514 <tr> |
|
|
|
515 <th style="text-align:left;">tag</th> |
|
|
|
516 <td></td> |
|
|
|
517 </tr> |
|
|
|
518 <tr> |
|
|
|
519 <th style="text-align:left;">user</th> |
|
|
|
520 <td>Matt Harbison <matt_harbison@yahoo.com></td> |
|
|
|
521 </tr> |
|
|
|
522 <tr> |
|
|
|
523 <th style="text-align:left;vertical-align:top;">description</th> |
|
|
|
524 <td>pytype: stop excluding webcommands.py<br/> |
|
|
|
525 <br/> |
|
|
|
526 I have no idea why, but asserting that each value added to `emptydirs` is not<br/> |
|
|
|
527 None didn't fix this:<br/> |
|
|
|
528 <br/> |
|
|
|
529 File "/mnt/c/Users/Matt/hg/mercurial/hgweb/webcommands.py", line 621, in dirlist:<br/> |
|
|
|
530 Function bytes.join was called with the wrong arguments [wrong-arg-types]<br/> |
|
|
|
531 Expected: (self, iterable: Iterable[bytes])<br/> |
|
|
|
532 Actually passed: (self, iterable: List[None])<br/> |
|
|
|
533 <br/> |
|
|
|
534 Differential Revision: https://phab.mercurial-scm.org/D11924</td> |
|
|
|
535 </tr> |
|
|
|
536 <tr> |
|
|
|
537 <th style="text-align:left;vertical-align:top;">files</th> |
|
|
|
538 <td>mercurial/hgweb/webcommands.py<br />tests/test-check-pytype.t<br /></td> |
|
|
|
539 </tr> |
|
|
|
540 </table> |
|
|
|
541 </content> |
|
|
|
542 </entry> |
|
|
|
543 |
|
|
|
544 </feed> |
|