plasma-umass / Ninia

Python interpreter in JavaScript
Other
20 stars 8 forks source link

Finish implementation of generator objects #38

Closed perimosocordiae closed 9 years ago

perimosocordiae commented 9 years ago

As of e30f53e96b61064584f4fc53c0d7c6e06e6ef2f0, the two failing tests which exercised generator objects are now skipped, which means that Travis is now reporting a passing build (yay). I'm creating this issue to remind us that generators are still broken.

Rough roadmap:

jvilk commented 9 years ago

Muhammad will work on this as his final GSoC assignment, since he's completed everything else we've thrown at him. :)

jvilk commented 9 years ago

Muhammad has tackled all of these things! (Of course, if you find a bug, create a test & file an issue.)