[playground] Avoid concurrent deployments#16834
Merged
MichaReiser merged 1 commit intomainfrom Mar 18, 2025
Merged
Conversation
dcreager
added a commit
that referenced
this pull request
Mar 18, 2025
* main: [playground] Avoid concurrent deployments (#16834) [red-knot] Infer `lambda` return type as `Unknown` (#16695) [red-knot] Move `name` field on parameter kind (#16830) [red-knot] Emit errors for more AST nodes that are invalid (or only valid in specific contexts) in type expressions (#16822) [playground] Use cursor for clickable elements (#16833) [red-knot] Deploy playground on main (#16832) Red Knot Playground (#12681) [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543)
dcreager
added a commit
that referenced
this pull request
Mar 20, 2025
…r-instance * dcreager/two-phase-binding: (210 commits) Update docs clippy Fix docs with_self instead of push/pop_self Update crates/red_knot_python_semantic/src/types/call/arguments.rs lint Report conflicting forms for call as a whole, not for any signature Add conflicting form test case Use option<usize> Remove some unneeded clones evaluate_known_cases Infer types when constructing CallArgumentTypes Remove old comment Use VecDeques for arguments and types Fix tests Add comment Add some comments Use parameter_types for all special cases [playground] Avoid concurrent deployments (#16834) [red-knot] Infer `lambda` return type as `Unknown` (#16695) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cancel in-flight deployments when queuing a new deployment.