- Testing for the presence of methods at the top level is prohibited previous to method registration.

This commit is contained in:
Christoffer Lerno
2025-12-24 15:32:21 +01:00
parent c205719563
commit 18b246c577
3 changed files with 52 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
- Remove use of LLVMGetGlobalContext for single module compilation.
- Fixed bug where constants would get modified when slicing them. #2660
- Support for NetBSD.
- Testing for the presence of methods at the top level is prohibited previous to method registration.
### Fixes
- Regression with npot vector in struct triggering an assert #2219.