Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] Version numbering
  • From: Ahmed Hussain <ahmed@xxxxxxxxxx>
  • Date: Thu, 22 Feb 2024 14:49:29 +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=Bxq4nIW4PyNcxzoyt0QhoVpMjFshKGpgR4qeRmwKsVI=; b=YiB3Gj7NuDQotHbok2ohWBvEpS9SSnf0rCMc7qgGqDz8YWgT6ldS+BFU26tFTgfhDojbMWo/nD+q5FaJpRttUQUVh+BhteYWeafTMQNOubbYJOiROx0Spon4DgiFD4mNUQfjUPuh8NqtYoB4uBYEenTQd8Mz9k9r1W2wPTvO7oDs4ar5kT8QivzF3m3RN4Rarnx/0xNPr3lhW6v0tiM+TPv5qxj40ZpFlISgcoxY6lew3WtURwh2UqafqtkZYFJbSWFPepviePDpOFHO7Guy+u+5V/zZGwMbgdmExGLYvqZejY9/xH8T9L2ACsA3Rb/sYiTBu1KaPDGBKuNw0AknMA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JyXL2bL8mBtC3In5U/5nrSDukM8Cl/kW/FYZijA/WukD/lD4eoW70419uW/Ibrn4c/YESaxVP9H7OLh0edk91rJE09JvGt3g/Gga9IQ8evzmbFr/jCQMT0rsJ5kb4mFjtRYOr24t3LzqlkuL7g/cLtrN7yd4UkMYkqi9oGzHK5g3trprGU2IYMgcKOpnWbGweeknuyaQoP+JU5PQ5SxtKreU9h2Ktz3OIUWyOCOnUoASIPe4iRDDc9pfKVXYBgmpQkAxnEaOiWoyxF0GhyeuAnx3gY/l0hvHAh2Fn3WvnWnXGEyrsdfgsvHkWATTd8eC19nRBan/kpEH1pt+0cUV/A==
  • 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: AQHaZZ5Waq9o0lzQXkuqeuc2Q9eEvA==
  • Thread-topic: Version numbering

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


Back to the top