mulander / evolutionchamber

Automatically exported from code.google.com/p/evolutionchamber
0 stars 0 forks source link

Auto-updater change #151

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In a comment inside the auto-updater class, it says that if any version numbers 
are skipped (like if version 0027 was released after version 0025), then the 
updater will run into problems determining what the latest version is.  I was 
bored, so I wrote a new implementation that instead screen-scrapes the download 
page to determine the latest version.

If we are strict about releasing versions incrementally, then I don't think we 
need to change this, but I thought I'd just throw it out there.

Original issue reported on code.google.com by mike.angstadt on 16 Nov 2010 at 4:52

GoogleCodeExporter commented 8 years ago
Forgot to attach the patch.

Original comment by mike.angstadt on 16 Nov 2010 at 4:53

Attachments:

GoogleCodeExporter commented 8 years ago
Looks good to me. Feel free to commit it to trunk.

Original comment by netpr...@gmail.com on 16 Nov 2010 at 5:32

GoogleCodeExporter commented 8 years ago
btw I think you triggered a full code review for the whole branches directory 
as seen here:
https://code.google.com/p/evolutionchamber/source/branch?spec=issue151&branch=/b
ranches/
I'm changing the type from Type-Review to Type-Enhancement on this issue as the 
code was not located in any branches.

Original comment by netpr...@gmail.com on 16 Nov 2010 at 5:36

GoogleCodeExporter commented 8 years ago
Haha, whoops sorry.  I picked Type-Review because this was just sort of an idea 
that I wanted to throw out there.  I'll go ahead and commit it when I get the 
chance.

Original comment by mike.angstadt on 16 Nov 2010 at 6:00

GoogleCodeExporter commented 8 years ago
Committed.

Original comment by mike.angstadt on 16 Nov 2010 at 8:53

GoogleCodeExporter commented 8 years ago

Original comment by netpr...@gmail.com on 24 Nov 2010 at 9:41