Daniel Mensinger
220d5aa7ba
interpreter: Fix missing holder entry ( fixes #9389 )
3 years ago
Jussi Pakkanen
e75e3976fa
Condense test directory names.
4 years ago
Jussi Pakkanen
9d1e747d17
Condense test directory names again.
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Xavier Claessens
9b1a857473
dict: Fully evaluate keys
...
The only restriction is keys must be string after evaluation. This fix
various inconsistencies.
5 years ago
Jussi Pakkanen
f39600647d
Condense test directory names.
5 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Xavier Claessens
4f088365e4
interpreter: Add support for dict addition
6 years ago
Jussi Pakkanen
17bfbb99e5
Condense test dirs.
6 years ago
Mathieu Duponchelle
f59d7bafd2
dict: address review comment I missed
7 years ago
Mathieu Duponchelle
195c356f91
dict: address review comments
7 years ago
Mathieu Duponchelle
bd519fc75e
dict: change test case numbering
7 years ago
Mathieu Duponchelle
ecb8838082
Add new built-in type, dict
...
For now dicts are immutable, and do not expose any methods,
they however support "native" syntax such as [] lookup,
and foreach iterating, and can be printed.
7 years ago