Skip to content

Conversation

@g-r-a-n-t
Copy link
Collaborator

No description provided.

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

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 123 to 127
version,
});
return None;
}

Choose a reason for hiding this comment

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

P1 Badge Name/version deps rejected before graph registration

When a dependency specifies both name and version, convert_dependency short-circuits to a workspace registry lookup and immediately reports IngotByNameResolutionFailed/return None if the pair is not already registered, bypassing the subsequent location-based resolution. Because metadata is only registered for the current ingot as it is being processed, a workspace member that depends on another member by name+version will fail whenever the target ingot has not been resolved yet, even if a valid path/location was provided. This makes name+version dependencies unusable unless every member is pre-registered in the workspace manifest.

Useful? React with 👍 / 👎.

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.

1 participant