Block a user
test inheritance
To add more comprehensive unit tests to ensure inheritance and polymorphism is functional, we can focus on 5 main cases:
Test for -
- Basic single inheritance
- Multiple inheritance 3.…
support dunder variables
Hi, I tried logging within get_field and get_symbol_value in symbol_resolver.rs but it doesn't indicate in the output which makes me think it occurs before in get_identifier_def. My next step is…
support dunder variables
- Dumping the fields in the resolver to see how it is stored:
3 dump functions added in the InnerResolver (field_to_val map should involve in resolving class fields like __var1, etc. to their…
support dunder variables
Investigations:
- Based on a review of the symbol_resolver.rs, the following changes were made to get_symbol_value (see commit):
fn get_symbol_value<'ctx>(
&self,
…