www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Beta 2.074.0-b1

reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
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
Mar 24 2017
next sibling parent Martin Nowak <code+news.digitalmars dawg.eu> writes:
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
Mar 24 2017
prev sibling next sibling parent reply rikki cattermole <rikki cattermole.co.nz> writes:
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.
Mar 24 2017
parent reply Jack Stouffer <jack jackstouffer.com> writes:
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
Mar 24 2017
parent rikki cattermole <rikki cattermole.co.nz> writes:
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.
Mar 24 2017
prev sibling next sibling parent reply Dsby <dushibaiyu yahoo.com> writes:
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?
Mar 25 2017
parent reply Jack Stouffer <jack jackstouffer.com> writes:
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 .
Mar 25 2017
parent reply Moritz Maxeiner <moritz ucworks.org> writes:
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
Mar 25 2017
parent reply Jack Stouffer <jack jackstouffer.com> writes:
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
Mar 25 2017
parent Moritz Maxeiner <moritz ucworks.org> writes:
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.
Mar 25 2017
prev sibling next sibling parent reply steven kladitis <steven_kladitis yahoo.com> writes:
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
It is not downloadable from the dlang.com download page although it say it is. I get permission denied on all of them
Mar 25 2017
parent reply Martin Nowak <code dawg.eu> writes:
On Sunday, 26 March 2017 at 04:53:37 UTC, steven kladitis wrote:
 It is not downloadable from the dlang.com download page 
 although it say it is. I get permission denied on all of them
Unfortunately, missing docs means we couldn't build the packages, just the tar archives. Should get fixed with the next beta. You can use the install.sh script for now. curl -fsS https://dlang.org/install.sh | bash -s dmd-beta
Mar 26 2017
parent reply steven kladitis <steven_kladitis yahoo.com> writes:
On Monday, 27 March 2017 at 03:39:24 UTC, Martin Nowak wrote:
 On Sunday, 26 March 2017 at 04:53:37 UTC, steven kladitis wrote:
 It is not downloadable from the dlang.com download page 
 although it say it is. I get permission denied on all of them
Unfortunately, missing docs means we couldn't build the packages, just the tar archives. Should get fixed with the next beta. You can use the install.sh script for now. curl -fsS https://dlang.org/install.sh | bash -s dmd-beta
-- windows does not know what curl is also bash , I think :)
Mar 27 2017
next sibling parent Jacob Carlborg <doob me.com> writes:
On 2017-03-27 23:56, steven kladitis wrote:
 On Monday, 27 March 2017 at 03:39:24 UTC, Martin Nowak wrote:
 On Sunday, 26 March 2017 at 04:53:37 UTC, steven kladitis wrote:
 It is not downloadable from the dlang.com download page although it
 say it is. I get permission denied on all of them
Unfortunately, missing docs means we couldn't build the packages, just the tar archives. Should get fixed with the next beta. You can use the install.sh script for now. curl -fsS https://dlang.org/install.sh | bash -s dmd-beta
-- windows does not know what curl is also bash , I think :)
No problem to install using DVM [1]. It's cross-platform. [1] https://github.com/jacob-carlborg/dvm -- /Jacob Carlborg
Mar 28 2017
prev sibling parent Martin Nowak <code dawg.eu> writes:
On Monday, 27 March 2017 at 21:56:27 UTC, steven kladitis wrote:
 You can use the install.sh script for now.
   curl -fsS https://dlang.org/install.sh | bash -s dmd-beta
-- windows does not know what curl is also bash , I think :)
Indeed we should have a single-line Powershell install.ps1 as well, will you be the one to write it?
Mar 30 2017
prev sibling next sibling parent 9il <ilyayaroshenko gmail.com> writes:
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
Thank you! I have update changelog for mir related items: https://github.com/dlang/phobos/pull/5308 Ilya
Mar 28 2017
prev sibling parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
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
Very cool about the new format!() feature. What about extending this to writef(ln)?
Mar 28 2017
next sibling parent reply "H. S. Teoh via Digitalmars-d-announce" writes:
On Tue, Mar 28, 2017 at 09:49:59AM +0000, Andrej Mitrovic via
Digitalmars-d-announce wrote:
 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
Very cool about the new format!() feature. What about extending this to writef(ln)?
T -- Try to keep an open mind, but not so open your brain falls out. -- theboz
Mar 28 2017
parent reply Martin Nowak <code dawg.eu> writes:
On Tuesday, 28 March 2017 at 10:30:48 UTC, H. S. Teoh wrote:
 Very cool about the new format!() feature. What about 
 extending this
 to writef(ln)?
I'll try to cherry-pick over those as well, doesn't make sense to only release one part. Please try to use the milestones to mark PRs that are supposed to go together. https://github.com/dlang/phobos/pull/5317
Apr 01 2017
parent Jack Stouffer <jack jackstouffer.com> writes:
On Saturday, 1 April 2017 at 11:14:51 UTC, Martin Nowak wrote:
 On Tuesday, 28 March 2017 at 10:30:48 UTC, H. S. Teoh wrote:
 Very cool about the new format!() feature. What about 
 extending this
 to writef(ln)?
I'll try to cherry-pick over those as well, doesn't make sense to only release one part. Please try to use the milestones to mark PRs that are supposed to go together. https://github.com/dlang/phobos/pull/5317
Could you please also look at https://github.com/dlang/phobos/pull/5310 Thanks
Apr 01 2017
prev sibling parent Martin Nowak <code dawg.eu> writes:
On Tuesday, 28 March 2017 at 09:49:59 UTC, Andrej Mitrovic wrote:
 On Friday, 24 March 2017 at 17:35:58 UTC, Martin Nowak wrote:
 Very cool about the new format!() feature. What about extending 
 this to writef(ln)?
Wow, that should've been top of the changelog!
Mar 30 2017