Thouny

Results 6 comments of Thouny

Created a basic repo with an example and more details. https://github.com/thounyy/moveanalyzer-crash

sorry for the late answer. the issue is that it is on any project simple or complex and occurs rapidly at any time when writing any new line of code....

I understand but there's nothing more specific to do, the only thing is that MoveBit extension doesn't have the problem. I searched for more details on the crash, here is...

I don't know if it was expected but by modifying the line 28 like you proposed then rebuilding and installing move-analyzer from the modified repo I don't get the error...

oh right, well I didn't see the messages in the output console so I guess it never goes the `else` branch. ```rust // let fpath = file_name_mapping.get(&loc.file_hash()).unwrap(); let Some(fpath) =...

Indeed, it makes sense. Since I don't get the error with the `let ... else` statement I modified it this way: ```rust eprintln!("MAPPING FILE ERROR"); eprintln!("LOC: {:?}", loc); eprintln!("MSG: {msg}");...