On Monday, 18 March 2019 at 20:25:14 UTC, Joel wrote:
On Sunday, 17 March 2019 at 09:04:37 UTC, Eugene Wissner wrote:
On Sunday, 17 March 2019 at 07:20:47 UTC, Joel wrote:
macOS 10.13.6
dmd 2.085.0
dub 1.3.0
[snip]
dub 1.3.0 is something old. Is it reproducable with a newer
version?
Can
On Sunday, 17 March 2019 at 09:04:37 UTC, Eugene Wissner wrote:
On Sunday, 17 March 2019 at 07:20:47 UTC, Joel wrote:
macOS 10.13.6
dmd 2.085.0
dub 1.3.0
[snip]
dub 1.3.0 is something old. Is it reproducable with a newer
version?
Can one safely update dub by it's self (Home Brew), when i
On Sunday, 17 March 2019 at 07:20:47 UTC, Joel wrote:
macOS 10.13.6
dmd 2.085.0
dub 1.3.0
{
"name": "server",
"targetType": "executable",
"description": "A testing D application.",
"sourcePaths" : ["source"],
"dependencies":
{
"vibe-d" : "~>0.8.0"
}
}
macOS 10.13.6
dmd 2.085.0
dub 1.3.0
{
"name": "server",
"targetType": "executable",
"description": "A testing D application.",
"sourcePaths" : ["source"],
"dependencies":
{
"vibe-d" : "~>0.8.0"
}
}
void main()
{
import vibe.d;
listenHTTP(":8080