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
We should apply a refactoring to the generator to use a table with possibilities instead of random.bool. Specifically, this table should include all supported features. We need that functionality for the following reasons.
For disabling features that a language cannot support in a fine-grained way.
For adding the ability for swarm testing.
It will be helpful for evaluation.
To minimise the effort of implementing a new language to (1) implementing a translator, (2) specifying this table for the new language, (3) specifying built-in types.
The text was updated successfully, but these errors were encountered:
We should apply a refactoring to the generator to use a table with possibilities instead of
random.bool
. Specifically, this table should include all supported features. We need that functionality for the following reasons.The text was updated successfully, but these errors were encountered: