cosmoharrigan / rl-glue

Automatically exported from code.google.com/p/rl-glue
0 stars 0 forks source link

Network/Direct Mismatches #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are several places in the code that will go different depending on
whether you are using network or direct compile.

For example, networked units cannot return "NULL" pointers for the message,
get_state, etc message, because the network layer will handle it and pass
through an empty object.

We should use RL_glue.c to proxy all of the communication and do this same
checking, so that we can have IDENTICAL tests for these corner cases in
both the codec and main project.

Original issue reported on code.google.com by brian.ta...@gmail.com on 13 Sep 2008 at 12:42

GoogleCodeExporter commented 9 years ago
Have started this with r815. Still need to do it for every other function 
though.

Original comment by brian.ta...@gmail.com on 13 Sep 2008 at 1:03

GoogleCodeExporter commented 9 years ago
This might be done.  I Can't think of any more tests to try.

Original comment by brian.ta...@gmail.com on 14 Sep 2008 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by brian.ta...@gmail.com on 14 Sep 2008 at 9:48