Switch to use the frozen stdx-allocator

This commit is contained in:
Sebastian Wilzbach 2018-02-11 15:16:41 +01:00
parent dbb4adb9ac
commit 468c4ebf60
5 changed files with 11 additions and 6 deletions

3
.gitmodules vendored
View File

@ -11,3 +11,6 @@
[submodule "dsymbol"] [submodule "dsymbol"]
path = dsymbol path = dsymbol
url = https://github.com/dlang-community/dsymbol.git url = https://github.com/dlang-community/dsymbol.git
[submodule "stdx-allocator"]
path = stdx-allocator
url = https://github.com/dlang-community/stdx-allocator

View File

@ -7,9 +7,10 @@
], ],
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"dsymbol": "~>0.3.0-alpha.1", "dsymbol": "~>0.3.0-alpha.2",
"libdparse": "~>0.8.0-alpha.3", "libdparse": "~>0.8.0-alpha.3",
"msgpack-d": "~>1.0.0-beta.3" "msgpack-d": "~>1.0.0-beta.3",
"stdx-allocator": "~>2.077.0"
}, },
"versions": ["built_with_dub"], "versions": ["built_with_dub"],
"configurations": [ "configurations": [

View File

@ -19,7 +19,7 @@
module dcd.server.autocomplete.util; module dcd.server.autocomplete.util;
import std.algorithm; import std.algorithm;
import std.experimental.allocator; import stdx.allocator;
import std.experimental.logger; import std.experimental.logger;
import std.range; import std.range;
import std.string; import std.string;

View File

@ -24,8 +24,8 @@ import std.array;
import std.conv; import std.conv;
import std.datetime.stopwatch : AutoStart, StopWatch; import std.datetime.stopwatch : AutoStart, StopWatch;
import std.exception : enforce; import std.exception : enforce;
import std.experimental.allocator; import stdx.allocator;
import std.experimental.allocator.mallocator; import stdx.allocator.mallocator;
import std.experimental.logger; import std.experimental.logger;
import std.file; import std.file;
import std.getopt; import std.getopt;

1
stdx-allocator Submodule

@ -0,0 +1 @@
Subproject commit 7487970b58f4a2c0d495679329a8a2857111f3fd