APIKit icon indicating copy to clipboard operation
APIKit copied to clipboard

[question] Was develop/4.0 branch abandoned?

Open hiroshi opened this issue 5 years ago • 4 comments

I'm trying to update an app that depended on APIKit 4.0.0-beta.1 (swift 3) to current swift version. The app is using progressHandler. However, 4.0.0-beta.1 tag is on develop/4.0 branch. It seems that the branch is not merged into master and latest release tag 5.0.0.

hiroshi avatar May 29 '19 04:05 hiroshi

I'm not sure about that development branch/the beta tag.

@ishkawa Could you clarify this?

ikesyo avatar May 29 '19 04:05 ikesyo

Thanks for your response, @ikesyo.

Just FYI, I'm trying to merge current master into the develop/4.0 branch. https://github.com/hiroshi/APIKit/tree/develop/4.0 Some tests are still failing so far... Also, the app is not worked with Xcode 10.2.1 yet for other reasons... I'll report if it works or failed....

Anyway, the progressHandler feature is not being to be merged in the main line, maybe I need to migrate to other solutions though... (I don't mean to blame any of it. ;-)

hiroshi avatar May 29 '19 05:05 hiroshi

There are some PRs that went into develop/4.0 that never made it to master, for example #230. If the branch was abandoned, it'd be good to at least move all the missing commits to master for the next major release, since some of them are extremely useful features.

davdroman avatar Mar 14 '20 16:03 davdroman

Any updates?

417-72KI avatar Sep 15 '20 09:09 417-72KI