Thread overview
[dmd-beta] dmd 2.065 beta 1
Jan 18, 2014
Martin Nowak
Jan 20, 2014
Jordi Sayol
Jan 20, 2014
Martin Nowak
Jan 20, 2014
Andrew Edwards
Jan 20, 2014
Martin Nowak
Jan 20, 2014
Martin Nowak
Jan 20, 2014
Martin Nowak
Jan 20, 2014
Daniel Murphy
Jan 20, 2014
Martin Nowak
January 19, 2014
As announced Andrew just uploaded the first 2.065 beta ftp://ftp.digitalmars.com/dmd.2.065.beta.1.zip.

On 01/18/2014 02:42 PM, Daniel Murphy wrote:
 > Windows bin folder is empty.  I'd post on the list but I'm not sure it's
 > working at the moment.

Even if the download is fixed now, how did you build the beta Andrew? In case you used the create_dmd_release tool, I posted a fix for the windows issue. https://github.com/D-Programming-Language/installer/pull/41


January 20, 2014
"dmd.conf.5" is on "man/man1/" directory again.

Where "dmd.conf.5" will be on dmd v2.065 final release?

-- 
Jordi Sayol
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta


January 20, 2014
On 01/20/2014 01:46 AM, Jordi Sayol wrote:
> "dmd.conf.5" is on "man/man1/" directory again.
>
> Where "dmd.conf.5" will be on dmd v2.065 final release?
It shouldn't, at least it's correct in v2.065-b1.
https://github.com/D-Programming-Language/dmd/tree/v2.065-b1/docs/man/man5
Looks like a human error during manual release building.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta


January 19, 2014
On 1/18/14, 6:10 PM, Martin Nowak wrote:
> As announced Andrew just uploaded the first 2.065 beta ftp://ftp.digitalmars.com/dmd.2.065.beta.1.zip.
>
> On 01/18/2014 02:42 PM, Daniel Murphy wrote:
> > Windows bin folder is empty.  I'd post on the list but I'm not sure
> it's
> > working at the moment.
>
> Even if the download is fixed now, how did you build the beta Andrew? In case you used the create_dmd_release tool, I posted a fix for the windows issue. https://github.com/D-Programming-Language/installer/pull/41
I did in fact use the create_dmd_release tool. I will cherry-pick it once it's merged into master.

Thanks


January 20, 2014
On 01/18/2014 04:33 PM, Daniel Murphy wrote:> "Andrew Edwards" wrote in message news:lbe25n$2rrh$1@digitalmars.com...
>> Thanks. New file uploaded.
>
> Looking much better.
>
> I extracted this beta and the last release, and diffed the result of
> `dir /s` to see what changed.
>
> Some of these may be intentional, thanks to problems with the old zip
>
> - There are .DS_Store file scattered around now, these should be removed
Those come from Finder, we could filter them out.

> - This does not have the right version of optlink - has 8.00.13 should
> be 8.00.15 (check it's 223,260 bytes)
Yes Andrew, please update link.exe in localextras-windows with the one from ftp://ftp.digitalmars.com/optlink.zip.
The sha1sum should be
bde3ba87d7446d22b4ea6b9eb6c99b3750c18bbd  link.exe
> - dmd2\windows\lib64 is gone...
True that, create_dmd_release didn't followed the addition.
Should we use bin32/bin64 lib32/lib64 like on all other platforms then?

> - gained phobos\std\typelist.d
Yeah, what's with that? We never build or documented this module.
Is it deprecated? Why wasn't it deleted when nobody uses it?

> - lost a bunch of files in dmd2\src\druntime\src\gc

That's OK, should be 5 modules.

> - XXX\dmd2\src\VERSION now has a windows line-end... not sure if this is
> a problem or not
This comes from a git checkout on Windows but doesn't seem to cause any problems.

> - libcurl_stub.c appeared in XXX\dmd2\linux\lib*
Needs to be fixed.

> - XXX\dmd2\html\d\phobos\phobos.html disappeared
Seems like this is only build on Windows, and Andrew had to manually add the Windows part.

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta


January 20, 2014
On 01/20/2014 03:37 AM, Martin Nowak wrote:
> > - XXX\dmd2\html\d\phobos\phobos.html disappeared
> Seems like this is only build on Windows, and Andrew had to manually add the Windows part. 
https://github.com/D-Programming-Language/phobos/pull/1872
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta


January 20, 2014
On 01/20/2014 03:37 AM, Martin Nowak wrote:
> > - There are .DS_Store file scattered around now, these should be 
> removed
> Those come from Finder, we could filter them out. 
There are also .gitignore files.
https://github.com/D-Programming-Language/installer/pull/42
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta


January 20, 2014
On Mon, Jan 20, 2014 at 1:37 PM, Martin Nowak <code@dawg.eu> wrote:

>
> > - XXX\dmd2\src\VERSION now has a windows line-end... not sure if this is a problem or not
> This comes from a git checkout on Windows but doesn't seem to cause any problems.
>

As in autocrlf?  That's not good...


January 20, 2014



Daniel Murphy <yebblies@gmail.com> schrieb:
>As in autocrlf?  That's not good...

Where's the problem? This is the default setting for msysgit on Windows, github recommends it too. Binary files are usually detected correctly by git.

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta