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
The current version of the reverse-string analyzer does a very primitive version of the analysis - read the solution AST and compare it with a bunch of prepared ASTs to give a approve_as_optimal or approve_with_comment status.
I honestly have no idea if this is the case or not, and I don't have time to look into it right now, but from my experience with clippy there was a distinction between "early" passes and "late" passes...could a "late" pass be in such a format that everything is "desugared" and the function calls would be identical? Just a thought. Not sure if that's even available in the syn crate
P.S. Sorry for being MIA, I started a couple of other projects. I'd like to contribute some more but I also start a new job on Monday so I'm not sure how much time I'll have.
The current version of the
reverse-string
analyzer does a very primitive version of the analysis - read the solution AST and compare it with a bunch of prepared ASTs to give aapprove_as_optimal
orapprove_with_comment
status.The prepared ASTs can be viewed in the reverse-string README.
The following work should be done:
Make the AST analysis more thoroughapprove
solution listMake the analyzer return thedisapprove
statusThe text was updated successfully, but these errors were encountered: