roadmap: the distribution ledger after 0.5.0 - #60
Merged
Conversation
PyPI and Open VSX are at 0.5.0 and verified against their APIs; the VS Code Marketplace and JetBrains are at 0.4.0 and owe 0.5.0. Two corrections while checking: JetBrains 0.4.0 *was* uploaded, so the ledger's "not uploaded yet" note was stale in the same way the "awaiting moderation" one had been before it, and the line now says to trust the API over itself. The JetBrains publish is blocked on tooling rather than on acceptance: there is no Gradle wrapper in editors/jetbrains and Gradle is not installed on the dev machine, which is worth fixing if that upload should ever be scriptable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Records where each surface actually is after the 0.5.0 release, every number verified against the registry API rather than assumed:
pyfun-langovsx publishpyfun-0.5.0.vsixattached, correctly namedTwo corrections fell out of checking rather than assuming:
gradle publishPluginneeds Gradle on PATH,editors/jetbrains/has no wrapper, and Gradle is not installed on the dev machine. Adding a Gradle wrapper would make this as scriptable as Open VSX, which is noted as the fix rather than left as a recurring surprise.Also adds a PyPI row, which the ledger did not have even though it is the surface most users meet first.