Jump to page: 1 2 3
Thread overview
Beta 2.074.0-b1
Mar 24, 2017
Martin Nowak
Mar 24, 2017
Martin Nowak
Mar 25, 2017
rikki cattermole
Mar 25, 2017
Jack Stouffer
Mar 25, 2017
rikki cattermole
Mar 25, 2017
Dsby
Mar 25, 2017
Jack Stouffer
Mar 25, 2017
Moritz Maxeiner
Mar 25, 2017
Jack Stouffer
Mar 25, 2017
Moritz Maxeiner
Mar 26, 2017
steven kladitis
Mar 27, 2017
Martin Nowak
Mar 27, 2017
steven kladitis
Mar 28, 2017
Jacob Carlborg
Mar 30, 2017
Martin Nowak
Mar 28, 2017
9il
Mar 28, 2017
Andrej Mitrovic
Mar 28, 2017
H. S. Teoh
Apr 01, 2017
Martin Nowak
Apr 01, 2017
Jack Stouffer
Mar 30, 2017
Martin Nowak
March 24, 2017
First beta for the 2.074.0 release.

This release comes with plenty of phobos additions and a new std.experimental module.

http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html

Please report any bugs at https://issues.dlang.org

-Martin

March 24, 2017
On 03/24/2017 06:35 PM, Martin Nowak wrote:
> First beta for the 2.074.0 release.
> 
> This release comes with plenty of phobos additions and a new std.experimental module.
> 
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html

Forgot to mention, the packages don't contain documentation, we have to fix a couple of integration issues with the build scripts and dlang.org's makefile.

-Martin
March 25, 2017
On 24/03/2017 6:35 PM, Martin Nowak wrote:
> First beta for the 2.074.0 release.
>
> This release comes with plenty of phobos additions and a new
> std.experimental module.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.074.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> -Martin

That "new" module isn't documented on the changelog.

March 25, 2017
On Saturday, 25 March 2017 at 05:19:32 UTC, rikki cattermole wrote:
> On 24/03/2017 6:35 PM, Martin Nowak wrote:
>> First beta for the 2.074.0 release.
>>
>> This release comes with plenty of phobos additions and a new
>> std.experimental module.
>>
>> http://dlang.org/download.html#dmd_beta
>> http://dlang.org/changelog/2.074.0.html
>>
>> Please report any bugs at https://issues.dlang.org
>>
>> -Martin
>
> That "new" module isn't documented on the changelog.

https://dlang.org/changelog/2.074.0.html#std-experimental-checkedint
March 25, 2017
On 25/03/2017 6:33 AM, Jack Stouffer wrote:
> On Saturday, 25 March 2017 at 05:19:32 UTC, rikki cattermole wrote:
>> On 24/03/2017 6:35 PM, Martin Nowak wrote:
>>> First beta for the 2.074.0 release.
>>>
>>> This release comes with plenty of phobos additions and a new
>>> std.experimental module.
>>>
>>> http://dlang.org/download.html#dmd_beta
>>> http://dlang.org/changelog/2.074.0.html
>>>
>>> Please report any bugs at https://issues.dlang.org
>>>
>>> -Martin
>>
>> That "new" module isn't documented on the changelog.
>
> https://dlang.org/changelog/2.074.0.html#std-experimental-checkedint

Okay in that case, std.experimental.checkedint should be in the description "New: Checked, a lightweight and highly configurable checked integral" since I did search for it.
March 25, 2017
On Friday, 24 March 2017 at 17:35:58 UTC, Martin Nowak wrote:
> First beta for the 2.074.0 release.
>
> This release comes with plenty of phobos additions and a new std.experimental module.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> -Martin

What about DIP1000, will it be default?
will std.experimental.allocator also experimental?
March 25, 2017
On Saturday, 25 March 2017 at 15:09:02 UTC, Dsby wrote:
> What about DIP1000, will it be default?

No. Still way too many bugs.

> will std.experimental.allocator also experimental?

Yes, it's still not stable so it will be there for the foreseeable future. For example, just three days ago we pulled in a big bug fix that also was a huge breaking change .
March 25, 2017
On Saturday, 25 March 2017 at 15:56:41 UTC, Jack Stouffer wrote:
>
> Yes, it's still not stable so it will be there for the foreseeable future. For example, just three days ago we pulled in a big bug fix that also was a huge breaking change .

Could you please provide a link for that? I've glanced over [1] and wasn't able to identify it easily.

[1] https://github.com/dlang/phobos/pulls?q=is%3Apr+is%3Aclosed
March 25, 2017
On Saturday, 25 March 2017 at 21:35:16 UTC, Moritz Maxeiner wrote:
> On Saturday, 25 March 2017 at 15:56:41 UTC, Jack Stouffer wrote:
>>
>> Yes, it's still not stable so it will be there for the foreseeable future. For example, just three days ago we pulled in a big bug fix that also was a huge breaking change .
>
> Could you please provide a link for that? I've glanced over [1] and wasn't able to identify it easily.
>
> [1] https://github.com/dlang/phobos/pulls?q=is%3Apr+is%3Aclosed

https://github.com/dlang/phobos/pull/5274
March 25, 2017
On Saturday, 25 March 2017 at 21:56:46 UTC, Jack Stouffer wrote:
> On Saturday, 25 March 2017 at 21:35:16 UTC, Moritz Maxeiner wrote:
>> On Saturday, 25 March 2017 at 15:56:41 UTC, Jack Stouffer wrote:
>>>
>>> Yes, it's still not stable so it will be there for the foreseeable future. For example, just three days ago we pulled in a big bug fix that also was a huge breaking change .
>>
>> Could you please provide a link for that? I've glanced over [1] and wasn't able to identify it easily.
>>
>> [1] https://github.com/dlang/phobos/pulls?q=is%3Apr+is%3Aclosed
>
> https://github.com/dlang/phobos/pull/5274

Thanks.
« First   ‹ Prev
1 2 3