Skip to content

chore(deps): upgrade Aspect CLI#1

Closed
alexeagle wants to merge 3 commits intomainfrom
fix
Closed

chore(deps): upgrade Aspect CLI#1
alexeagle wants to merge 3 commits intomainfrom
fix

Conversation

@alexeagle
Copy link
Contributor

Also add a real test assertion

@alexeagle alexeagle requested a review from thesayyn November 13, 2025 22:25
Copy link

@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.

ℹ️ 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".


def impl(ctx: task_context):
# buildifier: disable=function-docstring
def impl(ctx: TaskContext):

Choose a reason for hiding this comment

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

P1 Badge Prevent task module from loading

The new annotation def impl(ctx: TaskContext) evaluates TaskContext when the module is executed, but no such name is imported or defined. Running the file now raises NameError: name 'TaskContext' is not defined before the task can be registered (python bazel-diff.axl fails immediately), so the task cannot be used at all. Restore the original task_context symbol or defer annotation evaluation.

Useful? React with 👍 / 👎.

@alexeagle alexeagle changed the title some fixes chore(deps): upgrade Aspect CLI Nov 14, 2025
@alexeagle alexeagle closed this Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants