You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful to be able to load everything with a simple require 'dataset'. I think it was raised during the coding style meeting ;-) For example, I just spent 10 minutes scratching my head when TableDataset was required, only to discover that it is actually a class that exists in table_dataset.lua but was not loaded from init.lua.
The text was updated successfully, but these errors were encountered:
Sure, that sounds good to me. It will require changing the lib structure a
little, but I'll try to get to it this week.
Jeff
On Monday, February 4, 2013, Julien Cornebise wrote:
Hi Jeff
It would be very useful to be able to load everything with a simple require
'dataset'. I think it was raised during the coding style meeting ;-) For
example, I just spent 10 minutes scratching my head when TableDataset was
required, only to discover that it is actually a class that exists in
table_dataset.lua but was not loaded from init.lua.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/20.
Hi Jeff
It would be very useful to be able to load everything with a simple
require 'dataset'
. I think it was raised during the coding style meeting ;-) For example, I just spent 10 minutes scratching my head when TableDataset was required, only to discover that it is actually a class that exists in table_dataset.lua but was not loaded from init.lua.The text was updated successfully, but these errors were encountered: