Open GoogleCodeExporter opened 9 years ago
And oh.. we tried with referencing:
- non-ARC binary (only build change done was 'Base SDK' set to 'Latest Mac OS X
(Mac OS X 10.7)')
- ARC converted source and binary (structs convertion tried with both
'__bridge()' and '__bride_retained()')
Original comment by ampras...@gmail.com
on 4 Feb 2012 at 9:55
Got a crude fix:
After commenting out the following line, seems to work fine!
DiffMatchPatch.diff_lineModeFromOldString:andNewString:deadline:
581: // Eliminate freak matches (e.g. blank lines)
582: [self diff_cleanupSemantic:diffs];
--
Anyway we are cleaning up for semantics finally, so guess this might only be a
performance hit.
Original comment by ampras...@gmail.com
on 4 Feb 2012 at 11:52
Original issue reported on code.google.com by
ampras...@gmail.com
on 4 Feb 2012 at 9:16