vibe-core/source/vibe/internal
Geod24 9ae3a2a263 Change a unittest that test for 'in' => 'const' lowering
As explained in details in dlang/dmd#11000 and dlang/dmd#11474,
'in' has been for a very long time lowered to simply 'const',
or 'scope const' when v2.092.0's '-preview=in' switch is used.
DMD PR 11474 aims to change this, so 'in' is not (visibly)
lowered, and shows up in any user-visible string.
This includes header generation, error messages, and stringof.
Since this code was testing stringof directly, it is affected
by the change. To support testing of both aforementioned DMD PRs,
the change is not tied to a version,
but uses the (soon-to-be) old way as a fallback.
2020-08-02 12:54:58 +02:00
..
allocator.d Add a way to enforce that the GC is not running 2019-12-12 10:06:19 +01:00
array.d Correct copyright holder. 2020-01-27 19:20:52 +01:00
async.d Use normal task priority when handling events. 2020-03-15 10:54:55 +01:00
freelistref.d Remove unused import to enforceEx 2020-08-02 12:54:34 +02:00
hashmap.d Ensure that HashMap with POD types is nothrow. 2020-04-16 09:53:13 +02:00
interfaceproxy.d Add unit test for postblit behavior of InterfaceProxy. 2018-03-16 18:00:56 +01:00
list.d Add CircularDList.insertAfter. 2017-09-27 16:41:11 +02:00
string.d Correct copyright holder. 2020-01-27 19:20:52 +01:00
traits.d Change a unittest that test for 'in' => 'const' lowering 2020-08-02 12:54:58 +02:00
typetuple.d Correct copyright holder. 2020-01-27 19:20:52 +01:00