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
Currently Answerable explodes if a @Generator function crashes. This is important to handle because student constructors called by receiver generators could have crash bugs or even desirably throw exceptions in some circumstances.
This should be attacked once we've settled on a structure for the testing loop. At this point we seem to be leaning towards an iterator-based approach, so questions of how an iterator reacts to a generation failure need to be answered.
Currently Answerable explodes if a
@Generator
function crashes. This is important to handle because student constructors called by receiver generators could have crash bugs or even desirably throw exceptions in some circumstances.testGenerationFailed
added in 87db240.The text was updated successfully, but these errors were encountered: