Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust: Exclude functions without canonical path from model generation #18922

Merged

Conversation

paldepind
Copy link
Contributor

Currently the model generator create wonky .model.yml files with models containing no canonical names.

This PR restricts the generator to only consider library functions that has canonical paths.

@Copilot Copilot bot review requested due to automatic review settings March 4, 2025 12:57

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Mar 4, 2025
@paldepind paldepind changed the title Rust: Exclude function without canonical path from model generation Rust: Exclude functions without canonical path from model generation Mar 4, 2025
@paldepind paldepind merged commit 980ed23 into github:main Mar 4, 2025
14 checks passed
@paldepind paldepind deleted the rust-model-generation-require-name branch March 4, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants