www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - dmd 2.064 beta 4

reply Walter Bright <newshound2 digitalmars.com> writes:
http://ftp.digitalmars.com/dmd.2.064.beta.4.zip

Remaining regressions:

http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
Oct 27 2013
next sibling parent reply Manu <turkeyman gmail.com> writes:
I just realised yesterday that the libs bundled with dmd (curl.lib in my
case) doesn't have a win64 version bundled. Can you put a binary for that
in lib64?
... although it new appears to be gone completely in that new bundle. Is
that the new standard? Is there somewhere they should be sourced?

Can you also rename the libs in lib64/ to remove the '64' on the end?
That's pretty annoying in build script to have different lib names.


On 28 October 2013 13:23, Walter Bright <newshound2 digitalmars.com> wrote:

 http://ftp.digitalmars.com/**dmd.2.064.beta.4.zip<http://ftp.digitalmars.com/dmd.2.064.beta.4.zip>

 Remaining regressions:

 http://d.puremagic.com/issues/**buglist.cgi?query_format=**
 advanced&bug_severity=**regression&bug_status=NEW&bug_**
 status=ASSIGNED&bug_status=**REOPENED<http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED>
Oct 27 2013
next sibling parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 10/27/2013 10:09 PM, Manu wrote:
 I just realised yesterday that the libs bundled with dmd (curl.lib in my case)
 doesn't have a win64 version bundled. Can you put a binary for that in lib64?
 ... although it new appears to be gone completely in that new bundle. Is that
 the new standard? Is there somewhere they should be sourced?
They never were there in the zip files, though the windows installer will download them.
 Can you also rename the libs in lib64/ to remove the '64' on the end? That's
 pretty annoying in build script to have different lib names.
They've had the 64 suffix for a year now. Why is it an issue now? It would also require changing the compiler and the scripts all at the last minute, and would presumably break peoples' existing scripts?
Oct 28 2013
parent reply Manu <turkeyman gmail.com> writes:
On 28 October 2013 17:29, Walter Bright <newshound2 digitalmars.com> wrote:

 On 10/27/2013 10:09 PM, Manu wrote:

 I just realised yesterday that the libs bundled with dmd (curl.lib in my
 case)
 doesn't have a win64 version bundled. Can you put a binary for that in
 lib64?
 ... although it new appears to be gone completely in that new bundle. Is
 that
 the new standard? Is there somewhere they should be sourced?
They never were there in the zip files, though the windows installer will download them.
Ah, well wherever they come from, it's a problem that only one exists. Can you also rename the libs in lib64/ to remove the '64' on the end?
 That's
 pretty annoying in build script to have different lib names.
They've had the 64 suffix for a year now. Why is it an issue now? It would also require changing the compiler and the scripts all at the last minute, and would presumably break peoples' existing scripts?
Because we're finally cleaning it all up, might as well finish the job. The linux libs right next door aren't named separately. Consistency is nice. Refer to Don's talk. Removing hacks in build scripts (or any code) is usually met with rejoice :)
Oct 28 2013
parent reply "eles" <eles eles.com> writes:
On Monday, 28 October 2013 at 10:13:22 UTC, Manu wrote:
 On 28 October 2013 17:29, Walter Bright 
 <newshound2 digitalmars.com> wrote:

 On 10/27/2013 10:09 PM, Manu wrote:
Refer to Don's talk. Removing hacks in build scripts (or any code) is usually met with rejoice :)
While we are at it: std.complex vs complex literals?
Oct 28 2013
parent reply Iain Buclaw <ibuclaw ubuntu.com> writes:
On 28 October 2013 14:36, eles <eles eles.com> wrote:
 On Monday, 28 October 2013 at 10:13:22 UTC, Manu wrote:
 On 28 October 2013 17:29, Walter Bright <newshound2 digitalmars.com>
 wrote:

 On 10/27/2013 10:09 PM, Manu wrote:
Refer to Don's talk. Removing hacks in build scripts (or any code) is usually met with rejoice :)
While we are at it: std.complex vs complex literals?
Complex isn't deprecated yet... but it has been in the pipeline for a few years now. -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';
Oct 28 2013
parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 10/28/2013 9:56 AM, Iain Buclaw wrote:
 On 28 October 2013 14:36, eles <eles eles.com> wrote:
 While we are at it:

 std.complex vs complex literals?
Complex isn't deprecated yet... but it has been in the pipeline for a few years now.
Also, asking for such changes really doesn't belong in the beta thread.
Oct 28 2013
parent "eles" <eles eles.com> writes:
On Monday, 28 October 2013 at 17:16:42 UTC, Walter Bright wrote:
 On 10/28/2013 9:56 AM, Iain Buclaw wrote:
 On 28 October 2013 14:36, eles <eles eles.com> wrote:
Also, asking for such changes really doesn't belong in the beta thread.
Yes, sorry about that. Anyway, the bikeshed is still out there for painting.
Oct 28 2013
prev sibling parent reply "Brad Anderson" <eco gnuk.net> writes:
On Monday, 28 October 2013 at 05:09:35 UTC, Manu wrote:
 I just realised yesterday that the libs bundled with dmd 
 (curl.lib in my
 case) doesn't have a win64 version bundled. Can you put a 
 binary for that
 in lib64?
 ... although it new appears to be gone completely in that new 
 bundle. Is
 that the new standard? Is there somewhere they should be 
 sourced?
As Walter said, curl is installed by the installer and isn't included with dmd. I'll try to find some time to make a new curl zip that includes a 64 bit curl.
Oct 28 2013
parent Manu <turkeyman gmail.com> writes:
On 29 October 2013 03:21, Brad Anderson <eco gnuk.net> wrote:

 On Monday, 28 October 2013 at 05:09:35 UTC, Manu wrote:

 I just realised yesterday that the libs bundled with dmd (curl.lib in my
 case) doesn't have a win64 version bundled. Can you put a binary for that
 in lib64?
 ... although it new appears to be gone completely in that new bundle. Is
 that the new standard? Is there somewhere they should be sourced?
As Walter said, curl is installed by the installer and isn't included with dmd. I'll try to find some time to make a new curl zip that includes a 64 bit curl.
Explains why it disappeared when unzipping the new build ;) Cheers. That'd be tops.
Oct 28 2013
prev sibling parent reply "Andrea Fontana" <nospam example.com> writes:
On Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright wrote:
 http://ftp.digitalmars.com/dmd.2.064.beta.4.zip

 Remaining regressions:

 http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
Is there anything like dpaste where I can test beta version with new features?
Oct 31 2013
parent reply Jacob Carlborg <doob me.com> writes:
On 2013-10-31 11:40, Andrea Fontana wrote:
 On Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright wrote:
 http://ftp.digitalmars.com/dmd.2.064.beta.4.zip

 Remaining regressions:

 http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
Is there anything like dpaste where I can test beta version with new features?
You can test released betas with DVM: https://github.com/jacob-carlborg/dvm -- /Jacob Carlborg
Oct 31 2013
parent reply "Tiberiu Gal" <galtiberiu gmail.com> writes:
On Thursday, 31 October 2013 at 12:41:47 UTC, Jacob Carlborg 
wrote:
 On 2013-10-31 11:40, Andrea Fontana wrote:
 On Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright 
 wrote:
 http://ftp.digitalmars.com/dmd.2.064.beta.4.zip

 Remaining regressions:

 http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
Is there anything like dpaste where I can test beta version with new features?
You can test released betas with DVM: https://github.com/jacob-carlborg/dvm
I can't use dvm on windows. tango.core.Exception.IOException: File not found "C:\Users\Admin\AppData\Roaming\dvm\env\dmd-**ANY_VERSION**.bat" I've reported the issue on github
Oct 31 2013
parent reply Jacob Carlborg <doob me.com> writes:
On 2013-10-31 17:20, Tiberiu Gal wrote:

 I can't use dvm on windows.
 tango.core.Exception.IOException: File not found
 "C:\Users\Admin\AppData\Roaming\dvm\env\dmd-**ANY_VERSION**.bat"

 I've reported the issue on github
Did you actually install DVM first? $ dvm.exe install dvm -- /Jacob Carlborg
Oct 31 2013
parent reply "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
On Thursday, 31 October 2013 at 20:28:24 UTC, Jacob Carlborg 
wrote:
 On 2013-10-31 17:20, Tiberiu Gal wrote:

 I can't use dvm on windows.
 tango.core.Exception.IOException: File not found
 "C:\Users\Admin\AppData\Roaming\dvm\env\dmd-**ANY_VERSION**.bat"

 I've reported the issue on github
Did you actually install DVM first? $ dvm.exe install dvm
Your program crashes in an ugly way if the user didn't run some command first? IMO, well-built software should detect that situation and advise the user (or just run that command by itself after the user's confirmation).
Oct 31 2013
parent Jacob Carlborg <doob me.com> writes:
On 2013-11-01 01:53, Vladimir Panteleev wrote:

 Your program crashes in an ugly way if the user didn't run some command
 first? IMO, well-built software should detect that situation and advise
 the user (or just run that command by itself after the user's
 confirmation).
Pull requests are welcome :) . BWT, it doesn't crash. It exists with an exception. I guess it depends on how you look at it. -- /Jacob Carlborg
Nov 01 2013