September 21, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Peter Alexander | On Saturday, 7 September 2013 at 19:26:11 UTC, Peter Alexander wrote:
> On Saturday, 7 September 2013 at 19:05:03 UTC, Walter Bright wrote:
>> Recent threads here have made it pretty clear that VisualD is a critical piece of D infrastructure.
>
> Then it should be here: http://dlang.org/download.html
>
> That's the most important change that needs to be made.
+1
|
September 21, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to SomeDude | On 9/21/13 3:04 AM, SomeDude wrote:
> On Saturday, 7 September 2013 at 19:26:11 UTC, Peter Alexander wrote:
>> On Saturday, 7 September 2013 at 19:05:03 UTC, Walter Bright wrote:
>>> Recent threads here have made it pretty clear that VisualD is a
>>> critical piece of D infrastructure.
>>
>> Then it should be here: http://dlang.org/download.html
>>
>> That's the most important change that needs to be made.
>
> +1
Preapproved. Looking forward to the appropriate pull request. Rainer?
Andrei
|
September 21, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu Attachments:
| On 21 September 2013 21:06, Andrei Alexandrescu < SeeWebsiteForEmail@erdani.org> wrote:
> On 9/21/13 3:04 AM, SomeDude wrote:
>
>> On Saturday, 7 September 2013 at 19:26:11 UTC, Peter Alexander wrote:
>>
>>> On Saturday, 7 September 2013 at 19:05:03 UTC, Walter Bright wrote:
>>>
>>>> Recent threads here have made it pretty clear that VisualD is a critical piece of D infrastructure.
>>>>
>>>
>>> Then it should be here: http://dlang.org/download.html
>>>
>>> That's the most important change that needs to be made.
>>>
>>
>> +1
>>
>
> Preapproved. Looking forward to the appropriate pull request. Rainer?
I think it's equally important to move DMD1 and DMC down the bottom into
small text links.
Last time I went looking for GDC I didn't see the link there because it was
off the screen, and I skipped past presuming that page was just for
walter's binaries since they dominated my screen.
|
September 21, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Manu | On Saturday, 21 September 2013 at 16:37:08 UTC, Manu wrote:
> On 21 September 2013 21:06, Andrei Alexandrescu <
> SeeWebsiteForEmail@erdani.org> wrote:
>
>> On 9/21/13 3:04 AM, SomeDude wrote:
>>
>>> On Saturday, 7 September 2013 at 19:26:11 UTC, Peter Alexander wrote:
>>>
>>>> On Saturday, 7 September 2013 at 19:05:03 UTC, Walter Bright wrote:
>>>>
>>>>> Recent threads here have made it pretty clear that VisualD is a
>>>>> critical piece of D infrastructure.
>>>>>
>>>>
>>>> Then it should be here: http://dlang.org/download.html
>>>>
>>>> That's the most important change that needs to be made.
>>>>
>>>
>>> +1
>>>
>>
>> Preapproved. Looking forward to the appropriate pull request. Rainer?
>
>
> I think it's equally important to move DMD1 and DMC down the bottom into
> small text links.
Or link towards a D1 download page and DMC's download page.
|
September 22, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On 21.09.2013 13:06, Andrei Alexandrescu wrote: > On 9/21/13 3:04 AM, SomeDude wrote: >> On Saturday, 7 September 2013 at 19:26:11 UTC, Peter Alexander wrote: >>> On Saturday, 7 September 2013 at 19:05:03 UTC, Walter Bright wrote: >>>> Recent threads here have made it pretty clear that VisualD is a >>>> critical piece of D infrastructure. >>> >>> Then it should be here: http://dlang.org/download.html >>> >>> That's the most important change that needs to be made. >> >> +1 > > Preapproved. Looking forward to the appropriate pull request. Rainer? > > Andrei I have created pull requests https://github.com/D-Programming-Language/dlang.org/pull/384 and https://github.com/D-Programming-Language/dlang.org/pull/385 the result can be seen here: http://rainers.github.io/visuald/download.html Should we add links to Mono-D and DDT aswell? Links are still to other sites, how do we get the installer and the Visual D pages uploaded to dlang.org? |
September 23, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to eles | On 18/09/2013 14:41, eles wrote: > On Wednesday, 18 September 2013 at 13:21:45 UTC, Bruno Medeiros > wrote: >> On 18/09/2013 07:58, eles wrote: >> Not yet. > > How could I help? Actually, check my thread "Debugging support for D - wiki". You might be able to help with research and trying out debuggers for configurations I can't (or simply haven't) tried myself. -- Bruno Medeiros - Software Engineer |
September 24, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | On 9/22/13 7:05 AM, Rainer Schuetze wrote: > > > On 21.09.2013 13:06, Andrei Alexandrescu wrote: >> On 9/21/13 3:04 AM, SomeDude wrote: >>> On Saturday, 7 September 2013 at 19:26:11 UTC, Peter Alexander wrote: >>>> On Saturday, 7 September 2013 at 19:05:03 UTC, Walter Bright wrote: >>>>> Recent threads here have made it pretty clear that VisualD is a >>>>> critical piece of D infrastructure. >>>> >>>> Then it should be here: http://dlang.org/download.html >>>> >>>> That's the most important change that needs to be made. >>> >>> +1 >> >> Preapproved. Looking forward to the appropriate pull request. Rainer? >> >> Andrei > > I have created pull requests > > https://github.com/D-Programming-Language/dlang.org/pull/384 and > https://github.com/D-Programming-Language/dlang.org/pull/385 > > the result can be seen here: http://rainers.github.io/visuald/download.html > > Should we add links to Mono-D and DDT aswell? I think so. > Links are still to other sites, how do we get the installer and the > Visual D pages uploaded to dlang.org? Walter, Brad, or I need to do the upload for now (we're working on improving the process). What you'd need to do is just create pull requests for the site and the installer. Once pulled, we'll build and upload. Andrei |
September 24, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On 24.09.2013 19:16, Andrei Alexandrescu wrote: > On 9/22/13 7:05 AM, Rainer Schuetze wrote: >> >> >> On 21.09.2013 13:06, Andrei Alexandrescu wrote: >>> Preapproved. Looking forward to the appropriate pull request. Rainer? >>> >>> Andrei >> >> I have created pull requests >> >> https://github.com/D-Programming-Language/dlang.org/pull/384 and >> https://github.com/D-Programming-Language/dlang.org/pull/385 >> >> the result can be seen here: >> http://rainers.github.io/visuald/download.html >> >> Should we add links to Mono-D and DDT aswell? > > I think so. > Ok, will add these. Bruno and Alex, is it ok for you? What are the appropriate links? Are there any direct download links? >> Links are still to other sites, how do we get the installer and the >> Visual D pages uploaded to dlang.org? > > Walter, Brad, or I need to do the upload for now (we're working on > improving the process). What you'd need to do is just create pull > requests for the site and the installer. Once pulled, we'll build and > upload. > Do you mean that I should add the documentation to the dlang.org repository? It's currently part of the visuald repository, and it could also be referred to by the makefile in dlang.org, but that might mean that people building that will also have to clone the visuald repository. Regarding the installer: Visual D should be built with a precise GC, but that's currently only possible with a patched compiler and runtime. I'll have to provide the binaries somehow, but I think git isn't appropriate to do so. |
September 24, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | On Tuesday, 24 September 2013 at 18:19:26 UTC, Rainer Schuetze wrote: > Regarding the installer: Visual D should be built with a precise GC, but that's currently only possible with a patched compiler and runtime. I'll have to provide the binaries somehow, but I think git isn't appropriate to do so. Perhaps this is something that Github Releases could be used for? https://github.com/blog/1547-release-your-software |
September 24, 2013 Re: Move VisualD to github/d-programming-language ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Rainer Schuetze | On 9/24/13 11:19 AM, Rainer Schuetze wrote: > > > On 24.09.2013 19:16, Andrei Alexandrescu wrote: >> On 9/22/13 7:05 AM, Rainer Schuetze wrote: >>> Should we add links to Mono-D and DDT aswell? >> >> I think so. >> > > Ok, will add these. Bruno and Alex, is it ok for you? What are the > appropriate links? Are there any direct download links? Thanks very much for leading this. >>> Links are still to other sites, how do we get the installer and the >>> Visual D pages uploaded to dlang.org? > >> >> Walter, Brad, or I need to do the upload for now (we're working on >> improving the process). What you'd need to do is just create pull >> requests for the site and the installer. Once pulled, we'll build and >> upload. >> > > Do you mean that I should add the documentation to the dlang.org > repository? It's currently part of the visuald repository, and it could > also be referred to by the makefile in dlang.org, but that might mean > that people building that will also have to clone the visuald repository. I preapprove any pages that refer exclusively to Visual D in the dlang.org repo. I trust you to design and write them within the site look and feel, and to organize them in directories appropriately. Alternatively, if you prefer to distinguish Visual D's identity, feel free to keep your own site and pages for it. I'd personally prefer integration - we're small enough to thrive on integration. > Regarding the installer: Visual D should be built with a precise GC, but > that's currently only possible with a patched compiler and runtime. I'll > have to provide the binaries somehow, but I think git isn't appropriate > to do so. Hmmm, where's that effort right now? The fact that we have a serious application needing precise GC is a good argument to make it the default, or at least an easy to choose option. Andrei |
Copyright © 1999-2021 by the D Language Foundation