- String.to_integer does not correctly return in some cases where it should #2590.

This commit is contained in:
Christoffer Lerno
2025-11-24 12:46:31 +01:00
parent 5c1a6d7623
commit 887ed5b9e9
3 changed files with 45 additions and 6 deletions

View File

@@ -39,6 +39,7 @@
- With project.json, when overriding with an empty list the base settings would still be used. #2583
- Add sigsegv stacktrace in test and regular errors for Darwin Arm64. #1105
- Incorrect error message when using generic type that isn't imported #2589
- `String.to_integer` does not correctly return in some cases where it should #2590.
### Stdlib changes
- Add `CGFloat` `CGPoint` `CGSize` `CGRect` types to core_foundation (macOS).