LangProc / langproc-2017-cw

1 stars 4 forks source link

Test-suite: while vs for #5

Open wmvndrscht opened 6 years ago

wmvndrscht commented 6 years ago

In the Test suit required tests:

5 - **FOR**_N : Check that a **while** loop can execute more than once.

Should this be:

1. 5 - WHILE_N : Check that a while loop can execute more than once. or 2. 5 - FOR_N : Check that a for loop can execute a loop with more than iteration.

m8pple commented 6 years ago

Yes, you're right. I changed the test-cases slightly to discourage temporal translation of submissions, and must have missed that.

Thanks, I'll update it.

edpickup commented 6 years ago

Could this be clarified in the spec? Its still the original wording

edpickup commented 6 years ago

Sorry to bump this again, but the spec still has the original wording, and it is unclear which of the two (while vs for) is correct.

m8pple commented 6 years ago

Given I completely failed to follow up on this, I'll simply transfer the problem to me. I'll manually inspect each one, and work out whether it tests for a while loop or a for loop.