Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Version numbering
  • From: Ahmed Hussain <ahmed@xxxxxxxxxx>
  • Date: Thu, 22 Feb 2024 16:11:47 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cocotec.io; dmarc=pass action=none header.from=cocotec.io; dkim=pass header.d=cocotec.io; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=V3+JdNMXB12WjQ298rbLApHtnWyyGOtjYDrdiNn2SLs=; b=CiyrvXVqWxBa9XEp6FsBjUt/SoiOx/36lqAj++oZlB+WLWyZXVNHylXy+UCEeXBhQjpX5c7aKsHg0HLhgCaIFwtUiGOTHPfSm6TGGylWJsWeNwcYDoyF+UGNw48rMYkflgsN39iRHV0PmtzxTTA7kcs681ILL5ACdYS3iclFe+KIu0J6xY68RQDTydnpvAj+4zRo1kBTKUdefvebJHAxmY3L9adDrTFHUDCLSIDI6el2yu4ciLoqX1Srn95kK/IrA+lUtfK7NC2an6IddFKMd9HsHUdSMU0mJTAg+yswSy0BI6ibpaVoqFBDaNm4+C7gI3IOr21ioZFU3217XOW4kA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FuO6LD8kInOUkl4WvjCt8A12eFwFiaTUCYUJP2bB8o1BF2rgFJ0RUNckznuissXAurAuQ5/H8b8oHWnfI1Bio/1B05HBdSbb6F3IWTIIaQvL5AWbDeqCKBWfvVa4/0pHcY3ixsUibE8naWxUpibk0Q/MQrrGW13OUxhof78tca2q14kuvyVAeTVTa1XTYNSfDc2qLR8b1eraMqyYayoAHlDejNM1xtFhjGnk8+R480almcglGx+1hhOAaRCKotWdJHl0n0DjLez4r9WkLT4IiWg20qGC262Vdmo2SInSawPYhsnWLBD3faTbajrwJfHBzVMEVZmr3cIExFddfDtMRg==
  • Delivered-to: lsp4e-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/lsp4e-dev/>
  • List-help: <mailto:lsp4e-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/lsp4e-dev>, <mailto:lsp4e-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/lsp4e-dev>, <mailto:lsp4e-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHaZZ5WKlpUeCfaIEOyFHya9sJ8ILEWesKAgAANoIA=
  • Thread-topic: [lsp4e-dev] Version numbering

Thanks - makes sense. I had overlooked that the oomph repo explorer could be used for unpicking this sort of stuff, that’s a big help!

Ahmed


On 22 Feb 2024, at 15:22, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

Hi Ahmed,

I don't think there is any externally documented mapping maintained. You are correct that semver is used on the bundles which tends for them to all have their own version numbers. I tend to use the repository explorer (in Expert Mode <image.png>) to browse the repo:

<image.png>

Hope that helps, and let us know if you have any follow up questions.

Jonah
~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com


On Thu, 22 Feb 2024 at 09:49, Ahmed Hussain via lsp4e-dev <lsp4e-dev@xxxxxxxxxxx> wrote:
Hi all,

Just a quick Q about version numbering in lsp4e (and tm4e as well, since the projects are closely related and have many contributors in common).

We’re looking to bump the versions we require to get some fixes/features, and are trying to work out how that impacts the minimum version of eclipse we support.

I can see from https://projects.eclipse.org/projects/technology.lsp4e the release history and which versions of the platform they target.

However, what determines the versioning scheme of lsp4e releases? I can’t quite figure out how the releases (as recorded as tags in the repo) map to plugin versions…

Is it simply that the several plugins that make up the project have individual semantic versions - a new release of lsp4e might have some plugins unchanged, so you need to browse the repository at a particular tag to see how plugin versions map to GitHub release versions?

Cheers,

Ahmed

_______________________________________________
lsp4e-dev mailing list
lsp4e-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/lsp4e-dev


Back to the top