tomaka / hlua

Rust library to interface with Lua
MIT License
507 stars 48 forks source link

Implement execute_from_reader ReadError test #140

Closed mkpankov closed 7 years ago

mkpankov commented 7 years ago

Fix #127

tomaka commented 7 years ago

The test should be in a #[cfg(test)] mod tests module.

Also please move the use to the root of the module. Looks good otherwise.

tomaka commented 7 years ago

Also please move it to the lua_functions module, as lib.rs is too generic.

tomaka commented 7 years ago

Thanks