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

[red-knot] don't land, just playing around with oxidd #15072

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

carljm
Copy link
Contributor

@carljm carljm commented Dec 19, 2024

Run this using cargo run --bin red_knot; this PR replaces the entire red-knot CLI with outputting a graph visualization file instead, because it was the laziest possible way I could do this :)

To create a png file from the tdd.dot file this outputs, I used dot -Tpng tdd.dot -o tdd.png, using dot CLI from the GraphViz package.

Copy link
Contributor

github-actions bot commented Dec 19, 2024

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

@AlexWaygood AlexWaygood added do-not-merge Do not merge this pull request red-knot Multi-file analysis & type inference labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge Do not merge this pull request red-knot Multi-file analysis & type inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants