- Name property would be used even under c3c test #2587.

This commit is contained in:
Christoffer Lerno
2025-11-22 18:02:00 +01:00
parent 60cdea5292
commit 98155b61f1
5 changed files with 7 additions and 1 deletions

View File

@@ -80,6 +80,7 @@
- Compiler segfault when getting a nonexistant member from an unnamed struct #2533.
- Correctly mention aliased type when method is not implemented #2534.
- Regression: Not printing backtrace when tests fail for MacOS #2536.
- Name property would be used even under `c3c test` #2587.
### Stdlib changes
- Sorting functions correctly took slices by value, but also other types by value. Now, only slices are accepted by value, other containers are always by ref.