From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: [ANN] org-ql 0.4 released Date: Fri, 24 Jan 2020 18:59:15 -0600 Message-ID: <877e1guzzw.fsf@alphapapa.net> References: <87ftg5vf70.fsf@alphapapa.net> <87blqt2ego.fsf@jaunder.io> <87blqsv3om.fsf@alphapapa.net> <87d0b8v0vo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53767) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iv9nH-0003Hu-Mt for emacs-orgmode@gnu.org; Fri, 24 Jan 2020 19:59:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iv9nG-00007W-I4 for emacs-orgmode@gnu.org; Fri, 24 Jan 2020 19:59:23 -0500 Received: from ciao.gmane.io ([159.69.161.202]:33846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iv9nG-00005n-CH for emacs-orgmode@gnu.org; Fri, 24 Jan 2020 19:59:22 -0500 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1iv9nE-000DeK-Tn for emacs-orgmode@gnu.org; Sat, 25 Jan 2020 01:59:20 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Tim Cross writes: > I don't disagree with most of what you write. I do think a big part of > the problem is inconsistency and poor practices by some maintainers > which is at the hart of the issue. Sometimes it seems that package > maintainers put too much emphasis on getting the latest package out and > forget about the stability and dependencies that users have. > > All of this leaves me wondering why the ELPA system doens't adopt a > semantic versioning scheme and configure the repositories to > keep/maintain previous versions. Emacs was very late to the whole > 'package' concept and it is a little disappointing that more time wasn't > invested in understanding the challenges and solutions implemented by > other systems like deb, rpm, CPAN, Java, ruby, python etc. There is > little unique to the Emacs environment that other environments haven't > had to resolve one way or the other. The problems you identified in the first paragraph are why the solution identified in the second paragraph doesn't work (for this case; I like SemVer in general). > However, a semantic version does provide more information than > something like version 20200123, which just tells me the release > date. At least with complaint semantic versions I can have a better > idea as to whether the changes are just a bug fix, an enhancement or > major API changes that may break existing dependencies. Yes, and that's why I like it, too. But we can't make other developers use it. Even if MELPA required SemVer-like numbering, nothing would stop package maintainers from incrementing major-only version numbers. It's their code. Developing with proper use of semantic versioning is a discipline that requires extra diligence. It's rarely more fun, and for most Emacs packages, it's not worth the trouble. Most packages are dependents rather than dependencies, leaves at the ends of the branches, and they can be freely upgraded without breaking anything else. Most packages' interoperability with other packages is minor. If SemVer were required, MELPA would probably have 5-10% of the packages it does today. The lax, welcoming approach used by MELPA has drawbacks, but it also has tremendous benefits, and I think it's to credit for much of the vibrancy of the Emacs package "ecosystem" and community today. The problem I'm writing about here is that users' perception of MELPA Stable doesn't match the reality. Discussions about how to change MELPA Stable and MELPA versioning for the better have been going on for years. Ultimately that doesn't matter, because package authors can do whatever they want. We should help users understand and accept the technical reality--and MELPA Stable misleads them, so it should be removed. As I posted in my proposal on the MELPA tracker, we can pursue better technical solutions then, ones that may be more in line with the limitations of the platform. If you're interested in the topic, please join the discussions on the MELPA tracker.