gcode-mirror / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 1 forks source link

Support Common Lisp #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Common Lisp is popular. Let's make a starter package. The compile logic is 
already in place.

Original issue reported on code.google.com by cameron.jp@gmail.com on 5 Sep 2010 at 5:45

GoogleCodeExporter commented 9 years ago

Original comment by cameron.jp@gmail.com on 5 Sep 2010 at 5:45

GoogleCodeExporter commented 9 years ago
Starter package provided by contestant: 
http://www.ai-contest.com/forum/viewtopic.php?f=18&t=421

Original comment by cameron.jp@gmail.com on 8 Sep 2010 at 12:57

GoogleCodeExporter commented 9 years ago
There's a bug in compile_anything.py on line 175 which makes it so Lisp 
submissions won't get compiled: '--load MyBot.lisp', should be: '--load', 
'MyBot.lisp'.
See the attached diff.

Original comment by aerique on 20 Sep 2010 at 8:51

Attachments:

GoogleCodeExporter commented 9 years ago
Made this change on the server.

Original comment by danie...@gmail.com on 20 Sep 2010 at 10:50

GoogleCodeExporter commented 9 years ago
Closing as Lisp is now supported on the server

Original comment by janzert on 28 Sep 2010 at 3:36

GoogleCodeExporter commented 9 years ago
I know this is fixed on the server but it hasn't been corrected in the 
repository yet, possibly reintroducing the bug at a later stage: 
http://code.google.com/p/ai-contest/source/browse/trunk/planet_wars/backend/comp
ile_anything.py#175

Original comment by aerique on 28 Sep 2010 at 8:12

GoogleCodeExporter commented 9 years ago
Hmm, yes. There are unfortunately quite a few things that have changed on the 
server but not yet been committed back to the repository right now. I'll change 
this back to started until it makes it back into svn.

Original comment by janzert on 28 Sep 2010 at 4:44

GoogleCodeExporter commented 9 years ago
Thanks for the catch! 

I've committed this.

Original comment by danie...@gmail.com on 30 Sep 2010 at 12:31