December 10, 2011
Not about zip file.
I say that D1 branch in github repo still cannot compile with lack of some
declarations.

Kenji Hara
2011/12/10 17:00 "Walter Bright" <walter at digitalmars.com>:
>
>
>
> On 12/9/2011 10:48 PM, kenji hara wrote:
>>
>>
>> Still not done.
>> src/aggregate.h and src/idgen.c in repo have some missing declarations.
>> Please check.
>>
>
> I haven't uploaded the new beta yet. Will shortly.
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20111210/8ed7a370/attachment.html>
December 10, 2011
That's currently a mystery, as it compiles on my machine.

On 12/10/2011 12:19 AM, kenji hara wrote:
>
> Not about zip file.
> I say that D1 branch in github repo still cannot compile with lack of some
> declarations.
>
> Kenji Hara
> 2011/12/10 17:00 "Walter Bright" <walter at digitalmars.com
> <mailto:walter at digitalmars.com>>:
> >
> >
> >
> > On 12/9/2011 10:48 PM, kenji hara wrote:
> >>
> >>
> >> Still not done.
> >> src/aggregate.h and src/idgen.c in repo have some missing declarations.
> >> Please check.
> >>
> >
> > I haven't uploaded the new beta yet. Will shortly.
> >
> > _______________________________________________
> > dmd-beta mailing list
> > dmd-beta at puremagic.com <mailto:dmd-beta at puremagic.com>
> > http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20111210/05ed50d8/attachment.html>
December 10, 2011
It is not a mystery. Your local changes have not been pushed completely. Check diff between your local branch and origin/HEAD.

Command line example:
git diff origin/HEAD..master

Kenji Hara

2011/12/10 Walter Bright <walter at digitalmars.com>:
> That's currently a mystery, as it compiles on my machine.
>
>
> On 12/10/2011 12:19 AM, kenji hara wrote:
>
> Not about zip file.
> I say that D1 branch in github repo still cannot compile with lack of some
> declarations.
>
> Kenji Hara
> 2011/12/10 17:00 "Walter Bright" <walter at digitalmars.com>:
>>
>>
>>
>> On 12/9/2011 10:48 PM, kenji hara wrote:
>>>
>>>
>>> Still not done.
>>> src/aggregate.h and src/idgen.c in repo have some missing declarations.
>>> Please check.
>>>
>>
>> I haven't uploaded the new beta yet. Will shortly.
>>
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
December 10, 2011
That doesn't diff against D1.

Anyhow, my src/aggregate.h is 10327 bytes long, and src/idgen.c is 7970 bytes long.

On 12/10/2011 2:33 AM, kenji hara wrote:
> It is not a mystery. Your local changes have not been pushed completely. Check diff between your local branch and origin/HEAD.
>
> Command line example:
> git diff origin/HEAD..master
>
> Kenji Hara
>
> 2011/12/10 Walter Bright<walter at digitalmars.com>:
>> That's currently a mystery, as it compiles on my machine.
>>
>>
>> On 12/10/2011 12:19 AM, kenji hara wrote:
>>
>> Not about zip file.
>> I say that D1 branch in github repo still cannot compile with lack of some
>> declarations.
>>
>> Kenji Hara
>> 2011/12/10 17:00 "Walter Bright"<walter at digitalmars.com>:
>>>
>>>
>>> On 12/9/2011 10:48 PM, kenji hara wrote:
>>>>
>>>> Still not done.
>>>> src/aggregate.h and src/idgen.c in repo have some missing declarations.
>>>> Please check.
>>>>
>>> I haven't uploaded the new beta yet. Will shortly.
>>>
>>> _______________________________________________
>>> dmd-beta mailing list
>>> dmd-beta at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>
>>
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
>
December 10, 2011
Never mind, I found the issue. Uploading.

On 12/10/2011 2:33 AM, kenji hara wrote:
> It is not a mystery. Your local changes have not been pushed completely. Check diff between your local branch and origin/HEAD.
>
> Command line example:
> git diff origin/HEAD..master
>
> Kenji Hara
>
> 2011/12/10 Walter Bright<walter at digitalmars.com>:
>> That's currently a mystery, as it compiles on my machine.
>>
>>
>> On 12/10/2011 12:19 AM, kenji hara wrote:
>>
>> Not about zip file.
>> I say that D1 branch in github repo still cannot compile with lack of some
>> declarations.
>>
>> Kenji Hara
>> 2011/12/10 17:00 "Walter Bright"<walter at digitalmars.com>:
>>>
>>>
>>> On 12/9/2011 10:48 PM, kenji hara wrote:
>>>>
>>>> Still not done.
>>>> src/aggregate.h and src/idgen.c in repo have some missing declarations.
>>>> Please check.
>>>>
>>> I haven't uploaded the new beta yet. Will shortly.
>>>
>>> _______________________________________________
>>> dmd-beta mailing list
>>> dmd-beta at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>
>>
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
>
December 10, 2011
File size does not become hash in different environment, because of newline.

I'd like to explain the lacks of declarations.

- aggregate.h https://github.com/D-Programming-Language/dmd/blob/dmd-1.x/src/aggregate.h#L199

> static ClassDeclaration *errorException;
The beta zip contains above line, but github repo doesn't.

- idgen.c https://github.com/D-Programming-Language/dmd/blob/dmd-1.x/src/idgen.c#L62

>     { "Error" },
The beta zip contains above line, but github repo doesn't.

The two declarations should be pushed into github.

Kenji Hara

2011/12/10 Walter Bright <walter at digitalmars.com>:
> That doesn't diff against D1.
>
> Anyhow, my src/aggregate.h is 10327 bytes long, and src/idgen.c is 7970 bytes long.
>
>
> On 12/10/2011 2:33 AM, kenji hara wrote:
>>
>> It is not a mystery. Your local changes have not been pushed completely. Check diff between your local branch and origin/HEAD.
>>
>> Command line example:
>> git diff origin/HEAD..master
>>
>> Kenji Hara
>>
>> 2011/12/10 Walter Bright<walter at digitalmars.com>:
>>>
>>> That's currently a mystery, as it compiles on my machine.
>>>
>>>
>>> On 12/10/2011 12:19 AM, kenji hara wrote:
>>>
>>> Not about zip file.
>>> I say that D1 branch in github repo still cannot compile with lack of
>>> some
>>> declarations.
>>>
>>> Kenji Hara
>>> 2011/12/10 17:00 "Walter Bright"<walter at digitalmars.com>:
>>>>
>>>>
>>>>
>>>> On 12/9/2011 10:48 PM, kenji hara wrote:
>>>>>
>>>>>
>>>>> Still not done.
>>>>> src/aggregate.h and src/idgen.c in repo have some missing declarations.
>>>>> Please check.
>>>>>
>>>> I haven't uploaded the new beta yet. Will shortly.
>>>>
>>>> _______________________________________________
>>>> dmd-beta mailing list
>>>> dmd-beta at puremagic.com
>>>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>>
>>> _______________________________________________
>>> dmd-beta mailing list
>>> dmd-beta at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>>
>>>
>>> _______________________________________________
>>> dmd-beta mailing list
>>> dmd-beta at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>>
>>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
1 2
Next ›   Last »