Thread overview
DCD xmas edition
Dec 24, 2018
Basile B.
Dec 24, 2018
ANtlord
Dec 27, 2018
Basile B.
Dec 26, 2018
viniarck
Dec 26, 2018
WebFreak001
Dec 26, 2018
Basile B.
Dec 27, 2018
WebFreak001
December 24, 2018
By some chances some cool new feature were added latest week, justifying a new minor release [1]

[1] https://github.com/dlang-community/DCD/releases/tag/v0.10.0
December 24, 2018
On Monday, 24 December 2018 at 13:24:30 UTC, Basile B. wrote:
> added support for completion on template type parameters that must implicitly convert to a type.

You, sir, are my hero!
December 26, 2018
On Monday, 24 December 2018 at 13:24:30 UTC, Basile B. wrote:
> By some chances some cool new feature were added latest week, justifying a new minor release [1]
>
> [1] https://github.com/dlang-community/DCD/releases/tag/v0.10.0

Nice! Thanks a lot. I'll try it out for sure.
December 26, 2018
On Monday, 24 December 2018 at 13:24:30 UTC, Basile B. wrote:
> By some chances some cool new feature were added latest week, justifying a new minor release [1]
>
> [1] https://github.com/dlang-community/DCD/releases/tag/v0.10.0

really cool! Are the pre-compiled binaries getting added to it soon? I want to push this to code-d/serve-d before I release the next release.
December 26, 2018
On Wednesday, 26 December 2018 at 21:31:52 UTC, WebFreak001 wrote:
> On Monday, 24 December 2018 at 13:24:30 UTC, Basile B. wrote:
>> By some chances some cool new feature were added latest week, justifying a new minor release [1]
>>
>> [1] https://github.com/dlang-community/DCD/releases/tag/v0.10.0
>
> really cool! Are the pre-compiled binaries getting added to it soon? I want to push this to code-d/serve-d before I release the next release.

They used to be automatically generated. I don't know what has happened this time.
December 27, 2018
On Wednesday, 26 December 2018 at 21:48:25 UTC, Basile B. wrote:
> On Wednesday, 26 December 2018 at 21:31:52 UTC, WebFreak001 wrote:
>> On Monday, 24 December 2018 at 13:24:30 UTC, Basile B. wrote:
>>> By some chances some cool new feature were added latest week, justifying a new minor release [1]
>>>
>>> [1] https://github.com/dlang-community/DCD/releases/tag/v0.10.0
>>
>> really cool! Are the pre-compiled binaries getting added to it soon? I want to push this to code-d/serve-d before I release the next release.
>
> They used to be automatically generated. I don't know what has happened this time.

it said "Skipping a deployment with the releases provider because this is not a tagged commit", maybe it's just missing a rebuild trigger because it was building before that was tagged as release. I'm gonna try to make it rebuild
December 27, 2018
On Monday, 24 December 2018 at 17:15:43 UTC, ANtlord wrote:
> On Monday, 24 December 2018 at 13:24:30 UTC, Basile B. wrote:
>> added support for completion on template type parameters that must implicitly convert to a type.
>
> You, sir, are my hero!

That's funny ANtlord because the changes allowing this feature are ridiculous (see [1]), 4 SLOCs, that's not false modesty i rather think that it's something that Hackerpilot forgot to make at some point.

[1] https://github.com/dlang-community/dsymbol/pull/109/files