Compiler hangs on == overload if other is generic #2443

Fix missing end of line when encountering errors in project creation.
This commit is contained in:
Christoffer Lerno
2025-08-31 23:40:55 +02:00
parent cb006dd715
commit d291a40f69
4 changed files with 8 additions and 5 deletions

View File

@@ -90,6 +90,8 @@
- Fix regression where files were added more than once. #2442
- Disambiguate types when they have the same name and need cast between each other.
- Compiler module-scope pointer to slice with offset, causes assert. #2446
- Compiler hangs on == overload if other is generic #2443
- Fix missing end of line when encountering errors in project creation.
### Stdlib changes
- Add `==` to `Pair`, `Triple` and TzDateTime. Add print to `Pair` and `Triple`.