blaise/runtime
Graeme Geldenhuys 58f6a050db feat(punit): add AssertEquals overload for UInt64, register UInt64ToStr built-in
PtrUInt (= UInt64) had no matching AssertEquals overload, causing
ambiguous-overload errors in test_blaise_mem. Added the UInt64 overload
to punit and registered UInt64ToStr in the symbol table (it was already
handled in semantic + codegen but missing from the built-in registry).

Reverts the Pointer-cast workaround from the previous commit — the test
now uses PtrUInt directly as intended.
2026-06-07 12:31:04 +01:00
..
src feat(punit): add AssertEquals overload for UInt64, register UInt64ToStr built-in 2026-06-07 12:31:04 +01:00
Makefile feat(rtl): atomic ARC refcount operations for thread safety 2026-06-06 12:44:53 +01:00
project.xml refactor: split rtl/ into runtime/ + stdlib/, rename bcl.testing to blaise.testing 2026-05-16 00:51:18 +01:00