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
It could be useful to have checkers that verify that each pass accomplishes its purpose. Say a checker for uniquify could test that after the pass runs, there is no variable shadowing. At the moment there is only a check that "before" and "after" produces the same output when evaluated.
The text was updated successfully, but these errors were encountered:
It could be useful to have checkers that verify that each pass accomplishes its purpose. Say a checker for
uniquify
could test that after the pass runs, there is no variable shadowing. At the moment there is only a check that "before" and "after" produces the same output when evaluated.The text was updated successfully, but these errors were encountered: