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 <[email protected]>: > 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<[email protected]>: >>> >>> 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"<[email protected]>: >>>> >>>> >>>> >>>> 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 >>>> [email protected] >>>> http://lists.puremagic.com/mailman/listinfo/dmd-beta >>> >>> _______________________________________________ >>> dmd-beta mailing list >>> [email protected] >>> http://lists.puremagic.com/mailman/listinfo/dmd-beta >>> >>> >>> _______________________________________________ >>> dmd-beta mailing list >>> [email protected] >>> http://lists.puremagic.com/mailman/listinfo/dmd-beta >> >> _______________________________________________ >> dmd-beta mailing list >> [email protected] >> http://lists.puremagic.com/mailman/listinfo/dmd-beta >> >> > _______________________________________________ > dmd-beta mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/dmd-beta _______________________________________________ dmd-beta mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-beta
