www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DCD xmas edition

reply Basile B. <b2.temp gmx.com> writes:
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
Dec 24 2018
next sibling parent reply ANtlord <antlord92 gmail.com> writes:
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!
Dec 24 2018
parent Basile B. <b2.temp gmx.com> writes:
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
Dec 27 2018
prev sibling next sibling parent viniarck <viniarck gmail.com> writes:
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.
Dec 25 2018
prev sibling parent reply WebFreak001 <d.forum webfreak.org> writes:
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.
Dec 26 2018
parent reply Basile B. <b2.temp gmx.com> writes:
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.
Dec 26 2018
parent WebFreak001 <d.forum webfreak.org> writes:
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
Dec 26 2018