Yoann Padioleau
Yoann Padioleau
You're right! Ok, I'll modify the engine but we will have to modify a few semgrep-rules then.
What about the attributes? should we require ... in the list of attributes to say more are ok? Or have it implicit like we do inside objects or classes?
Inside object or classes right now you don't have to put '...', which may not be right. I think it's better to require '...' for attributes (and probably also for...
This is because in the first while, the cond is unresolved, and we currently allow an unresolved variable to match a resolved variable (see the comment in Matching_generic.equal_ast_binded_code why) if...
I agree, I think it would be useful, especially because when there's no .semgrepignore we apply a default one
LGTM. Not sure why osemgrep test is failing. The output actually looks similar.
Did you manage to fix this one?
This is from a windows machine with vistual studio build tools 2022 installed, but no cygwin at all
hmm I think it's because of my left AppData/Local/opam from a previous failed install