digitalmars.D.announce - Beta 2.074.0-b1
- Martin Nowak (7/7) Mar 24 2017 First beta for the 2.074.0 release.
- Martin Nowak (5/12) Mar 24 2017 Forgot to mention, the packages don't contain documentation, we have to
- rikki cattermole (2/9) Mar 24 2017 That "new" module isn't documented on the changelog.
- Jack Stouffer (3/16) Mar 24 2017 https://dlang.org/changelog/2.074.0.html#std-experimental-checkedint
- rikki cattermole (4/20) Mar 24 2017 Okay in that case, std.experimental.checkedint should be in the
- Dsby (3/10) Mar 25 2017 What about DIP1000, will it be default?
- Jack Stouffer (5/7) Mar 25 2017 Yes, it's still not stable so it will be there for the
- Moritz Maxeiner (4/7) Mar 25 2017 Could you please provide a link for that? I've glanced over [1]
- Jack Stouffer (2/10) Mar 25 2017 https://github.com/dlang/phobos/pull/5274
- Moritz Maxeiner (2/16) Mar 25 2017 Thanks.
- steven kladitis (3/10) Mar 25 2017 It is not downloadable from the dlang.com download page although
- Martin Nowak (5/7) Mar 26 2017 Unfortunately, missing docs means we couldn't build the packages,
- steven kladitis (2/10) Mar 27 2017 -- windows does not know what curl is also bash , I think :)
- Jacob Carlborg (5/15) Mar 28 2017 No problem to install using DVM [1]. It's cross-platform.
- Martin Nowak (3/6) Mar 30 2017 Indeed we should have a single-line Powershell install.ps1 as
- 9il (5/12) Mar 28 2017 Thank you!
- Andrej Mitrovic (3/10) Mar 28 2017 Very cool about the new format!() feature. What about extending
- H. S. Teoh via Digitalmars-d-announce (5/20) Mar 28 2017 That has already been done: see Phobos PR #5296.
- Martin Nowak (5/9) Apr 01 2017 I'll try to cherry-pick over those as well, doesn't make sense to
- Jack Stouffer (4/14) Apr 01 2017 Could you please also look at
- Martin Nowak (2/5) Mar 30 2017 Wow, that should've been top of the changelog!
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
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.htmlForgot 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
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 -MartinThat "new" module isn't documented on the changelog.
Mar 24 2017
On Saturday, 25 March 2017 at 05:19:32 UTC, rikki cattermole wrote:On 24/03/2017 6:35 PM, Martin Nowak wrote:https://dlang.org/changelog/2.074.0.html#std-experimental-checkedintFirst 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 -MartinThat "new" module isn't documented on the changelog.
Mar 24 2017
On 25/03/2017 6:33 AM, Jack Stouffer wrote:On Saturday, 25 March 2017 at 05:19:32 UTC, rikki cattermole wrote: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.On 24/03/2017 6:35 PM, Martin Nowak wrote:https://dlang.org/changelog/2.074.0.html#std-experimental-checkedintFirst 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 -MartinThat "new" module isn't documented on the changelog.
Mar 24 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 -MartinWhat about DIP1000, will it be default? will std.experimental.allocator also experimental?
Mar 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 .
Mar 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
Mar 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:https://github.com/dlang/phobos/pull/5274Yes, 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
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:Thanks.On Saturday, 25 March 2017 at 15:56:41 UTC, Jack Stouffer wrote:https://github.com/dlang/phobos/pull/5274Yes, 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
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 -MartinIt 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
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 themUnfortunately, 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
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:-- windows does not know what curl is also bash , I think :)It is not downloadable from the dlang.com download page although it say it is. I get permission denied on all of themUnfortunately, 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 27 2017
On 2017-03-27 23:56, steven kladitis wrote:On Monday, 27 March 2017 at 03:39:24 UTC, Martin Nowak wrote:No problem to install using DVM [1]. It's cross-platform. [1] https://github.com/jacob-carlborg/dvm -- /Jacob CarlborgOn Sunday, 26 March 2017 at 04:53:37 UTC, steven kladitis wrote:-- windows does not know what curl is also bash , I think :)It is not downloadable from the dlang.com download page although it say it is. I get permission denied on all of themUnfortunately, 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 28 2017
On Monday, 27 March 2017 at 21:56:27 UTC, steven kladitis wrote:Indeed we should have a single-line Powershell install.ps1 as well, will you be the one to write it?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 30 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 -MartinThank you! I have update changelog for mir related items: https://github.com/dlang/phobos/pull/5308 Ilya
Mar 28 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 -MartinVery cool about the new format!() feature. What about extending this to writef(ln)?
Mar 28 2017
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:T -- Try to keep an open mind, but not so open your brain falls out. -- thebozFirst 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 -MartinVery cool about the new format!() feature. What about extending this to writef(ln)?
Mar 28 2017
On Tuesday, 28 March 2017 at 10:30:48 UTC, H. S. Teoh wrote: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/5317Very cool about the new format!() feature. What about extending this to writef(ln)?
Apr 01 2017
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:Could you please also look at https://github.com/dlang/phobos/pull/5310 ThanksI'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/5317Very cool about the new format!() feature. What about extending this to writef(ln)?
Apr 01 2017
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