mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
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:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user