Closed Gerson2102 closed 2 months ago
I'm stuck trying to figure out how to detect when there is an expression that is calling functions or methods. If you check the tests, there is a test where I'm calling a function in an expression test.get()
. For the diagnostic, it should ignore it, but I dont know how to detect something like that in the code, so that there is no diagnostic for these kind of situations. Dont know if somebody can bring some light to this.
Is weird that my commit says that I changed the bool_comparision tests when I did not. I think I have to be on a commit before right? @0xLucqs
any news ?
I have not been spending time on it. I dont know if Im gonna be able to solve it.
Ok i'll be able to provide more help next week
I wanted to solve other issues that I had that I knew that are easier than this one xD
eq_op base implementation
Is not completed. I still have work to do.
Changes
eq_op
lint.comparison
directory for theeq_op
tests.plugin.rs
file.