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
Empty tuples exist in vallang, but not in Rascal. Either we fix that or we make sure the random
generator does not produce empty tuples. We can not write code that matches them or produces them, etc.
The result is that tests fail without a way of even filtering them before the test is run.
The text was updated successfully, but these errors were encountered:
Describe the bug
Empty tuples exist in vallang, but not in Rascal. Either we fix that or we make sure the random
generator does not produce empty tuples. We can not write code that matches them or produces them, etc.
The result is that tests fail without a way of even filtering them before the test is run.
The text was updated successfully, but these errors were encountered: