digitalmars.D.announce - dmd 2.064 beta 4
- Walter Bright (3/3) Oct 27 2013 http://ftp.digitalmars.com/dmd.2.064.beta.4.zip
- Manu (8/13) Oct 27 2013 I just realised yesterday that the libs bundled with dmd (curl.lib in my
- Walter Bright (6/12) Oct 28 2013 They never were there in the zip files, though the windows installer wil...
- Manu (7/24) Oct 28 2013 Ah, well wherever they come from, it's a problem that only one exists.
- eles (3/9) Oct 28 2013 While we are at it:
- Iain Buclaw (6/17) Oct 28 2013 Complex isn't deprecated yet... but it has been in the pipeline for a
- Walter Bright (2/8) Oct 28 2013 Also, asking for such changes really doesn't belong in the beta thread.
- eles (3/7) Oct 28 2013 Yes, sorry about that.
- Brad Anderson (4/13) Oct 28 2013 As Walter said, curl is installed by the installer and isn't
- Manu (3/13) Oct 28 2013 Explains why it disappeared when unzipping the new build ;)
- Andrea Fontana (3/6) Oct 31 2013 Is there anything like dpaste where I can test beta version with
- Jacob Carlborg (5/14) Oct 31 2013 You can test released betas with DVM:
- Tiberiu Gal (6/21) Oct 31 2013 I can't use dvm on windows.
- Jacob Carlborg (5/9) Oct 31 2013 Did you actually install DVM first?
- Vladimir Panteleev (6/14) Oct 31 2013 Your program crashes in an ugly way if the user didn't run some
- Jacob Carlborg (5/9) Nov 01 2013 Pull requests are welcome :) . BWT, it doesn't crash. It exists with an
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
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
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
On 28 October 2013 17:29, Walter Bright <newshound2 digitalmars.com> wrote:On 10/27/2013 10:09 PM, Manu wrote: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?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.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 :)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
On Monday, 28 October 2013 at 10:13:22 UTC, Manu wrote:On 28 October 2013 17:29, Walter Bright <newshound2 digitalmars.com> wrote:While we are at it: std.complex vs complex literals?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 :)
Oct 28 2013
On 28 October 2013 14:36, eles <eles eles.com> wrote:On Monday, 28 October 2013 at 10:13:22 UTC, Manu wrote: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';On 28 October 2013 17:29, Walter Bright <newshound2 digitalmars.com> wrote:While we are at it: std.complex vs complex literals?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 :)
Oct 28 2013
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.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.
Oct 28 2013
On Monday, 28 October 2013 at 17:16:42 UTC, Walter Bright wrote:On 10/28/2013 9:56 AM, Iain Buclaw wrote:Yes, sorry about that. Anyway, the bikeshed is still out there for painting.On 28 October 2013 14:36, eles <eles eles.com> wrote:Also, asking for such changes really doesn't belong in the beta thread.
Oct 28 2013
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
On 29 October 2013 03:21, Brad Anderson <eco gnuk.net> wrote:On Monday, 28 October 2013 at 05:09:35 UTC, Manu wrote:Explains why it disappeared when unzipping the new build ;) Cheers. That'd be tops.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
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=REOPENEDIs there anything like dpaste where I can test beta version with new features?
Oct 31 2013
On 2013-10-31 11:40, Andrea Fontana wrote:On Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright wrote:You can test released betas with DVM: https://github.com/jacob-carlborg/dvm -- /Jacob Carlborghttp://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=REOPENEDIs there anything like dpaste where I can test beta version with new features?
Oct 31 2013
On Thursday, 31 October 2013 at 12:41:47 UTC, Jacob Carlborg wrote:On 2013-10-31 11:40, Andrea Fontana 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 githubOn Monday, 28 October 2013 at 03:23:48 UTC, Walter Bright wrote:You can test released betas with DVM: https://github.com/jacob-carlborg/dvmhttp://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=REOPENEDIs there anything like dpaste where I can test beta version with new features?
Oct 31 2013
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 githubDid you actually install DVM first? $ dvm.exe install dvm -- /Jacob Carlborg
Oct 31 2013
On Thursday, 31 October 2013 at 20:28:24 UTC, Jacob Carlborg wrote:On 2013-10-31 17:20, Tiberiu Gal 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).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 githubDid you actually install DVM first? $ dvm.exe install dvm
Oct 31 2013
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