#2155 closed defect (fixed)
pylint warnings
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.5 |
Component: | core | Version: | 2.4.x |
Keywords: | Cc: |
Description
Some of those uncover real bugs, let's try to trim the output (over 10000 warnings is a bit much!) and fix the real bugs.
Change History (6)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:3 Changed 3 years ago by
comment:4 Changed 3 years ago by
More:
- r21733 fix regression
- r21735
- r21736
- r21742
- r21743
- r21746
- r21748
- r21749 - problematic, then r21759 was the wrong fix, correct fix in r21782
- r21750 real bug
- r21751 real bug
- r21752
- r21755 (more resilient code)
- r21756
- r21757
- r21758 real bug, rpc code unused?
- r21761
- r21762
- r21765
- r21766 real bug
- r21767
- r21768 real bug
- r21770, r21771: whitespace
- r21772
- r21773
- r21774: removed remnants of win XP support
- r21775
- r21776
- r21783
- r21787, r21788 fixups for incorrect changesets
- r21795 avoids potential race conditions
- r21796
- r21797
- r21798
- r21799
- r21801
- r21802
- r21803 (was problematic - fixed later)
- r21811 real bug
- r21812
- r21813 buggy fix
- r21819
- r21821
- r21822
- r21823
- r21824: utf8, the rare few places where we actually care about encoding (strings vs bytes)
- r21825 real bug
- r21826
- r21827 fixup
- r21835
- r21843 real bug
- r21845
- r21848
- r21849 real bug
- r21850
- r21851
- r21852 real bug
- r21853
- r21854
- r21865 real bug
- r21866
See also #2177
comment:5 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2155
Note: See
TracTickets for help on using
tickets.
The pylint suppression rules I am using right now:
Some of the fixes already committed: