RejectedSoftware Forums

Sign up

mystery build message 0.8.2

When I upgraded a project to 0.8.2 I noticed that building the inet library with dub --force caused the line of text immutable(ubyte)[] to be output to the console, and this is also output every time I run dub just before the project links.

Re: mystery build message 0.8.2

On Sun, 17 Dec 2017 19:42:50 GMT, Carl Sturtivant wrote:

When I upgraded a project to 0.8.2 I noticed that building the inet library with dub --force caused the line of text immutable(ubyte)[] to be output to the console, and this is also output every time I run dub just before the project links.

Correction, it's when building vibe-d:data and vibe-d:http.

Re: mystery build message 0.8.2

On Sun, 17 Dec 2017 20:04:36 GMT, Carl Sturtivant wrote:

On Sun, 17 Dec 2017 19:42:50 GMT, Carl Sturtivant wrote:

When I upgraded a project to 0.8.2 I noticed that building the inet library with dub --force caused the line of text immutable(ubyte)[] to be output to the console, and this is also output every time I run dub just before the project links.

Correction, it's when building vibe-d:data and vibe-d:http.

The most likely cause is a left-over pragma message that was used for debugging. Incidentally, a pull request that removes it has been merged just two days ago, so the next (pre-)release will have this fixed.