Re: Visual D 0.50.0 released

2019-06-23 Thread Rainer Schuetze via Digitalmars-d-announce



On 24/06/2019 00:25, Greatsam4sure wrote:
>>
>> Visual D works for VS 2008 up to VS 2019. The new project dialog in VS
>> 2019 makes it hard to discover the new projects because the categories
>> are hardcoded and cannot be extended. You have to scroll down the list
>> of "All" project templates. Once used the project types appear in the
>> recently used projects list.
> 
> 
> Thanks, I just installed the package with DMD and LDC but my old version
> of DMD was not replaced. Is there a reason for this? I now have two
> versions of DMD on my laptop now-dmd 2.086 and 2.086.1

It doesn't (yet) delete old versions of the compilers because I didn't
want to break existing setups. In case something fails to compile for
your code with the new compiler release, you can easily go back to the
previous one.

The compiler update also doesn't change your environment as the DMD
installer (optionally) does, so you have to set PATH yourself.


Re: Autonomous driving company is looking for D software engineers

2019-06-23 Thread Laeeth Isharc via Digitalmars-d-announce

On Sunday, 23 June 2019 at 12:22:18 UTC, XavierAP wrote:

On Tuesday, 18 June 2019 at 19:05:05 UTC, Dragos Carp wrote:
AID GmbH (https://aid-driving.eu) a subsidiary of AUDI AG is 
looking for experienced D-evelopers in Munich.


If you want to employ your D expertise and be part of the 
autonomous driving revolution, apply under: 
https://jobs.lever.co/aid-driving/c4b243bd-c106-47ae-9aec-e34d5bbe0ce1?lever-via=vcPRnEaCR3


Thank you very much for sharing.

You work at AID? As Laeeth says, could you let us know whether 
it would be ok to add a mention to AID to the Dlang website?


https://dlang.org/orgs-using-d.html


https://www.reddit.com/r/programming/comments/c4f1hu/dlang_being_used_for_autonomous_driving_research?sort=confidence





Re: Visual D 0.50.0 released

2019-06-23 Thread Greatsam4sure via Digitalmars-d-announce

On Sunday, 23 June 2019 at 21:49:49 UTC, Rainer Schuetze wrote:



On 23/06/2019 21:06, Greatsam4sure wrote:

On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote:

[...]



Thanks to all, who make this possible.

Which version of dmd and ldc is bundle with visual-D 0.50 and 
which version of visual studio 2019 does it support.


dmd 2.086.1 and ldc 1.16.0 are bundled. These are mentioned in 
the filename of the download, but that isn't obvious on the 
front page. I guess this should be shown there, too.



The latest version studio
2019 I have does not support previous version of visual D. I 
could not

create a Dlang project with it



Visual D works for VS 2008 up to VS 2019. The new project 
dialog in VS 2019 makes it hard to discover the new projects 
because the categories are hardcoded and cannot be extended. 
You have to scroll down the list of "All" project templates. 
Once used the project types appear in the recently used 
projects list.



Thanks, I just installed the package with DMD and LDC but my old 
version of DMD was not replaced. Is there a reason for this? I 
now have two versions of DMD on my laptop now-dmd 2.086 and 
2.086.1




Re: Visual D 0.50.0 released

2019-06-23 Thread Rainer Schuetze via Digitalmars-d-announce



On 23/06/2019 21:06, Greatsam4sure wrote:
> On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote:
>> Hi,
>>
>> today a new version of Visual D has been released. Its main new
>> features are
>>
>> - additional installer available that includes DMD and LDC
>>
>> - now checks for updates for Visual D, DMD and LDC, assisted download
>> and install
>>
>> - debugger improvements: better support for dynamic type of classes,
>> show exception messages, conditional breakpoints
>>
>> - highlight references to symbol at caret (experimental)
>>
>> See https://rainers.github.io/visuald/visuald/VersionHistory.html for
>> the complete list of changes
>>
>> Visual D is a Visual Studio extension that adds D language support to
>> VS2008-2019. It is written in D, its source code can be found on
>> github: https://github.com/D-Programming-Language/visuald, pull
>> requests welcome.
>>
>> The installers can be found at
>> http://rainers.github.io/visuald/visuald/StartPage.html
>>
>> Visual D is now also available in the Visual Studio Marketplace:
>> https://marketplace.visualstudio.com/items?itemName=RainerSchuetze.visuald
>>
>>
>> Happy coding,
>> Rainer
> 
> 
> Thanks to all, who make this possible.
> 
> Which version of dmd and ldc is bundle with visual-D 0.50 and which
> version of visual studio 2019 does it support.

dmd 2.086.1 and ldc 1.16.0 are bundled. These are mentioned in the
filename of the download, but that isn't obvious on the front page. I
guess this should be shown there, too.

> The latest version studio
> 2019 I have does not support previous version of visual D. I could not
> create a Dlang project with it
> 

Visual D works for VS 2008 up to VS 2019. The new project dialog in VS
2019 makes it hard to discover the new projects because the categories
are hardcoded and cannot be extended. You have to scroll down the list
of "All" project templates. Once used the project types appear in the
recently used projects list.


Re: Autonomous driving company is looking for D software engineers

2019-06-23 Thread Dragos Carp via Digitalmars-d-announce

On Sunday, 23 June 2019 at 12:22:18 UTC, XavierAP wrote:

On Tuesday, 18 June 2019 at 19:05:05 UTC, Dragos Carp wrote:

https://jobs.lever.co/aid-driving/c4b243bd-c106-47ae-9aec-e34d5bbe0ce1?lever-via=vcPRnEaCR3


Thank you very much for sharing.

You work at AID? As Laeeth says, could you let us know whether 
it would be ok to add a mention to AID to the Dlang website?


https://dlang.org/orgs-using-d.html


Thank you for your interest.

Yes, I work for AID. At the moment we minimally use D, mostly 
preparing the environment and the integration of the D-team(s). 
The plan is to hire 5 to 10 people this year already. The 
variation in the team size is depending on the applications 
quality.


Regarding about adding AID to the website, this will raise the 
visibility of the offer and would be great for us. Thank you!


Re: Visual D 0.50.0 released

2019-06-23 Thread Greatsam4sure via Digitalmars-d-announce

On Sunday, 23 June 2019 at 17:58:27 UTC, Rainer Schuetze wrote:

Hi,

today a new version of Visual D has been released. Its main new 
features are


- additional installer available that includes DMD and LDC

- now checks for updates for Visual D, DMD and LDC, assisted 
download and install


- debugger improvements: better support for dynamic type of 
classes, show exception messages, conditional breakpoints


- highlight references to symbol at caret (experimental)

See 
https://rainers.github.io/visuald/visuald/VersionHistory.html 
for the complete list of changes


Visual D is a Visual Studio extension that adds D language 
support to VS2008-2019. It is written in D, its source code can 
be found on github: 
https://github.com/D-Programming-Language/visuald, pull 
requests welcome.


The installers can be found at 
http://rainers.github.io/visuald/visuald/StartPage.html


Visual D is now also available in the Visual Studio 
Marketplace: 
https://marketplace.visualstudio.com/items?itemName=RainerSchuetze.visuald


Happy coding,
Rainer



Thanks to all, who make this possible.

Which version of dmd and ldc is bundle with visual-D 0.50 and 
which version of visual studio 2019 does it support. The latest 
version studio 2019 I have does not support previous version of 
visual D. I could not create a Dlang project with it





Visual D 0.50.0 released

2019-06-23 Thread Rainer Schuetze via Digitalmars-d-announce
Hi,

today a new version of Visual D has been released. Its main new features are

- additional installer available that includes DMD and LDC

- now checks for updates for Visual D, DMD and LDC, assisted download
and install

- debugger improvements: better support for dynamic type of classes,
show exception messages, conditional breakpoints

- highlight references to symbol at caret (experimental)

See https://rainers.github.io/visuald/visuald/VersionHistory.html for
the complete list of changes

Visual D is a Visual Studio extension that adds D language support to
VS2008-2019. It is written in D, its source code can be found on github:
https://github.com/D-Programming-Language/visuald, pull requests welcome.

The installers can be found at
http://rainers.github.io/visuald/visuald/StartPage.html

Visual D is now also available in the Visual Studio Marketplace:
https://marketplace.visualstudio.com/items?itemName=RainerSchuetze.visuald

Happy coding,
Rainer


Re: Autonomous driving company is looking for D software engineers

2019-06-23 Thread XavierAP via Digitalmars-d-announce

On Tuesday, 18 June 2019 at 19:05:05 UTC, Dragos Carp wrote:
AID GmbH (https://aid-driving.eu) a subsidiary of AUDI AG is 
looking for experienced D-evelopers in Munich.


If you want to employ your D expertise and be part of the 
autonomous driving revolution, apply under: 
https://jobs.lever.co/aid-driving/c4b243bd-c106-47ae-9aec-e34d5bbe0ce1?lever-via=vcPRnEaCR3


Thank you very much for sharing.

You work at AID? As Laeeth says, could you let us know whether it 
would be ok to add a mention to AID to the Dlang website?


https://dlang.org/orgs-using-d.html


Re: Autonomous driving company is looking for D software engineers

2019-06-23 Thread Laeeth Isharc via Digitalmars-d-announce

On Tuesday, 18 June 2019 at 19:05:05 UTC, Dragos Carp wrote:
AID GmbH (https://aid-driving.eu) a subsidiary of AUDI AG is 
looking for experienced D-evelopers in Munich.


If you want to employ your D expertise and be part of the 
autonomous driving revolution, apply under: 
https://jobs.lever.co/aid-driving/c4b243bd-c106-47ae-9aec-e34d5bbe0ce1?lever-via=vcPRnEaCR3


Nice work.

Could somebody perhaps check with AID and if it's okay add their 
name to the list of companies using D.