Prepare for D v2.112#16
Conversation
|
That doesn't look correct, AA keys are supposed to be immutable. |
|
|
|
Do you know if the AA impl deep copies the key? I kinda recall it didn't which is why the keys were supposed to be immutable but maybe for strings it does anyway. It still needs it for disambiguating hash collisions. |
|
Oh I see what you meant now - no I don't know if it deep-copies, but I'd expect it not to, without special-case for strings. Maybe the new lowering should still accept 'compatible' keys (like |
|
since we are string compatible here obviously the change itself is harmless, so we can merge, just i maintain it is a compiler regression here. |
|
Turns out we actually have strings already, no need for the The CI problems should be fixed wrt. missing mongo tools (removed from GHA runner images); the gridfs tests fail. |
|
@adamdruppe: Okay to merge (and tag)? |
|
ok tagged 0.0.15 |
No description provided.