-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Create a space for common bootstrap code along with a base class for all bootstraps #988
Comments
kollivier
added a commit
to kollivier/python-for-android
that referenced
this issue
Jan 23, 2017
…an share common code. This is a first step to fixing issue kivy#988.
Thanks for tracking the issue and thanks for the pull request. I was actually discussing this in the group recently https://groups.google.com/forum/#!topic/kivy-dev/MvAzPilialw |
AndreMiras
added a commit
to kollivier/python-for-android
that referenced
this issue
Sep 27, 2018
This is the first step to fix DRY across bootstraps, refs kivy#988
AndreMiras
pushed a commit
to kollivier/python-for-android
that referenced
this issue
Sep 27, 2018
This is the first step to fix DRY across bootstraps, refs kivy#988
AndreMiras
pushed a commit
to kollivier/python-for-android
that referenced
this issue
Sep 27, 2018
This is the first step to fix DRY across bootstraps, refs kivy#988
Closing as work along these lines has been merged thanks to various contributors :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, each backend has a completely separate tree of Java classes for initialzing the bootstrap, although a significant amount of the code is sharable among the backends. We should create a single place for this common code and refactor the bootstraps to use them rather than duplicate them.
The text was updated successfully, but these errors were encountered: