1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Object fields cannot be constant eval More... about 2 months ago
Hopefully fix another property bug More... 4 months ago
Objects: clear array before allocating to ensure dispose is called. Can be improved in the future to not free then realloc if refcount allows. More... 4 months ago
Default() should allocate objects More... 4 months ago
Dont try to resolve addressing of properties. Lape doesn't handle this for overloads and trying to handle it for properties (which are also overloads) causes errors such as assigning a property to a property (see test) More... 4 months ago
Improve lsfGlobal finalize + check for nil in TLapeType_Object.VarToStringBody More... 4 months ago
Fix StaticArray finalize More... 4 months ago
62731f819e8b62d3017e2fb76f844b8bffcba91a needs to be done in a finally block More... 4 months ago
Fix GlobalFinalize There could be array of objects and such More... 4 months ago
Dont allow calling object construct methods normally More... 4 months ago
Call FinalizeVar on globals More... 5 months ago
Improve object construct More... 5 months ago
support `dynarr := nil` which is just SetLength(dynarr, 0); More... 5 months ago
Add object type which is basically a record that is managed More... 5 months ago
Disable ffi tests on mac arm for now More... 5 months ago
Add arm test on gh actions More... 5 months ago
Update action versions More... 5 months ago
Fix issue #210. On Delphi Char alias is WideChar so need to handle it which wasn't done in 43b4e7581317fa1f639165e1b2be708e5a363419 More... 5 months ago
Fix Delphi compile error. More... 6 months ago
Fix indexing bug from last commit + added test More... 6 months ago
Use EnsureExpression for safety More... 6 months ago
Fix array helpers with anon types More... 7 months ago
Restore `Result.VarType` in `TLapeType_Record.Eval` when `Move` is used More... 7 months ago
More property fixes More... 8 months ago
More property fixes More... 8 months ago
Fix some memory leaks with added by 43b4e7581317fa1f639165e1b2be708e5a363419 More... 8 months ago
Chained property indexing fix More... 8 months ago
Add lefAssigningParam eval flag More... 9 months ago
Fix `in` operator and open arrays More... 9 months ago
Better operator overload lookup More... 9 months ago