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
Ideally, --no-comment-check should not complain if an unattached doc comment (warning 50) becomes attached.
The current behavior is that we see an "Ast changed" error because there is an extra "doc" atttribute corresponding to that comment.
The text was updated successfully, but these errors were encountered:
Looking more into this, it seems that Normalize_std_ast.equal ~ignore_doc_comments:true doesn't ignore floating doc comment inside Pctf_attribute, Psig_attribute, Pstr_attribute and Pcf_attribute
Ideally,
--no-comment-check
should not complain if an unattached doc comment (warning 50) becomes attached.The current behavior is that we see an "Ast changed" error because there is an extra "doc" atttribute corresponding to that comment.
The text was updated successfully, but these errors were encountered: