Re: Beta release vibe.d 0.7.29-beta.2

2016-06-08 Thread akaDemik via Digitalmars-d-announce

On Wednesday, 8 June 2016 at 11:30:07 UTC, akaDemik wrote:

On Thursday, 2 June 2016 at 08:27:03 UTC, Sönke Ludwig wrote:
The release candidate is planned for the 6th, so please take a 
moment to test this release.


There are two problems after the upgrade.

1. subConfiguration "vibe-d" "win32" not applied to 
"vibe-d:core" 
https://github.com/rejectedsoftware/vibe.d/issues/1513


2. vibe-d/examples/http_server asserts when using win32 
subconfiguration. 
https://github.com/rejectedsoftware/vibe.d/pull/1514


The previous build used "vibe-d": "0.7.26".


Oh sorry. #1513 only for "vibe-d": "0.7.28". It works fine in 
version 0.7.29-beta.2`.

#1514 -- still open.


Re: Beta release vibe.d 0.7.29-beta.2

2016-06-08 Thread akaDemik via Digitalmars-d-announce

On Thursday, 2 June 2016 at 08:27:03 UTC, Sönke Ludwig wrote:
The release candidate is planned for the 6th, so please take a 
moment to test this release.


There are two problems after the upgrade.

1. subConfiguration "vibe-d" "win32" not applied to "vibe-d:core" 
https://github.com/rejectedsoftware/vibe.d/issues/1513


2. vibe-d/examples/http_server asserts when using win32 
subconfiguration. 
https://github.com/rejectedsoftware/vibe.d/pull/1514


The previous build used "vibe-d": "0.7.26".


Re: Visual D 0.3.42 released

2015-08-07 Thread akaDemik via Digitalmars-d-announce

On Thursday, 6 August 2015 at 17:10:18 UTC, ZombineDev wrote:

On Thursday, 6 August 2015 at 14:39:45 UTC, akaDemik wrote:
On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
wrote:

there is a new version of Visual D available


It will support the dub in the future?


If you have a dub project that you want to open in VisualD, go 
to project root (where dub.json or dub.sdl is located) and 
execute this command:


dub generate visuald

This will generate a .sln file that you can open in Visual 
Studio if you have the VisualD extension installed.


I know it. However, integration (such as done in Mono-d) is much 
more convenient.


Re: Visual D 0.3.42 released

2015-08-06 Thread akaDemik via Digitalmars-d-announce
On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
wrote:

there is a new version of Visual D available


It will support the dub in the future?