digitalmars.D.announce - dmd 2.065 beta 2
- Andrew Edwards (63/63) Jan 26 2014 We've made a lot of progress towards the 2.065 stable release. Available...
- ed (11/78) Jan 26 2014 Great work, thanks Andrew and the other D devs for all the hard
- Walter Bright (4/6) Jan 26 2014 I want to gratefully acknowledge and thank Andrew for taking on this inc...
- Andrew Edwards (5/9) Jan 28 2014 http://ftp.digitalmars.com/dmd-2.065.0~b2-0.openSUSE.x86_64.rpm
- Daniel Murphy (6/10) Jan 28 2014 For anyone feeling adventurous - I've uploaded an alternative
- Jacob Carlborg (4/8) Jan 28 2014 Cool. Is it too early to try it on OS X?
- Daniel Murphy (4/5) Jan 28 2014 It's ~4 hours work away from working on OS X (if the linux port is a goo...
- Daniel Murphy (3/3) Jan 28 2014 DDMD alpha win32 debug nogc
- Manu (6/73) Jan 28 2014 I had an issue with the windows installer.
- Brad Anderson (3/10) Jan 28 2014 The Window installer here doesn't actually work because the URL
- Manu (2/11) Jan 28 2014 Interesting. I thought it 'installed' abnormally quickly... :)
- Manu (12/21) Jan 30 2014 I'm having another trouble with the installer on Win8.1 + VS2013
- Brad Anderson (4/33) Feb 03 2014 Looks like Rainer already took care of this on master:
- "Casper =?UTF-8?B?RsOmcmdlbWFuZCI=?= <shorttail hotmail.com> (2/2) Jan 31 2014 What's the point of the Windows installer? Does it make 64bit
- Manu (5/7) Jan 31 2014 It's trying to. It works in many contexts, still a couple of loose ends....
- deadalnix (2/8) Jan 28 2014 502 bad gateway :(
- Andrew Edwards (2/12) Jan 28 2014 All links work here. Try clearing your browser cache.
- deadalnix (4/17) Jan 28 2014 Awesome, that compile my code and test suite are passing.
- Benjamin Thaut (3/5) Jan 29 2014 As usual, my code doesn't compile. I filed a bug report:
- Andrea Fontana (3/70) Jan 31 2014 Breaking changes on std.json? Now it gives me a lot of errors...
- John Colvin (2/91) Feb 01 2014 http://dlang.org/phobos-prerelease/std_json.html
- evilrat (6/11) Feb 03 2014 for some reason there is nothing downloaded by installer(have
- Andrew Edwards (2/14) Feb 03 2014 Up until now, the windows installer was broken. Try beta 3 instead.
We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: All Systems http://ftp.digitalmars.com/dmd.2.065.0-b2.zip FreeBSD http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-32.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-64.zip Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_i386.deb OSX http://ftp.digitalmars.com/dmd.2.065.0-b2.osx.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.dmg Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.065.0-b2.windows.zip Note: There are no RPMs available for Suse and Fedora at the moment. They will be provided upon becoming available. The list of current regressions may be accessed here: http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Following are the changes incorporated since beta 1: DMD Issue 11982 - ICE(func.c) With function literal with no body Issue 11974 - ICE(case.c) Segfault with invalid assignment Issue 11966 - inout(const(char))[] doesn't convert to inout(char)[] Issue 11956 - dmd doesn't lookup /etc/dmd.conf Issue 11968 - ICE(expression.c) Crash when deleting __FILE__ Issue 11944 - ICE(expression.c) Assertion `f' failed. Issue 11922 - ICE on nonexistent identifier in templated auto method Issue 11924 - inout Variadic Template Parameters Issue 11896 - isVirtualMethod related GitHub HEAD regression (works with 2.064) Issue 11930 - Alias this not considered in is(T unused: U) matching Issue 11931 - Linkers "Symbol Undefined" again with dmd HEAD when -g specified Issue 11941 - Errors when appending to aggregate member array in CTFE Issue 11967 - ICE(parse.c) Parser crash Issue 11965 - Segfault on garbage Issue 11963 - ICE(parse.c) Parser crash Druntime None Phobos Remove duplicate ArchiveMember.madeVersion() property. Rename phobos.html => index.html Installer dlang.org std.range.only tools None Regards, Andrew
Jan 26 2014
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: All Systems http://ftp.digitalmars.com/dmd.2.065.0-b2.zip FreeBSD http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-32.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-64.zip Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_i386.deb OSX http://ftp.digitalmars.com/dmd.2.065.0-b2.osx.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.dmg Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.065.0-b2.windows.zip Note: There are no RPMs available for Suse and Fedora at the moment. They will be provided upon becoming available. The list of current regressions may be accessed here: http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Following are the changes incorporated since beta 1: DMD Issue 11982 - ICE(func.c) With function literal with no body Issue 11974 - ICE(case.c) Segfault with invalid assignment Issue 11966 - inout(const(char))[] doesn't convert to inout(char)[] Issue 11956 - dmd doesn't lookup /etc/dmd.conf Issue 11968 - ICE(expression.c) Crash when deleting __FILE__ Issue 11944 - ICE(expression.c) Assertion `f' failed. Issue 11922 - ICE on nonexistent identifier in templated auto method Issue 11924 - inout Variadic Template Parameters Issue 11896 - isVirtualMethod related GitHub HEAD regression (works with 2.064) Issue 11930 - Alias this not considered in is(T unused: U) matching Issue 11931 - Linkers "Symbol Undefined" again with dmd HEAD when -g specified Issue 11941 - Errors when appending to aggregate member array in CTFE Issue 11967 - ICE(parse.c) Parser crash Issue 11965 - Segfault on garbage Issue 11963 - ICE(parse.c) Parser crash Druntime None Phobos Remove duplicate ArchiveMember.madeVersion() property. Rename phobos.html => index.html Installer dlang.org std.range.only tools None Regards, AndrewGreat work, thanks Andrew and the other D devs for all the hard work. Will the BETA be made publicly available on the download page? I think there would be a greater uptake if it had more presence. I try to use the BETA when I see the announcement, but I don't visit the NG regularly these days and actually missed the 2.063 BETA altogether when it was released. NG time = 1/(coding time + family time). Cheers, ed
Jan 26 2014
On 1/26/2014 3:38 PM, Andrew Edwards wrote:We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows:I want to gratefully acknowledge and thank Andrew for taking on this incredibly important job that nobody else wanted, that of organizing, managing and leading this process.
Jan 26 2014
On 1/26/14, 6:38 PM, Andrew Edwards wrote:Note: There are no RPMs available for Suse and Fedora at the moment. They will be provided upon becoming available.http://ftp.digitalmars.com/dmd-2.065.0~b2-0.openSUSE.x86_64.rpm http://ftp.digitalmars.com/dmd-2.065.0~b2-0.fedora.x86_64.rpm http://ftp.digitalmars.com/dmd-2.065.0~b2-0.openSUSE.i386.rpm http://ftp.digitalmars.com/dmd-2.065.0~b2-0.fedora.i386.rpmRegards, Andrew
Jan 28 2014
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zipFor anyone feeling adventurous - I've uploaded an alternative version with the linux64 binary replaced by the linux64 ddmd binary. This is a debug build, with the GC disabled. http://dtsm460.web.cse.unsw.edu.au/dmd.2.065.ddmd.zip
Jan 28 2014
On 2014-01-28 09:19, Daniel Murphy wrote:For anyone feeling adventurous - I've uploaded an alternative version with the linux64 binary replaced by the linux64 ddmd binary. This is a debug build, with the GC disabled. http://dtsm460.web.cse.unsw.edu.au/dmd.2.065.ddmd.zipCool. Is it too early to try it on OS X? -- /Jacob Carlborg
Jan 28 2014
"Jacob Carlborg" wrote in message news:lc7vah$149c$2 digitalmars.com...Cool. Is it too early to try it on OS X?It's ~4 hours work away from working on OS X (if the linux port is a good indicator), but I don't have a mac box to work on. If anyone can provide me with an ssh account I'd be happy to produce an OS X version.
Jan 28 2014
DDMD alpha win32 debug nogc http://dtsm460.web.cse.unsw.edu.au/dmd.2.065.0-b2.windows.ddmd.zip This one is most likely to work!
Jan 28 2014
I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember where I installed it last time and upgrade the existing installation. On 27 January 2014 10:38, Andrew Edwards <ridimz yahoo.com> wrote:We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: All Systems http://ftp.digitalmars.com/dmd.2.065.0-b2.zip FreeBSD http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-32.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-64.zip Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_i386.deb OSX http://ftp.digitalmars.com/dmd.2.065.0-b2.osx.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.dmg Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.065.0-b2.windows.zip Note: There are no RPMs available for Suse and Fedora at the moment. They will be provided upon becoming available. The list of current regressions may be accessed here: http://d.puremagic.com/issues/buglist.cgi?query_format= advanced&bug_severity=regression&bug_status=NEW&bug_ status=ASSIGNED&bug_status=REOPENED Following are the changes incorporated since beta 1: DMD Issue 11982 - ICE(func.c) With function literal with no body Issue 11974 - ICE(case.c) Segfault with invalid assignment Issue 11966 - inout(const(char))[] doesn't convert to inout(char)[] Issue 11956 - dmd doesn't lookup /etc/dmd.conf Issue 11968 - ICE(expression.c) Crash when deleting __FILE__ Issue 11944 - ICE(expression.c) Assertion `f' failed. Issue 11922 - ICE on nonexistent identifier in templated auto method Issue 11924 - inout Variadic Template Parameters Issue 11896 - isVirtualMethod related GitHub HEAD regression (works with 2.064) Issue 11930 - Alias this not considered in is(T unused: U) matching Issue 11931 - Linkers "Symbol Undefined" again with dmd HEAD when -g specified Issue 11941 - Errors when appending to aggregate member array in CTFE Issue 11967 - ICE(parse.c) Parser crash Issue 11965 - Segfault on garbage Issue 11963 - ICE(parse.c) Parser crash Druntime None Phobos Remove duplicate ArchiveMember.madeVersion() property. Rename phobos.html => index.html Installer dlang.org std.range.only tools None Regards, Andrew
Jan 28 2014
On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote:I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember where I installed it last time and upgrade the existing installation.The Window installer here doesn't actually work because the URL is wrong. You're just using your previous installation.
Jan 28 2014
On 29 January 2014 15:33, Brad Anderson <eco gnuk.net> wrote:On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote:Interesting. I thought it 'installed' abnormally quickly... :)I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember where I installed it last time and upgrade the existing installation.The Window installer here doesn't actually work because the URL is wrong. You're just using your previous installation.
Jan 28 2014
On 29 January 2014 14:33, Brad Anderson <eco gnuk.net> wrote:On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote:I'm having another trouble with the installer on Win8.1 + VS2013 The installer produces lines in sc.ini: WindowsSdkDir=C:\Program Files (x86)\Windows Kits\8.1\ and lower: ; Platform libraries (Windows SDK 8) LIB=%LIB%;"%WindowsSdkDir%\Lib\win8\um\x64" WindowsSdkDir is correct, it seems to have found the proper folder for Win8.1, but the LIB path is wrong. That path is correct for "Windows Kits\8.0", but it's been moved under 8.1, the proper path for the 8.1 libs is: "Windows Kits\8.1\Lib\winv6.3\um\x64" Seems 'win8' becomes 'winv6.3' under 8.1 for some reason...I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember where I installed it last time and upgrade the existing installation.The Window installer here doesn't actually work because the URL is wrong. You're just using your previous installation.
Jan 30 2014
On Friday, 31 January 2014 at 06:15:14 UTC, Manu wrote:On 29 January 2014 14:33, Brad Anderson <eco gnuk.net> wrote:Looks like Rainer already took care of this on master: https://github.com/D-Programming-Language/dmd/commit/ba2dd160db17436041a276b0b5ac5d46c0f12f3f I'll get Andrew to merge it into 2.065.On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote:I'm having another trouble with the installer on Win8.1 + VS2013 The installer produces lines in sc.ini: WindowsSdkDir=C:\Program Files (x86)\Windows Kits\8.1\ and lower: ; Platform libraries (Windows SDK 8) LIB=%LIB%;"%WindowsSdkDir%\Lib\win8\um\x64" WindowsSdkDir is correct, it seems to have found the proper folder for Win8.1, but the LIB path is wrong. That path is correct for "Windows Kits\8.0", but it's been moved under 8.1, the proper path for the 8.1 libs is: "Windows Kits\8.1\Lib\winv6.3\um\x64" Seems 'win8' becomes 'winv6.3' under 8.1 for some reason...I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember where I installed it last time and upgrade the existing installation.The Window installer here doesn't actually work because the URL is wrong. You're just using your previous installation.
Feb 03 2014
What's the point of the Windows installer? Does it make 64bit work out of the box? If so I'll definitely give it a go.
Jan 31 2014
On 1 February 2014 06:33, <"Casper F=C3=A6rgemand\" <shorttail hotmail.com>" puremagic.com> wrote:What's the point of the Windows installer? Does it make 64bit work out of the box? If so I'll definitely give it a go.It's trying to. It works in many contexts, still a couple of loose ends. If it doesn't work for you ootb, please report it here so the condition/case that caused the issue can be resolved.
Jan 31 2014
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_i386.deb502 bad gateway :(
Jan 28 2014
On Wednesday, 29 January 2014 at 06:33:27 UTC, deadalnix wrote:On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:All links work here. Try clearing your browser cache.Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_i386.deb502 bad gateway :(
Jan 28 2014
On Wednesday, 29 January 2014 at 07:02:08 UTC, Andrew Edwards wrote:On Wednesday, 29 January 2014 at 06:33:27 UTC, deadalnix wrote:Awesome, that compile my code and test suite are passing. Everything looks good !On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:All links work here. Try clearing your browser cache.Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_i386.deb502 bad gateway :(
Jan 28 2014
Am 29.01.2014 08:43, schrieb deadalnix:Awesome, that compile my code and test suite are passing. Everything looks good !As usual, my code doesn't compile. I filed a bug report: https://d.puremagic.com/issues/show_bug.cgi?id=12023
Jan 29 2014
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: All Systems http://ftp.digitalmars.com/dmd.2.065.0-b2.zip FreeBSD http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-32.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-64.zip Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_i386.deb OSX http://ftp.digitalmars.com/dmd.2.065.0-b2.osx.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.dmg Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.065.0-b2.windows.zip Note: There are no RPMs available for Suse and Fedora at the moment. They will be provided upon becoming available. The list of current regressions may be accessed here: http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Following are the changes incorporated since beta 1: DMD Issue 11982 - ICE(func.c) With function literal with no body Issue 11974 - ICE(case.c) Segfault with invalid assignment Issue 11966 - inout(const(char))[] doesn't convert to inout(char)[] Issue 11956 - dmd doesn't lookup /etc/dmd.conf Issue 11968 - ICE(expression.c) Crash when deleting __FILE__ Issue 11944 - ICE(expression.c) Assertion `f' failed. Issue 11922 - ICE on nonexistent identifier in templated auto method Issue 11924 - inout Variadic Template Parameters Issue 11896 - isVirtualMethod related GitHub HEAD regression (works with 2.064) Issue 11930 - Alias this not considered in is(T unused: U) matching Issue 11931 - Linkers "Symbol Undefined" again with dmd HEAD when -g specified Issue 11941 - Errors when appending to aggregate member array in CTFE Issue 11967 - ICE(parse.c) Parser crash Issue 11965 - Segfault on garbage Issue 11963 - ICE(parse.c) Parser crash Druntime None Phobos Remove duplicate ArchiveMember.madeVersion() property. Rename phobos.html => index.html Installer dlang.org std.range.only tools None Regards, AndrewBreaking changes on std.json? Now it gives me a lot of errors... Where can I find the updated documentation?
Jan 31 2014
On Friday, 31 January 2014 at 16:09:48 UTC, Andrea Fontana wrote:On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:http://dlang.org/phobos-prerelease/std_json.htmlWe've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: All Systems http://ftp.digitalmars.com/dmd.2.065.0-b2.zip FreeBSD http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-32.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.freebsd-64.zip Linux http://ftp.digitalmars.com/dmd.2.065.0-b2.linux.zip http://ftp.digitalmars.com/dmd_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/dmd_2.065.0-b2-0_i386.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_amd64.deb http://ftp.digitalmars.com/libphobos2-65_2.065.0-b2-0_i386.deb OSX http://ftp.digitalmars.com/dmd.2.065.0-b2.osx.zip http://ftp.digitalmars.com/dmd.2.065.0-b2.dmg Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.065.0-b2.windows.zip Note: There are no RPMs available for Suse and Fedora at the moment. They will be provided upon becoming available. The list of current regressions may be accessed here: http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Following are the changes incorporated since beta 1: DMD Issue 11982 - ICE(func.c) With function literal with no body Issue 11974 - ICE(case.c) Segfault with invalid assignment Issue 11966 - inout(const(char))[] doesn't convert to inout(char)[] Issue 11956 - dmd doesn't lookup /etc/dmd.conf Issue 11968 - ICE(expression.c) Crash when deleting __FILE__ Issue 11944 - ICE(expression.c) Assertion `f' failed. Issue 11922 - ICE on nonexistent identifier in templated auto method Issue 11924 - inout Variadic Template Parameters Issue 11896 - isVirtualMethod related GitHub HEAD regression (works with 2.064) Issue 11930 - Alias this not considered in is(T unused: U) matching Issue 11931 - Linkers "Symbol Undefined" again with dmd HEAD when -g specified Issue 11941 - Errors when appending to aggregate member array in CTFE Issue 11967 - ICE(parse.c) Parser crash Issue 11965 - Segfault on garbage Issue 11963 - ICE(parse.c) Parser crash Druntime None Phobos Remove duplicate ArchiveMember.madeVersion() property. Rename phobos.html => index.html Installer dlang.org index.html std.range.only tools None Regards, AndrewBreaking changes on std.json? Now it gives me a lot of errors... Where can I find the updated documentation?
Feb 01 2014
On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.065.0-b2.windows.zipfor some reason there is nothing downloaded by installer(have installed zip manually), also installer seems not able to detect and add VC and WinSDK paths (Win 8.1 x64, winsdk 8.1, visual studio 2013) am i doing something wrong?
Feb 03 2014
On 2/3/14, 1:14 PM, evilrat wrote:On Sunday, 26 January 2014 at 23:38:56 UTC, Andrew Edwards wrote:Up until now, the windows installer was broken. Try beta 3 instead.We've made a lot of progress towards the 2.065 stable release. Available binaries are as follows: Windows http://ftp.digitalmars.com/dmd.2.065.0-b2.exe http://ftp.digitalmars.com/dmd.2.065.0-b2.windows.zipfor some reason there is nothing downloaded by installer(have installed zip manually), also installer seems not able to detect and add VC and WinSDK paths (Win 8.1 x64, winsdk 8.1, visual studio 2013) am i doing something wrong?
Feb 03 2014