-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Please maintain ox-clip in a separate repository #21
Comments
why does it matter? |
It would allow installing the package as a git submodule. I explain why installing packages as submodules enables users to more easily contribute to the packages that they use in Assimilate Emacs packages using Git submodules. I mentioned the Melpa package because I maintain the Emacsmirror, a mirror of Emacs package repositories, and have been trying to mirror all packages that are available from Melpa. Something that I have accomplished yesterday (sans one package for testing purposes)! I used to not mirror any packages whose repositories bundle third-party packages, in this case When a repository bundles third-party libraries, then it is undefined which version will get loaded, the bundled version or the authoritative version. That's an issue because bundled versions in experience tend to not get updated for years. The user, being unaware that s/he is using an outdated version, might then report bugs against the upstream repository, and for obvious reasons upstream won't be able to reproduce them. |
This sounds reasonable. My hands are full at the moment, so I will try to do this in December. |
Take our time. |
Friendly ping! |
It is on its way hopefully: melpa/melpa#4916 |
This removes ox-clip.el from scimax and replaces it with a git submodule for the new repo at http://github.com/jkitchin/ox-clip.
Now that
ox-clip
is available from Melpa, please consider maintaining it in a separate repository. If you want to maintain its history but have difficulties usinggit filter-branch
to do so, then I can help you with that.The text was updated successfully, but these errors were encountered: