Commit Graph

8 Commits

Author SHA1 Message Date
Slava Pestov
9ebb5f2e03 AST: Rename VarDecl::getType() to VarDecl::getTypeInContext()
This is a futile attempt to discourage future use of getType() by
giving it a "scary" name.

We want people to use getInterfaceType() like with the other decl kinds.
2023-08-04 14:19:25 -04:00
Konrad `ktoso` Malawski
8c8fdf90c4 [Distributed] Try redirecting AST dump to file for test 2023-07-12 18:01:50 +09:00
Konrad `ktoso` Malawski
24a5458cbe [Distributed][Test] Avoid overlapping dump-ast which cause flaky test 2023-05-18 12:01:10 +02:00
Konrad `ktoso` Malawski
ecb9df18bf Always dump input of distributed_actor_executor_ast.swift
This test likes to fail once in a blue moon and we don't have enough information to debug when those happen.

Dump the entire input in case the failure happens again.
2023-04-13 20:26:43 +09:00
Konrad `ktoso` Malawski
b666fc672e [Executors] Remote distributed actors get "crash on enqueue" default executor (#64969) 2023-04-10 19:12:03 +09:00
Konrad `ktoso` Malawski
ac6f569a21 Fix matching in distributed_actor_executor_ast.swift 2023-04-01 10:07:22 +09:00
Konrad `ktoso` Malawski
47676f9a71 [Distributed] AST test was too picky about asserting the shape; (#64809)
depending on configuration some attributes may not be present in the AST
here it seems, causing the test to fail in some configurations
2023-03-31 21:29:09 +09:00
Konrad `ktoso` Malawski
345c221f56 [Concurrency] Distributed actor's unownedExecutor should be optional (#64499) 2023-03-22 08:40:41 +09:00