Removed unreachable and unused/dead code #1152
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-02#1152
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Code contributions to the Bitmessage project
If for some reason you don't want to use github, you can submit the patch using Bitmessage to the "bitmessage" chan, or to one of the developers.
Translations
For helping with translations, please use Transifex. There is no need to submit pull requests for translations.
For translating technical terms it is recommended to consult the Microsoft Language Portal.
Hello,
a couple of comments.
git commit -s
or you can set the signing options in the git configuration for the projectIs anyone looking at this? any comment is welcome
Well I already made the organisational comments. Looking through the changes, some of it do look like obsolete code but aren't as they are a part of an object or a dictionary and without them the code would break.
Added .travis.yml. Lacking tests, it fails. Also, made a project specific requirements.txt to be used by Travis.
@ -13,3 +7,1 @@
- python-pyqt5
- tor
- xvfb
- "2.6"
Doesn't work on 2.6, needs at least 2.7.2 (possible 2.7.6 even).
@ -8,1 +1,3 @@
xvfbwrapper;platform_system=="Linux"
setuptools==38.5.2
numpy==1.13.3
AppKit==0.2.8
I am not familiar with this.
@ -9,0 +7,4 @@
msgpack_python==0.5.6
prctl==1.0.1
pybloom==1.1
pybloomfiltermmap==0.3.15
Bloom filters are just for some experiments and aren't actually needed at the moment.