Closed lane128 closed 8 years ago
@lane128 Adam, are you using xcode 8.0? if not, you might want to use xcode 8.0 (still in beta) to compile the swift code, they were updated to use the 3.0 features. i failed to build this project using the xcode 7.3, only to find that the swift code were revamped recently by @AnakinMac with the 3.0 syntax.
HTH
@tchaikov I am using the Xcode 7.3 right now. Cause of the development of other projects , I would not update the Xcode beta version. So any other way to run the project on Xcode 7.3?
@AnakinMac Maybe we should move swift codes to a new branch and reset the master branch to v1.5.0. The master branch should be used as release branch then.
@shanzi I'll create a v1.5 branch as a snapshot of a release. Since we don't have a lot of integration issues, I think master branch should be a development branch.
@lane128 It is perfectly fine to use Xcode beta along with Xcode release version. To build with Xcode 7.3, maybe use beta version of swiftlang, not really sure about it.
@AnakinMac @shanzi It would be great to create a develop
branch for other contributors to pull request. and the issue is resolved. So I close it.
imho, in general, the pull requests should be targeting master. the development process would be too heavy-weight to have a branch for backporting fixes. anyway, it's @AnakinMac and @shanzi 's call.
@tchaikov @lane128 diumoo is a tiny project pre se, I don't want to keep too much legacy work. Pull request please target at master branch if possible.
@AnakinMac How about using a release
branch and uses tags on that branch for versioning and releasing.
We may need to add some instructions to README.md
@shanzi sounds good to me.
According to the README.
So, I checked the
.gitmodules
file.But
There is a register for
extern/EDStarRating
I think it is needless extern.just remove the register for
extern/EDStarRating
from git track.Cheer~ it works.
After fix the submodules issue. the swift shows lots of error. @AnakinMac can you have a look at those Swift file. Thanks.