-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current blockers #1
Comments
The CAAction protocol version being invalid has been fixed. Right now, GitUpKit and the examples (GitY, GitDown, and GitDiff) build. GitY doesn't allow you to select repositories (the file picker only allows picking files), and GitDown and GitDiff allow selecting repositories and closing them but the actual diff interface is completely missing (the main window is empty). I think some of GitUpKit's unit tests fail, but I'm not sure exactly why. |
Note that this was after I patched the - (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication*)sender {
return NO;
} Before, when they returned |
Updating gnustep-gui doesn't seem to do anything. I'm currently building from https://github.com/ethanc8/libs-gui/tree/ethanc8-6. |
Here are the current blockers:
The text was updated successfully, but these errors were encountered: