dlang-community / drepl

A REPL for D
Boost Software License 1.0
78 stars 20 forks source link

update libdparse to 0.7.0-alpha.15 #55

Closed MartinNowak closed 7 years ago

MartinNowak commented 7 years ago
wilzbach commented 7 years ago

Seems like libdparse should has some troubles with its bundled allocator version:

../../../.dub/packages/experimental_allocator-2.70.0-b1/experimental_allocator/src/std/experimental/allocator/package.d(322,13): Error: std.experimental.allocator.common.Ternary at ../../../.dub/packages/experimental_allocator-2.70.0-b1/experimental_allocator/src/std/experimental/allocator/common.d(14,1) conflicts with std.typecons.Ternary at /home/travis/dlang/dmd-2.072.0-b1/linux/bin64/../../src/phobos/std/typecons.d(7447,1)
dmd failed with exit code 1.
MartinNowak commented 7 years ago

Seems like libdparse should has some troubles with its bundled allocator version:

Yes, that experimental_allocator package has been quite troublesome.

wilzbach commented 7 years ago

Superseded by #61