samlaintx / ziparchive

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

ARC compliance, analyzer warnings, code semantics, etc. #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This code is not ARC compliant, contains memory leaks, throws dozens of 
warnings to the analyzer, has many semantic flaws, etc.

It is dated beyond being useful without a fair amount of effort with current 
versions of iOS, XCode and the latest of Apple's best practices for new 
projects.

Are you interested in receiving some help in getting it up to date to match the 
current state of things? Is work being done to do so? Is the project dead?

I have been working on changing it so that I have a workable version for a new 
project, but it is proving to be a fair amount of work, and there are several 
sections in the code where I don't understand the details of what I am changing 
well enough to be doing any better than coding by coincidence. That makes me 
nervous. However, I would be happy to be part of an official effort to get this 
code up to date.

Original issue reported on code.google.com by chrisos...@gmail.com on 5 Jul 2013 at 7:12

GoogleCodeExporter commented 8 years ago
I will interpret the lack of response to mean that this project is dead.

I will move on and look for a different solution.

Original comment by chrisos...@gmail.com on 11 Jul 2013 at 6:50

GoogleCodeExporter commented 8 years ago
If interested, I tackled these issues in my fork of this project 
https://github.com/robertmryan/ZipArchive

Original comment by robert.r...@mindspring.com on 21 Oct 2013 at 8:00