Use package control version resolution method for tags

オープン
#286 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
github-actions, python
領域
ci-cd, tooling

調査の方向性

Start at the actions/setup entry point and compare its current tag resolution with the Package Control manifest resolution strategy linked in the issue. Check how the installed Sublime Text version is available to the action, then verify that matching tags are selected automatically while an explicit package tag still overrides the choice.

索引モデルが issue の本文から書いたものです。

説明

I've specified MarkdownEditing:SublimeText-Markdown/MarkdownEditing as an extra-packages in actions/setup and was surprised to see that an ancient 2.2.10 version was installed

Reading the comments more carefully, the action ignores the package control resolution strategy: https://github.com/sublimehq/package_control_channel/blob/b8b340ab5398a7651f6770b656bccd5dda258c09/repository/m.json#L671-L672 , and defaults to basic untagged semver o

If an exact match is not found, the latest tag is determined by semver x.y.z

or forces users to pick a tag (which could break once ST version are updated)

@ref branch/tag name or prefix of tags e.g. st3- or empty

Could the action instead of forcing an explicit specification of a prefix use the Package Control manifest to pick the one that fits the installed Sublime Text version? And then CI users would only need to specify a given package tag to override

主要言語
Python
スター
113
フォーク
32
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

SublimeText/UnitTesting のほかの issue

SublimeText/UnitTesting の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。