-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As the codebase is not frequently updated - the Readme should be updated #51
Comments
Here's what I have been able to glean: Official karelia project (Abandoned?) karelia/ karelia/ Note: karelia/ Prominent forks (Active) jerrykrinock/ theMikeSwan/ I have been in communication with jerrykrinock, since he has fixed some fairly deep bugs and I need the non-ARC support for my projects. I plan to make contributions to his fork, though I will be watching theMikeSwan fork closely for bug fixes. I'll mention @karelia, @jerrykrinock, and @theMikeSwan in case they want to weigh in. |
The primary goal of the fork I made is to combine all the effort that others have put forth in various locations into one place. I do plan to continue pulling in changes from other places as I find them and have time. It has been a little while since I touched that particular project but last I remember everything works but the undo manager creation was a terrible hack. I feel like there was another issue that I saw one time and so was never able to pin down specifics but I'm pretty sure it was related to either duplicating documents or reverting them. (If anyone takes my fork out for a spin and sees this or any other issues please let me know). I'm going to hope against hope again this year that the What's New in Core Data session has a new document class that uses Core Data and is the same on both macOS and iOS, but I don't expect it to really happen… |
@theMikeSwan, do let us know, after you have digested whatever bombshells drop today, if you still want to become the main fork. I have some more cleanup to the undo manager area which I'm finishing up. |
Hi.
I am using this codebase for years. Here and there I find issues and problems, and I see that although the last official release is v0.3.2 - there have been several other branches, and lots of fixes afterwards.
It is now quite hard to decide which branch or commit to use. I know my own app's OS requirements - but I do not know what is the recommended BSManagedDocument for me.
Can you please spare a few minutes to summarize the status of the code-base?
I also have some fixes - following your recommendations, that never went into the code - Should I create pull-requests? Is this code-base still maintained ?
Thank you.
The text was updated successfully, but these errors were encountered: