Re: Released vibe.d 0.7.8 and improved online API documentation

2012-10-02 Thread Lubos Pintes

Hi,
I am very new to this, but cannot compile/run this under Windows 7 
64-bit. I tried to run an http_example with this result:


c:\vibe\bin\..\source\vibe\vpm\dependency.d(117): Error: undefined 
identifier HEAD
c:\vibe\bin\..\source\vibe\vpm\dependency.d(117): Error: constructor 
vibe.vpm.dependency.Version.this (string vers) is not callable using 
argument types (_error_)
'C:\Users\pintes\AppData\Local\Temp\.rdmd\source\vibe.cmd' is not 
recognized as an internal or external command,

operable program or batch file.

Dňa 2. 10. 2012 18:31 Sönke Ludwig  wrote / napísal(a):

The new version adds support for UDP sockets and a lot of smaller
improvements and fixes, for example in the Diet parser and the REST
interface generator (see http://vibed.org/blog/posts/vibe-release-0.7.8
for details). Thanks for all contributions!

I've also done some improvements to the API documentation*, which is
generated from DMDs JSON output (with some additional processing). The
documentation has full cross-linking for types. I'm planning to break
this out into a separate project with support for offline documentation
generation.

It should be noted that the documentation processor contains a crude D
type parser, because the types in DMD's JSON always come out
stringified. This is necessary to get the type links and some other
things working - getting an additional detailed type AST in the original
JSON would be very helpful here (and much more robust).

Sönke

* http://vibed.org/api/





Re: Released vibe.d 0.7.8 and improved online API documentation

2012-10-03 Thread Lubos Pintes

Hi,
I incorrectly mentioned example I tried, that wass http_server.
Now it compiled, but immediately stopped, and the message box with this 
error appeared:
The application was unable to start correctly (0xc022). Click OK to 
close the application.


Maybe this is a problem on my system, but I don't understand what that 
magical hex number means.

Dňa 2. 10. 2012 21:04 Sönke Ludwig  wrote / napísal(a):

Am 10/2/2012 8:26 PM, schrieb Lubos Pintes:

Hi,
I am very new to this, but cannot compile/run this under Windows 7
64-bit. I tried to run an http_example with this result:



Sorry, I think you checked out a bad commit on master. We just made some
changes to the VPM system. Should compile again now.





Re: Visual D 0.3.34 released - powered by a precise garbage collector

2012-10-13 Thread Lubos Pintes

Not in Firefox, downloaded yesterday.
Dňa 13. 10. 2012 10:31 Nicholas Londey  wrote / napísal(a):

Chrome is flagging the download as 'This file appears malicious.' for
me. Have you run into this?

On Friday, 12 October 2012 at 17:37:09 UTC, Rainer Schuetze wrote:

Hi,

after struggling with memory issues for too long, the newest version
of Visual D enjoys the benefits of a pretty precise garbage collector.
This isn't the only new feature of this release, here are some more:

* linker error messages can now be decompressed and demangled (thanks
to Benjamin Thaut for providing the tool)
* optlink is now called directly with file monitoring: this allows
passing library path and detecting library and source dependencies
* various improvements to the parser and completion
* fixed installation for VS2012

The full changelog can be read here:
http://www.dsource.org/projects/visuald/wiki/VersionHistory

Visual D is a Visual Studio package providing both project management
and language services for the D programming language. It works with
Visual Studio 2005-12 as well as the free Visual Studio Shells.

The Visual D installer can be downloaded from its website at
http://www.dsource.org/projects/visuald

Rainer







Re: vibe.d 0.7.9 released

2012-11-02 Thread Lubos Pintes
It could be something like .NET assembly, i.e. everything needed is in 
.dll/.so itself. Any chance this happens sometimes?

Dňa 1. 11. 2012 20:23 Jacob Carlborg  wrote / napísal(a):

On 2012-11-01 19:53, Rob T wrote:


I know that the druntime will not link as-is without a rebuild to enable
PIC, so have you found this to be a problem, not using shared libs, or
have you rebuilt druntime to allow for it?


It's not enough to just recompile druntime. It's missing functionality
to allow true dynamic linking (i.e. dlopen).





Re: D 2.062 release

2013-02-27 Thread Lubos Pintes

And what about druntime.lib. Is it there?
Or is it not needed?
Dňa 27. 2. 2013 9:08 timotheecour  wrote / napísal(a):

I forgot to include VERSION in the zip file. Its contents are:

2.062

all on one line. I'll fix the packages.


has this been done? it still seems the zip file doesn't contain it.