BuggleInc / webPLM

Web Interface of the PLM (JavaScript + Play framework)
https://plm.telecomnancy.univ-lorraine.fr
GNU Affero General Public License v3.0
11 stars 14 forks source link

Correct code reported as buggy in Polygon360 #134

Open PLMbugz opened 8 years ago

PLMbugz commented 8 years ago

override def run() { for (i <- 0 to 359) { forward(2) right(1) } } ce type de code entraine une erreur :" le monde est dit différent d'une seule line, pour quelques décimales en x et en y " et ce pour tout les tracés de cercle

Lesson: turtleart Exercise: turtleart.circletwo.CircleTwo Programming Language: Scala Lang: en PLM version: 2.6-pre (20150202) webPLM version: 2.0.3 Public user ID: PLM3c61b5275d4062ac8618571fcd0beb335404c2aa

mquinson commented 8 years ago

I know the reported Exercise in the template is not Polygon360, but in the one after in the serie, and the proposed code is definitely looking like a Polygon360 solution.