You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- core.source_mapping.SourceMapping is now a class (fix#695)
- Add slither.offset_to_objects to retrieve the object on a given
offset (WIP)
- Add slither.utils.source_mapping APIs to allow retrieving
definition/implementations/references informations from an offset (WIP)
Additionally this PR create a strict order for the detectors tests
output to ease the comparison in case in small changes in the json
output
Rewrite
compute_line
and_convert_source_mapping
to be efficient:slither/slither/core/source_mapping/source_mapping.py
Lines 17 to 58 in 8586774
Use fields instead of dictionary:
slither/slither/core/source_mapping/source_mapping.py
Lines 122 to 133 in 8586774
Remove
source_mapping_str
and use__str__
:slither/slither/core/source_mapping/source_mapping.py
Lines 155 to 158 in 8586774
The text was updated successfully, but these errors were encountered: