lacasanova / shortcutrecorder

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

Blows up with Garbage Collection #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have to object about Issue 25 being closed.

Firstly, there has been no public announcement about GC being deprecated.

Secondly, deprecated is not the same as being gone.

Thirdly, the fix is simple, and its provided, and there is zero downside to it.

Fourthly, the sequence of events that leads to the crash could occur in a 
non-GC app if it called the same methods that GC does. Which would be entirely 
reasonable were someone to try that.

i.e. the fix should go in.

Original issue reported on code.google.com by idou...@gmail.com on 29 Mar 2012 at 3:42

GoogleCodeExporter commented 8 years ago
applied, however the rewrite i am in the process of completing will be ARC+. I 
will tag a version that is appropriate for GC prior to committing the new 
version.

Original comment by rarich...@gmail.com on 4 Apr 2012 at 3:34