Alek Ratzloff 9452a720cc Add type to Obj instantiation, and fix mutable borrow
* Objects will set their __ty__ during instantiation to the Obj type if
  no __ty__ has been set
* In Object::get_vtable_attr we were borrowing the type as mutable,
  which was not necessary and causing issues when trying to borrow it
  mutably twice. This is probably because warnings of various types
  have been turned off and that will be investigated soon.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-15 13:54:45 -07:00
2024-10-04 11:11:46 -07:00
2024-10-04 11:11:46 -07:00
Description
No description provided
804 KiB
Languages
Rust 95.5%
Python 4.2%
Shell 0.3%