Search found 4 matches

by anardil
Thu Apr 15, 2010 7:01 pm
Forum: Development
Topic: Bug in comparison of VersionSplits -> deluge/common.py
Replies: 6
Views: 3824

Re: Bug in comparison of VersionSplits -> deluge/common.py

Damn I looked in the wrong place when inspecting the current common.py

As you say, its fixed in the initializer, sorry for the inconvenience.

I'm gonna upgrade to 1.2.3 as soon as possible (cool version number by the way ;-)
by anardil
Thu Apr 15, 2010 5:08 pm
Forum: Development
Topic: Bug in comparison of VersionSplits -> deluge/common.py
Replies: 6
Views: 3824

Re: Bug in comparison of VersionSplits -> deluge/common.py

Oh by the way the link http://dev.deluge-torrent.org/browser to browse the source is not working.
by anardil
Thu Apr 15, 2010 5:04 pm
Forum: Development
Topic: Bug in comparison of VersionSplits -> deluge/common.py
Replies: 6
Views: 3824

Re: Bug in comparison of VersionSplits -> deluge/common.py

I also checked that by checking out the latest version via git and there still was the problem in common.py
by anardil
Wed Apr 14, 2010 5:49 pm
Forum: Development
Topic: Bug in comparison of VersionSplits -> deluge/common.py
Replies: 6
Views: 3824

Bug in comparison of VersionSplits -> deluge/common.py

When evaluating the version comparison of libtorrent version 0.14.10.0 with the required one by deluge 0.14.9.0, the string comparison evaluates to false for: 0.14.10.0 >= 0.14.9.0 This leads to a risen Error at _libtorrent.py:53 The attached patch fixes it by comparing the integer converted subpart...