Skip to content

tally: v0.44.0#6311

Open
tinovyatkin wants to merge 1 commit into
zed-industries:mainfrom
wharflab:tally-update
Open

tally: v0.44.0#6311
tinovyatkin wants to merge 1 commit into
zed-industries:mainfrom
wharflab:tally-update

Conversation

@tinovyatkin
Copy link
Copy Markdown

Publishing version v0.44.0 of the tally extension.

Tally is a Dockerfile linter and formatter written in Go, promoting modern container syntax and helping avoid common pitfalls.

Changelog

@cla-bot cla-bot Bot added the cla-signed label May 31, 2026
@zed-industries-bot
Copy link
Copy Markdown

Warnings
⚠️
tally: v0.44.0
       ^

Write PR titles using sentence case.

Have feedback on this plugin? Let's hear it!

Generated by 🚫 dangerJS against 9ac60fb

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9ac60fb6da

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread extensions.toml

[tally]
submodule = "extensions/tally"
path = "_integrations/zed-tally"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use an accepted license for the packaged extension

Because this registry entry packages the _integrations/zed-tally subdirectory, pnpm package-extensions validates the LICENSE found there; at the referenced submodule SHA that file is AGPL-3.0-only, while validateLicense only accepts Apache-2.0, BSD, CC-BY-4.0, GPLv3, LGPLv3, MIT, Unlicense, or zlib. The new extension will therefore fail the package job before it can be published unless this path contains an allowed license or the registry validator is updated to accept AGPL.

Useful? React with 👍 / 👎.

Comment thread extensions.toml
submodule = "extensions/zwirn"
version = "0.2.0"

[tally]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Move the new entry into sorted order

Adding tally after zwirn leaves the registry files out of lexical order; the package job runs sortExtensionsToml/sortGitmodules and the CI workflow then fails if those commands changed extensions.toml or .gitmodules. After the blocking packaging issue is fixed, this will still fail CI until the new [tally] entry and matching submodule block are placed with the other t* entries.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants