Commit 4b812e3
authored
Delete unnecessary comparison operators (#698)
* Delete unnecessary comparison operators
These are already defined by Base in terms of other comparison operators, so
they cause a ton of invalidations.
* use :static scheduler for GIL tests
possible fix for CI crashes seen in these tests
---------
Co-authored-by: Christopher Doris <github.com/cjdoris>1 parent 59a16f9 commit 4b812e3
2 files changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
368 | 367 | | |
369 | 368 | | |
370 | | - | |
371 | | - | |
372 | 369 | | |
373 | 370 | | |
374 | 371 | | |
375 | 372 | | |
376 | 373 | | |
377 | | - | |
378 | 374 | | |
379 | 375 | | |
380 | | - | |
381 | | - | |
382 | 376 | | |
383 | 377 | | |
384 | 378 | | |
385 | 379 | | |
386 | | - | |
387 | 380 | | |
388 | 381 | | |
389 | | - | |
390 | | - | |
391 | 382 | | |
392 | 383 | | |
393 | 384 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments