lightvector / arimaa-server

Arimaa server
Other
9 stars 2 forks source link

Patch compilation issue involving resolution of ambiguous IOTypes due to it being present at global scope #126

Closed lightvector closed 8 years ago

lightvector commented 8 years ago

Not sure if there's a more Scala-idomatic way to structure this. This removes IOTypes from global package scope, so that it doesn't ambiguousify with IOTypes objects in other files, fixing a compile error mattj ran into.