On Sunday, 7 May 2023 at 16:23:31 UTC, kinke wrote:
On Sunday, 7 May 2023 at 13:41:43 UTC, WebFreak001 wrote:
I have multiple GDCs installed through apt, how do I make gdmd
pick the higher one (`gdc-12`) and not just `gdc`?
With e.g. `ln -s gdmd /usr/bin/gdmd-12`, and then using
`gdmd-12`. As
On Sunday, 7 May 2023 at 13:41:43 UTC, WebFreak001 wrote:
I have multiple GDCs installed through apt, how do I make gdmd
pick the higher one (`gdc-12`) and not just `gdc`?
With e.g. `ln -s gdmd /usr/bin/gdmd-12`, and then using
`gdmd-12`. As shown by the few linked lines in the Perl script,
t
On Thursday, 4 May 2023 at 14:58:48 UTC, Iain Buclaw wrote:
On Thursday, 4 May 2023 at 13:05:07 UTC, WebFreak001 wrote:
In GitHub Actions I installed `sudo apt install gdc-12` now
inside Ubuntu 22.04, however `gdc` still seemed to be a small
extra package that's symlinking gdc to gdc-11.
Now
On Thursday, 4 May 2023 at 13:05:07 UTC, WebFreak001 wrote:
In GitHub Actions I installed `sudo apt install gdc-12` now
inside Ubuntu 22.04, however `gdc` still seemed to be a small
extra package that's symlinking gdc to gdc-11.
Now gdmd is picking up GDC 11 instead of GDC 12, causing issues
On Wednesday, 31 January 2018 at 07:44:29 UTC, Johannes Pfau
wrote:
It is probably not available in ubuntu packages. You can get
the source
code here:
https://github.com/D-Programming-GDC/GDMD/
https://github.com/D-Programming-GDC/GDMD/tree/dport
Thanks!
Am Wed, 31 Jan 2018 05:46:37 +
schrieb Tony :
> On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote:
>
> > which Ubuntu package would I need to install to get it, or
> > should it be there now?
>
> Or do I need a newer version of GDC?
>
>
It is probably not available in ubuntu pa
On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote:
The Wiki page "Using GDC"
https://wiki.dlang.org/Using_GDC
says that "there is the standalone program 'gdmd', distributed
with GDC releases, which maps DMD's command line options to
GDC."
I am on Ubuntu 16.04 and installed GDC with
On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote:
which Ubuntu package would I need to install to get it, or
should it be there now?
Or do I need a newer version of GDC?
On Sunday, 27 March 2016 at 16:55:18 UTC, Johannes Pfau wrote:
There was a unrelated problem on windows where the '.exe'
extension was not appended when searching ar. This should be
fixed. There's still the problem that ar is only available as
'ar' with the windows binary toolchains. So if you
Am Sun, 27 Mar 2016 13:36:19 +0200
schrieb Johannes Pfau :
> Am Sun, 27 Mar 2016 04:25:27 +
> schrieb Basile B. :
>
> > On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote:
> > > I've finally finished the D port of GDMD and pushed everything
> > > including a detailed README to
Am Sun, 27 Mar 2016 13:36:19 +0200
schrieb Johannes Pfau :
> Am Sun, 27 Mar 2016 04:25:27 +
> schrieb Basile B. :
>
> > On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote:
> > > I've finally finished the D port of GDMD and pushed everything
> > > including a detailed README to
Am Sun, 27 Mar 2016 13:31:34 +0200
schrieb Johannes Pfau :
> Am Sun, 27 Mar 2016 08:35:00 +
> schrieb Vladimir Panteleev :
>
>
> > I'm not sure this approach is the best - I think unescaping and
> > splitting should be done in one pass. Essentially, I think
> > arguments are separated by a
Am Sun, 27 Mar 2016 04:25:27 +
schrieb Basile B. :
> On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote:
> > I've finally finished the D port of GDMD and pushed everything
> > including a detailed README to
> > https://github.com/D-Programming-GDC/GDMD/tree/dport
> >
> > All par
Am Sun, 27 Mar 2016 08:35:00 +
schrieb Vladimir Panteleev :
> Thanks for working on this :)
>
> On Saturday, 26 March 2016 at 22:37:53 UTC, Johannes Pfau wrote:
> > I didn't realize response file parsing is that important for
> > windows, thanks for letting me know ;-) I guess there's no
>
Thanks for working on this :)
On Saturday, 26 March 2016 at 22:37:53 UTC, Johannes Pfau wrote:
I didn't realize response file parsing is that important for
windows, thanks for letting me know ;-) I guess there's no
proper documentation for response files or any test files?
It uses the Command
On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote:
I've finally finished the D port of GDMD and pushed everything
including a detailed README to
https://github.com/D-Programming-GDC/GDMD/tree/dport
All parameters are tested for simple cases but in complex
combinations there coul
Am Sat, 26 Mar 2016 10:35:44 +
schrieb Vladimir Panteleev :
> On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote:
> > I've finally finished the D port of GDMD and pushed everything
> > including a detailed README to
> > https://github.com/D-Programming-GDC/GDMD/tree/dport
>
>
On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote:
I've finally finished the D port of GDMD and pushed everything
including a detailed README to
https://github.com/D-Programming-GDC/GDMD/tree/dport
Thanks for this.
I see that parsing response files isn't implemented yet. Respons
On Saturday, 26 March 2016 at 10:35:44 UTC, Vladimir Panteleev
wrote:
On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote:
I've finally finished the D port of GDMD and pushed everything
including a detailed README to
https://github.com/D-Programming-GDC/GDMD/tree/dport
Thanks for
Am Sat, 26 Mar 2016 11:09:10 +0100
schrieb Johannes Pfau :
> I've finally finished the D port of GDMD and pushed everything
> including a detailed README to
> https://github.com/D-Programming-GDC/GDMD/tree/dport
>
> All parameters are tested for simple cases but in complex
> combinations there co
On 28 March 2013 17:29, Joseph Rushton Wakeling <
joseph.wakel...@webdrake.net> wrote:
> On 03/28/2013 06:06 PM, Iain Buclaw wrote:
> > $ echo $GNOME_DESKTOP_SESSION_ID
> > GNOME_DESKTOP_SESSION_ID=this-is-deprecated
>
> Yup, same on my system (actually it just prints this-is-deprecated).
>
> > $
On 03/28/2013 06:06 PM, Iain Buclaw wrote:
> $ echo $GNOME_DESKTOP_SESSION_ID
> GNOME_DESKTOP_SESSION_ID=this-is-deprecated
Yup, same on my system (actually it just prints this-is-deprecated).
> $ which gnome-open
> /usr/bin/gnome-open
>
> Guess the detection method is deprecated, but the open c
On 28 March 2013 13:35, Joseph Rushton Wakeling <
joseph.wakel...@webdrake.net> wrote:
> Calling gdmd -man is supposed to open the default browser and load the user
> documentation. However, on my system (Ubuntu 13.04, Unity interface) the
> command fails with the errors:
>
> Use of uninitializ
23 matches
Mail list logo