January 20, 2013
On Sun, Jan 20, 2013 at 5:23 PM, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> On 1/20/13, Philippe Sigaud <philippe.sigaud@gmail.com> wrote:
>> On Sun, Jan 20, 2013 at 4:59 PM, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
>>> This won't be necessary in the next release thanks to a pull by Kenji,
>>> you will be able to use:
>>> is(T : MyParamType!U, U...)
>>
>> I just rebuild DMD 2.062 from git head, not there yet... Oh well.
>>
>
> My bad, it wasn't pulled yet: https://github.com/D-Programming-Language/dmd/pull/1255
>
> Apologies for taking your time on building DMD.

What? No need to apologize! It's just a small script I launch once or twice a week. It clones the github repos and builds everything. I just type `bash regenerate_dmd.sh` and wait a few minutes while GCC compiles happily.
January 20, 2013
On 1/20/13, Philippe Sigaud <philippe.sigaud@gmail.com> wrote:
> What? No need to apologize! It's just a small script I launch once or twice a week. It clones the github repos and builds everything. I just type `bash regenerate_dmd.sh` and wait a few minutes while GCC compiles happily.

Is this something taken from the DWiki? If not, it might be a good idea to amend the current Posix build docs and maybe add a link to your script: http://wiki.dlang.org/Building_DMD

I use something similar on win32 where I can build DMD-git very quickly.
January 20, 2013
On Sun, Jan 20, 2013 at 7:33 PM, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> On 1/20/13, Philippe Sigaud <philippe.sigaud@gmail.com> wrote:
>> What? No need to apologize! It's just a small script I launch once or twice a week. It clones the github repos and builds everything. I just type `bash regenerate_dmd.sh` and wait a few minutes while GCC compiles happily.
>
> Is this something taken from the DWiki? If not, it might be a good idea to amend the current Posix build docs and maybe add a link to your script: http://wiki.dlang.org/Building_DMD
>
> I use something similar on win32 where I can build DMD-git very quickly.

I just use the dlang-workspace script that was posted some weeks ago, wrapped in another script to pull the latest dlang-workspace, should it ever change. It's all hardcoded, because I'm just discovering bash scripts. So, nothing that should be on a wiki :)

The dlang-workspace/posix/gen.sh script itself, which does all the hard work, could maybe be posted. But I'm not its author...
1 2
Next ›   Last »