September 16, 2020
On 2020-09-16 19:20, mw wrote:

> Why it's deprecated? can we revive it?

It was deprecated because it's a bad idea to not lock versions. Using `~master` would fetch the latest code from the "master" branch when compiling. You never know which version you get. You don't get reproducible builds.

-- 
/Jacob Carlborg
September 17, 2020
On Wednesday, 16 September 2020 at 18:52:23 UTC, Jacob Carlborg wrote:
> On 2020-09-16 19:20, mw wrote:
>
>> Why it's deprecated? can we revive it?
>
> It was deprecated because it's a bad idea to not lock versions. Using `~master` would fetch the latest code from the "master" branch when compiling. You never know which version you get. You don't get reproducible builds.

I personally think it's not so bad as long as the commit gets written to the dub.selections.json
September 18, 2020
On 2020-09-17 12:10, John Colvin wrote:

> I personally think it's not so bad as long as the commit gets written to the dub.selections.json

It doesn't.

-- 
/Jacob Carlborg
September 18, 2020
On Friday, 11 September 2020 at 07:48:00 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.094.0 release, ♥ to the 49 contributors.

The release candidate is live now.

> This is the first release to be built with LDC on all platforms, so we'd welcome some more thorough beta testing.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.094.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin


September 18, 2020
On 9/18/20 1:16 PM, Martin Nowak wrote:
> On Friday, 11 September 2020 at 07:48:00 UTC, Martin Nowak wrote:
>> Glad to announce the first beta for the 2.094.0 release, ♥ to the 49 contributors.
> 
> The release candidate is live now.
> 
>> This is the first release to be built with LDC on all platforms, so we'd welcome some more thorough beta testing.
>>
>> http://dlang.org/download.html#dmd_beta
>> http://dlang.org/changelog/2.094.0.html
>>
>> As usual please report any bugs at
>> https://issues.dlang.org

This revert of the __traits(allMembers) change for imports is not included in this release candidate.

https://github.com/dlang/dmd/pull/11739

It needs to be included before the release, so that the import changes can be deferred until the next major.

-Steve
September 18, 2020
On Friday, 18 September 2020 at 13:35:34 UTC, Jacob Carlborg wrote:
> On 2020-09-17 12:10, John Colvin wrote:
>
>> I personally think it's not so bad as long as the commit gets written to the dub.selections.json
>
> It doesn't.

I know. But it should be.

But then again a lot of things “should be” with dub.
September 19, 2020
On 2020-09-18 23:14, John Colvin wrote:

> I know. But it should be.

dub.selections.json wasn't available in the initial version. I don't remember if branches were deprecated before or after dub.selections.json was added.

-- 
/Jacob Carlborg
September 19, 2020
On Friday, 11 September 2020 at 07:48:00 UTC, Martin Nowak wrote:
> Glad to announce the first beta for the 2.094.0 release, ♥ to the 49 contributors.
>
> This is the first release to be built with LDC on all platforms, so we'd welcome some more thorough beta testing.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.094.0.html
>
> As usual please report any bugs at
> https://issues.dlang.org
>
> -Martin

We are currently evaluating if we should use D in our company in parts of our next service (I make the decision) and seeing evidence that D is alive and well is a big plus!

I wish I could contribute, but I'm not at that level in D yet (I'm a C#/C guy)...

Thanks!
September 19, 2020
On Friday, 11 September 2020 at 07:48:00 UTC, Martin Nowak wrote:
> http://dlang.org/changelog/2.094.0.html

Possible spell fix in Changelog. Shouldn't

"However, this didn't really capture the intended meaning of in: _the_ be applied on input parameters."

be

"However, this didn't really capture the intended meaning of in: _to_ be applied on input parameters."

?
1 2 3 4 5
Next ›   Last »