Thread overview
DCD 0.9.11 & D-Scanner 0.5.10
Sep 02, 2018
Basile B.
Sep 02, 2018
Nordlöw
Sep 02, 2018
Basile B.
Sep 02, 2018
Basile B.
September 02, 2018
Both compatible with syntax changes coming with 2.082.

https://github.com/dlang-community/DCD/releases/tag/v0.9.11
https://github.com/dlang-community/D-Scanner/releases/tag/v0.5.10
September 02, 2018
On Sunday, 2 September 2018 at 04:52:22 UTC, Basile B. wrote:
> Both compatible with syntax changes coming with 2.082.
>
> https://github.com/dlang-community/DCD/releases/tag/v0.9.11
> https://github.com/dlang-community/D-Scanner/releases/tag/v0.5.10

Great! Professional.
September 02, 2018
On Sunday, 2 September 2018 at 15:45:45 UTC, Nordlöw wrote:
> On Sunday, 2 September 2018 at 04:52:22 UTC, Basile B. wrote:
>> Both compatible with syntax changes coming with 2.082.
>>
>> https://github.com/dlang-community/DCD/releases/tag/v0.9.11
>> https://github.com/dlang-community/D-Scanner/releases/tag/v0.5.10
>
> Great! Professional.

Well thnaks but, hum, actually DCD 0.9.12 is coming directly today.
There was an indescribable mess with scopes. For example try

```
import core.thread;
Thread t;
t.
```

the dot completions for t are completely wrong and many stuff miss.
September 02, 2018
On Sunday, 2 September 2018 at 04:52:22 UTC, Basile B. wrote:
> Both compatible with syntax changes coming with 2.082.
>
> https://github.com/dlang-community/DCD/releases/tag/v0.9.11
> https://github.com/dlang-community/D-Scanner/releases/tag/v0.5.10

Better use https://github.com/dlang-community/DCD/releases/tag/v0.9.12